Package eu.simuline.relana.parser
Class CClassParser.ComponentsContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.simuline.relana.parser.CClassParser.ComponentsContext
-
- All Implemented Interfaces:
ParseTree
,RuleNode
,SyntaxTree
,Tree
- Enclosing class:
- CClassParser
public static class CClassParser.ComponentsContext extends ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,CClassLink>
componentsX
-
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stop
-
Fields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent
-
-
Constructor Summary
Constructors Constructor Description ComponentsContext(ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CClassParser.ComponentContext>
component()
CClassParser.ComponentContext
component(int i)
TerminalNode
COMPONENTS()
void
enterRule(ParseTreeListener listener)
void
exitRule(ParseTreeListener listener)
int
getRuleIndex()
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
Methods inherited from class org.antlr.v4.runtime.RuleContext
accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
-
-
-
-
Field Detail
-
componentsX
public Map<String,CClassLink> componentsX
-
-
Constructor Detail
-
ComponentsContext
public ComponentsContext(ParserRuleContext parent, int invokingState)
-
-
Method Detail
-
COMPONENTS
public TerminalNode COMPONENTS()
-
component
public List<CClassParser.ComponentContext> component()
-
component
public CClassParser.ComponentContext component(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classRuleContext
-
enterRule
public void enterRule(ParseTreeListener listener)
- Overrides:
enterRule
in classParserRuleContext
-
exitRule
public void exitRule(ParseTreeListener listener)
- Overrides:
exitRule
in classParserRuleContext
-
-