Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
UnaryTestListNode.State |
UnaryTestListNode.getState() |
static UnaryTestListNode.State |
UnaryTestListNode.State.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static UnaryTestListNode |
ASTBuilderFactory.newUnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> exprs,
UnaryTestListNode.State state) |
Constructor and Description |
---|
UnaryTestListNode(List<BaseNode> elements,
UnaryTestListNode.State state) |
UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> elements,
UnaryTestListNode.State state) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.