Package cel.parser.internal
Class CELParser.CreateMapContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- cel.parser.internal.CELParser.PrimaryContext
-
- cel.parser.internal.CELParser.CreateMapContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- CELParser
public static class CELParser.CreateMapContext extends CELParser.PrimaryContext
-
-
Field Summary
Fields Modifier and Type Field Description CELParser.MapInitializerListContext
entries
org.antlr.v4.runtime.Token
op
-
Constructor Summary
Constructors Constructor Description CreateMapContext(CELParser.PrimaryContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
org.antlr.v4.runtime.tree.TerminalNode
COMMA()
org.antlr.v4.runtime.tree.TerminalNode
LBRACE()
CELParser.MapInitializerListContext
mapInitializerList()
org.antlr.v4.runtime.tree.TerminalNode
RBRACE()
-
Methods inherited from class cel.parser.internal.CELParser.PrimaryContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
op
public org.antlr.v4.runtime.Token op
-
entries
public CELParser.MapInitializerListContext entries
-
-
Constructor Detail
-
CreateMapContext
public CreateMapContext(CELParser.PrimaryContext ctx)
-
-
Method Detail
-
RBRACE
public org.antlr.v4.runtime.tree.TerminalNode RBRACE()
-
LBRACE
public org.antlr.v4.runtime.tree.TerminalNode LBRACE()
-
COMMA
public org.antlr.v4.runtime.tree.TerminalNode COMMA()
-
mapInitializerList
public CELParser.MapInitializerListContext mapInitializerList()
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-