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 recordstatic final recordMethods in de.redsix.dmncheck.feel that return FeelExpressionModifier and TypeMethodDescriptionstatic FeelExpressionFeelExpression.binaryExpression(Operator operator, FeelExpression operand, FeelExpression otherOperand) default FeelExpressionFeelExpression.extractDateExpression()FeelExpression.DisjunctionExpression.head()Returns the value of theheadrecord component.FeelExpression.RangeExpression.lowerBound()Returns the value of thelowerBoundrecord component.FeelExpression.DisjunctionExpression.tail()Returns the value of thetailrecord component.static FeelExpressionFeelExpression.unaryExpression(Operator operator, FeelExpression operand) FeelExpression.RangeExpression.upperBound()Returns the value of theupperBoundrecord component.Methods in de.redsix.dmncheck.feel that return types with arguments of type FeelExpressionModifier and TypeMethodDescriptionFeelExpression.NaryExpression.arguments()Returns the value of theargumentsrecord component.FeelParser.parse(Expression expression) FeelParser.parse(CharSequence charSequence) Methods in de.redsix.dmncheck.feel with parameters of type FeelExpressionModifier and TypeMethodDescriptionstatic FeelExpressionFeelExpression.binaryExpression(Operator operator, FeelExpression operand, FeelExpression otherOperand) FeelExpression.subsumes(FeelExpression expression) FeelTypecheck.typecheck(FeelExpression expression) FeelTypecheck.typecheck(FeelTypecheck.Context context, FeelExpression expression) static FeelExpressionFeelExpression.unaryExpression(Operator operator, FeelExpression operand) Constructors in de.redsix.dmncheck.feel with parameters of type FeelExpressionModifierConstructorDescriptionDisjunctionExpression(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.Constructor parameters in de.redsix.dmncheck.feel with type arguments of type FeelExpressionModifierConstructorDescriptionNaryExpression(Operator operator, List<FeelExpression> arguments) Creates an instance of aNaryExpressionrecord class.