Package | Description |
---|---|
org.kie.dmn.feel.lang.ast | |
org.kie.dmn.feel.parser.feel11 |
Modifier and Type | Class and Description |
---|---|
class |
ContextTypeNode |
class |
CTypeNode |
class |
FunctionTypeNode |
class |
ListTypeNode |
Modifier and Type | Method and Description |
---|---|
TypeNode |
ListTypeNode.getGenTypeNode() |
TypeNode |
FunctionTypeNode.getRetType() |
TypeNode |
InstanceOfNode.getType() |
TypeNode |
FormalParameterNode.getType() |
Modifier and Type | Method and Description |
---|---|
List<TypeNode> |
FunctionTypeNode.getArgTypes() |
Map<String,TypeNode> |
ContextTypeNode.getGen() |
Modifier and Type | Method and Description |
---|---|
static FormalParameterNode |
ASTBuilderFactory.newFormalParameter(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
TypeNode type) |
static InstanceOfNode |
ASTBuilderFactory.newInstanceOfNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expr,
TypeNode type) |
void |
InstanceOfNode.setType(TypeNode type) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Type> |
ContextTypeNode.evalTypes(EvaluationContext ctx,
Map<String,TypeNode> gen) |
Constructor and Description |
---|
FormalParameterNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
TypeNode type) |
FunctionTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<TypeNode> argTypes,
TypeNode gen) |
InstanceOfNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expression,
TypeNode type) |
ListTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx,
TypeNode gen) |
Constructor and Description |
---|
ContextTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx,
Map<String,TypeNode> gen) |
FunctionTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<TypeNode> argTypes,
TypeNode gen) |
Modifier and Type | Method and Description |
---|---|
TypeNode |
ASTBuilderVisitor.visitQnType(FEEL_1_1Parser.QnTypeContext ctx) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.