Uses of Class
org.kie.dmn.feel.lang.ast.UnaryTestListNode.State
-
Packages that use UnaryTestListNode.State Package Description org.kie.dmn.feel.lang.ast -
-
Uses of UnaryTestListNode.State in org.kie.dmn.feel.lang.ast
Methods in org.kie.dmn.feel.lang.ast that return UnaryTestListNode.State Modifier and Type Method Description UnaryTestListNode.StateUnaryTestListNode. getState()static UnaryTestListNode.StateUnaryTestListNode.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnaryTestListNode.State[]UnaryTestListNode.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.feel.lang.ast with parameters of type UnaryTestListNode.State Modifier and Type Method Description static UnaryTestListNodeASTBuilderFactory. newUnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx, java.util.List<BaseNode> exprs, UnaryTestListNode.State state)Constructors in org.kie.dmn.feel.lang.ast with parameters of type UnaryTestListNode.State Constructor Description UnaryTestListNode(java.util.List<BaseNode> elements, UnaryTestListNode.State state)UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx, java.util.List<BaseNode> elements, UnaryTestListNode.State state)
-