Uses of Class
de.grogra.xl.compiler.xl16u.ranges.XL16URangeInterval
Packages that use XL16URangeInterval
Package
Description
-
Uses of XL16URangeInterval in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16URangeIntervalModifier and TypeMethodDescriptionbooleanXL16UNumericType.contains(XL16URangeInterval interval, Number value) -
Uses of XL16URangeInterval in de.grogra.xl.compiler.xl16u.ranges
Methods in de.grogra.xl.compiler.xl16u.ranges that return XL16URangeIntervalConstructors in de.grogra.xl.compiler.xl16u.ranges with parameters of type XL16URangeIntervalModifierConstructorDescriptionXL16URangedSymbol(String name, XL16UNumericType type, XL16URangeInterval range, int declarationStart, int declarationEnd) XL16URangedSymbol(String name, XL16UNumericType type, XL16URangeInterval range, XL16UOffsetRange declarationRange) -
Uses of XL16URangeInterval in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that return XL16URangeIntervalModifier and TypeMethodDescriptionXL16UAliasDefinition.getDefaultRange()XL16UValueContract.getRange()static XL16URangeIntervalXL16USemanticRules.intersectRanges(XL16UNumericType numericType, XL16URangeInterval left, XL16URangeInterval right) Methods in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16URangeIntervalModifier and TypeMethodDescriptionXL16UAliasDefinition.cast(XL16UValueContract source, XL16UUnit explicitPreferredUnit, XL16URangeInterval explicitRange) XL16UAliasDefinition.declare(XL16UUnit explicitPreferredUnit, XL16URangeInterval explicitRange) static XL16URangeIntervalXL16USemanticRules.intersectRanges(XL16UNumericType numericType, XL16URangeInterval left, XL16URangeInterval right) static XL16UValueContractXL16UValueContract.of(XL16UNumericType numericType, XL16UPhysicalType physicalType, XL16URangeInterval range) XL16UValueContract.withRange(XL16URangeInterval newRange) Constructors in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16URangeIntervalModifierConstructorDescriptionXL16UAliasDefinition(String name, XL16UNumericType numericType, XL16UPhysicalType underlyingType, XL16UUnit defaultPreferredUnit, XL16URangeInterval defaultRange) -
Uses of XL16URangeInterval in de.grogra.xl.compiler.xl16u.types
Methods in de.grogra.xl.compiler.xl16u.types that return XL16URangeIntervalConstructors in de.grogra.xl.compiler.xl16u.types with parameters of type XL16URangeIntervalModifierConstructorDescriptionXL16USymbolMetadata(String symbolName, XL16UNumericType erasedNumericType, XL16UPhysicalType physicalType, XL16URangeInterval range)