Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
static NameRefNode |
ASTBuilderFactory.newNameRefNode(org.antlr.v4.runtime.ParserRuleContext ctx,
Type type) |
Modifier and Type | Method and Description |
---|---|
List<NameRefNode> |
QualifiedNameNode.getParts() |
Modifier and Type | Method and Description |
---|---|
static QualifiedNameNode |
ASTBuilderFactory.newQualifiedNameNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ArrayList<NameRefNode> parts,
Type type) |
void |
QualifiedNameNode.setParts(List<NameRefNode> parts) |
Constructor and Description |
---|
QualifiedNameNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<NameRefNode> parts,
Type type) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.