Package | Description |
---|---|
org.kie.dmn.feel.lang.ast | |
org.kie.dmn.feel.parser.feel11 |
Modifier and Type | Method and Description |
---|---|
TypeNode |
InstanceOfNode.getType() |
static TypeNode |
ASTBuilderFactory.newTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx) |
Modifier and Type | Method and Description |
---|---|
static InstanceOfNode |
ASTBuilderFactory.newInstanceOfNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expr,
TypeNode type) |
void |
InstanceOfNode.setType(TypeNode type) |
Constructor and Description |
---|
InstanceOfNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expression,
TypeNode type) |
Modifier and Type | Method and Description |
---|---|
TypeNode |
ASTBuilderVisitor.visitType(FEEL_1_1Parser.TypeContext ctx) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.