R |
FeelExpression.Cases.BinaryExpression(FeelExpression left,
Operator operator,
FeelExpression right) |
R |
FeelExpression.Cases.DisjunctionExpression(FeelExpression head,
FeelExpression tail) |
R |
FeelExpression.Cases.RangeExpression(boolean isLeftInclusive,
FeelExpression lowerBound,
FeelExpression upperBound,
boolean isRightInclusive) |
Optional<Boolean> |
FeelExpression.subsumes(FeelExpression expression) |
static Either<ValidationResult.Builder.ElementStep,ExpressionType> |
FeelTypecheck.typecheck(FeelExpression expression) |
static Either<ValidationResult.Builder.ElementStep,ExpressionType> |
FeelTypecheck.typecheck(FeelTypecheck.Context context,
FeelExpression expression) |
R |
FeelExpression.Cases.UnaryExpression(Operator operator,
FeelExpression expression) |