Uses of Class
de.redsix.dmncheck.feel.FeelExpression
-
Packages that use FeelExpression Package Description de.redsix.dmncheck.feel -
-
Uses of FeelExpression in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return types with arguments of type FeelExpression Modifier and Type Method Description static Either<ValidationResult.Builder.ElementStep,FeelExpression>FeelParser. parse(Expression expression)static Either<ValidationResult.Builder.ElementStep,FeelExpression>FeelParser. parse(CharSequence charSequence)Methods in de.redsix.dmncheck.feel with parameters of type FeelExpression Modifier and Type Method Description RFeelExpression.Cases. BinaryExpression(FeelExpression left, Operator operator, FeelExpression right)RFeelExpression.Cases. DisjunctionExpression(FeelExpression head, FeelExpression tail)RFeelExpression.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)RFeelExpression.Cases. UnaryExpression(Operator operator, FeelExpression expression)
-