Uses of Class
de.redsix.dmncheck.feel.FeelExpression
Packages that use FeelExpression
-
Uses of FeelExpression in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return types with arguments of type FeelExpressionModifier and TypeMethodDescriptionFeelParser.parse
(Expression expression) FeelParser.parse
(CharSequence charSequence) Methods in de.redsix.dmncheck.feel with parameters of type FeelExpressionModifier and TypeMethodDescriptionFeelExpression.Cases.BinaryExpression
(FeelExpression left, Operator operator, FeelExpression right) FeelExpression.Cases.DisjunctionExpression
(FeelExpression head, FeelExpression tail) FeelExpression.Cases.RangeExpression
(boolean isLeftInclusive, FeelExpression lowerBound, FeelExpression upperBound, boolean isRightInclusive) FeelExpression.subsumes
(FeelExpression expression) FeelTypecheck.typecheck
(FeelExpression expression) FeelTypecheck.typecheck
(FeelTypecheck.Context context, FeelExpression expression) FeelExpression.Cases.UnaryExpression
(Operator operator, FeelExpression expression)