Uses of Class
de.grogra.xl.compiler.xl16u.semantics.XL16USemanticViolation
Packages that use XL16USemanticViolation
-
Uses of XL16USemanticViolation in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that throw XL16USemanticViolationModifier and TypeMethodDescriptionstatic XL16UAggregateDefaultXL16USemanticRules.aggregateEmptyDefault(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract, XL16UValueContract weightContract) static XL16UValueContractXL16USemanticRules.aggregateResult(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract) static XL16UValueContractXL16USemanticRules.aggregateResult(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract, XL16UValueContract weightContract) static XL16UValueContractXL16USemanticRules.arithmetic(XL16UBinaryOperator operator, XL16UValueContract left, XL16UValueContract right) static XL16UValueContractXL16USemanticRules.arrayElementType(XL16UValueContract arrayContract) static XL16UValueContractXL16UIntrinsicRules.atan2Result(XL16UValueContract y, XL16UValueContract x) XL16UAliasDefinition.cast(XL16UValueContract source, XL16UUnit explicitPreferredUnit, XL16URangeInterval explicitRange) static XL16UValueContractXL16USemanticRules.checkArrayElementAssignment(XL16UValueContract arrayContract, XL16UValueContract elementValue) static XL16UValueContractXL16USemanticRules.checkAssignment(XL16UValueContract target, XL16UValueContract source) static XL16UValueContractXL16USemanticRules.checkBoundary(XL16UBoundaryKind kind, XL16UValueContract target, XL16UValueContract source) static voidXL16USemanticRules.checkComparison(XL16UValueContract left, XL16UValueContract right) static XL16UValueContractXL16USemanticRules.checkParameter(XL16UValueContract parameter, XL16UValueContract argument) static XL16UValueContractXL16USemanticRules.checkReturn(XL16UValueContract returnContract, XL16UValueContract expression) static XL16UValueContractXL16UCallBoundary.checkXLInvocation(XL16UCallableSignature callable, XL16UValueContract... arguments) static voidXL16UCallBoundary.checkXLReturn(XL16UCallableSignature callable, XL16UValueContract expression) XL16UAliasDefinition.declare(XL16UUnit explicitPreferredUnit, XL16URangeInterval explicitRange) static XL16UValueContractXL16USemanticRules.explicitCast(XL16UValueContract source, XL16UValueContract target) static XL16URangeIntervalXL16USemanticRules.intersectRanges(XL16UNumericType numericType, XL16URangeInterval left, XL16URangeInterval right) static XL16UValueContractXL16UIntrinsicRules.intrinsicResult(XL16UIntrinsicKind kind, XL16UValueContract argument) static XL16UValueContractXL16UIntrinsicRules.powResult(XL16UValueContract base, XL16UValueContract exponentContract, Number constantExponent) static voidXL16UCallBoundary.requireExplicitPhysicalReentry(XL16UValueContract target, XL16UValueContract foreignNumeric) static XL16UValueContractXL16USemanticRules.selectionResult(XL16UValueContract left, XL16UValueContract right) static XL16UValueContractXL16UIntrinsicRules.sqrtResult(XL16UValueContract argument)