Uses of Interface
de.redsix.dmncheck.feel.FeelExpression
Packages that use FeelExpression
-
Uses of FeelExpression in de.redsix.dmncheck.feel
Classes in de.redsix.dmncheck.feel that implement FeelExpressionModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordMethods in de.redsix.dmncheck.feel that return FeelExpressionModifier and TypeMethodDescriptionFeelExpression.UnaryExpression.expression()Returns the value of theexpressionrecord component.FeelExpression.DisjunctionExpression.head()Returns the value of theheadrecord component.FeelExpression.BinaryExpression.left()Returns the value of theleftrecord component.FeelExpression.RangeExpression.lowerBound()Returns the value of thelowerBoundrecord component.FeelExpression.BinaryExpression.right()Returns the value of therightrecord component.FeelExpression.DisjunctionExpression.tail()Returns the value of thetailrecord component.FeelExpression.RangeExpression.upperBound()Returns the value of theupperBoundrecord component.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.subsumes(FeelExpression expression) FeelTypecheck.typecheck(FeelExpression expression) FeelTypecheck.typecheck(FeelTypecheck.Context context, FeelExpression expression) Constructors in de.redsix.dmncheck.feel with parameters of type FeelExpressionModifierConstructorDescriptionBinaryExpression(FeelExpression left, Operator operator, FeelExpression right) Creates an instance of aBinaryExpressionrecord class.DisjunctionExpression(FeelExpression head, FeelExpression tail) Creates an instance of aDisjunctionExpressionrecord class.RangeExpression(boolean isLeftInclusive, FeelExpression lowerBound, FeelExpression upperBound, boolean isRightInclusive) Creates an instance of aRangeExpressionrecord class.UnaryExpression(Operator operator, FeelExpression expression) Creates an instance of aUnaryExpressionrecord class.