Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16UNumericType
Packages that use XL16UNumericType
Package
Description
-
Uses of XL16UNumericType in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UNumericTypeModifier and TypeMethodDescriptionstatic XL16UNumericTypeXL16UNumericType.forKeyword(String keyword) XL16UBackendRuntimeAstOwnedRuntimeHookTypedSelectionResult.AstOwnedRuntimeHookTypedSelection.getErasedNumericType()XL16UCallableParameterSyntax.getType()static XL16UNumericTypeReturns the enum constant of this class with the specified name.static XL16UNumericType[]XL16UNumericType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.grogra.xl.compiler.xl16u with parameters of type XL16UNumericTypeModifierConstructorDescriptionXL16UCallableParameterSyntax(String leadingPrefix, XL16UNumericType type, String name, String physicalAnnotation, String preferredUnitAnnotation, boolean lowerInclusive, boolean upperInclusive, String lowerBound, String upperBound, int typeStart, int typeKeywordEnd, int nameStart, int physicalAnnotationStart, int physicalAnnotationEnd, int preferredUnitAnnotationStart, int preferredUnitAnnotationEnd, int rangeStart, int rangeEnd, int lowerBoundStart, int lowerBoundEnd, int upperBoundStart, int upperBoundEnd, int declarationEnd) -
Uses of XL16UNumericType in de.grogra.xl.compiler.xl16u.ranges
Methods in de.grogra.xl.compiler.xl16u.ranges that return XL16UNumericTypeConstructors in de.grogra.xl.compiler.xl16u.ranges with parameters of type XL16UNumericTypeModifierConstructorDescriptionXL16URangedSymbol(String name, XL16UNumericType type, XL16URangeInterval range, int declarationStart, int declarationEnd) XL16URangedSymbol(String name, XL16UNumericType type, XL16URangeInterval range, XL16UOffsetRange declarationRange) -
Uses of XL16UNumericType in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that return XL16UNumericTypeModifier and TypeMethodDescriptionXL16UAliasDefinition.getNumericType()XL16UValueContract.getNumericType()static XL16UNumericTypeXL16USemanticRules.promote(XL16UNumericType left, XL16UNumericType right) Methods in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16UNumericTypeModifier and TypeMethodDescriptionstatic XL16UValueContractXL16UBuiltInAliases.angle(XL16UNumericType numericType, String preferredUnitSymbol) static XL16UValueContractXL16UCallBoundary.foreignNumericReturn(XL16UNumericType numericType) static XL16URangeIntervalXL16USemanticRules.intersectRanges(XL16UNumericType numericType, XL16URangeInterval left, XL16URangeInterval right) static XL16UValueContractXL16UValueContract.of(XL16UNumericType numericType, XL16UPhysicalType physicalType, XL16URangeInterval range) static XL16UValueContractXL16UValueContract.physical(XL16UNumericType numericType, XL16UPhysicalType physicalType) static XL16UValueContractXL16UValueContract.plain(XL16UNumericType numericType) static XL16UNumericTypeXL16USemanticRules.promote(XL16UNumericType left, XL16UNumericType right) XL16UValueContract.withNumericType(XL16UNumericType type) Constructors in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16UNumericTypeModifierConstructorDescriptionXL16UAliasDefinition(String name, XL16UNumericType numericType, XL16UPhysicalType underlyingType, XL16UUnit defaultPreferredUnit, XL16URangeInterval defaultRange) -
Uses of XL16UNumericType in de.grogra.xl.compiler.xl16u.types
Methods in de.grogra.xl.compiler.xl16u.types that return XL16UNumericTypeConstructors in de.grogra.xl.compiler.xl16u.types with parameters of type XL16UNumericTypeModifierConstructorDescriptionXL16USymbolMetadata(String symbolName, XL16UNumericType erasedNumericType, XL16UPhysicalType physicalType, XL16URangeInterval range)