Uses of Class
org.kie.dmn.feel.lang.ast.TypeNode
-
Packages that use TypeNode Package Description org.kie.dmn.feel.lang.ast org.kie.dmn.feel.parser.feel11 -
-
Uses of TypeNode in org.kie.dmn.feel.lang.ast
Subclasses of TypeNode in org.kie.dmn.feel.lang.ast Modifier and Type Class Description classContextTypeNodeclassCTypeNodeclassFunctionTypeNodeclassListTypeNodeMethods in org.kie.dmn.feel.lang.ast that return TypeNode Modifier and Type Method Description TypeNodeListTypeNode. getGenTypeNode()TypeNodeFunctionTypeNode. getRetType()TypeNodeFormalParameterNode. getType()TypeNodeInstanceOfNode. getType()Methods in org.kie.dmn.feel.lang.ast that return types with arguments of type TypeNode Modifier and Type Method Description List<TypeNode>FunctionTypeNode. getArgTypes()Map<String,TypeNode>ContextTypeNode. getGen()Methods in org.kie.dmn.feel.lang.ast with parameters of type TypeNode Modifier and Type Method Description static FormalParameterNodeASTBuilderFactory. newFormalParameter(org.antlr.v4.runtime.ParserRuleContext ctx, NameDefNode name, TypeNode type)static InstanceOfNodeASTBuilderFactory. newInstanceOfNode(org.antlr.v4.runtime.ParserRuleContext ctx, BaseNode expr, TypeNode type)voidInstanceOfNode. setType(TypeNode type)Method parameters in org.kie.dmn.feel.lang.ast with type arguments of type TypeNode Modifier and Type Method Description static Map<String,Type>ContextTypeNode. evalTypes(EvaluationContext ctx, Map<String,TypeNode> gen)Constructors in org.kie.dmn.feel.lang.ast with parameters of type TypeNode Constructor 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 parameters in org.kie.dmn.feel.lang.ast with type arguments of type TypeNode Constructor Description ContextTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx, Map<String,TypeNode> gen)FunctionTypeNode(org.antlr.v4.runtime.ParserRuleContext ctx, List<TypeNode> argTypes, TypeNode gen) -
Uses of TypeNode in org.kie.dmn.feel.parser.feel11
Methods in org.kie.dmn.feel.parser.feel11 that return TypeNode Modifier and Type Method Description TypeNodeASTBuilderVisitor. visitQnType(FEEL_1_1Parser.QnTypeContext ctx)
-