Package eu.simuline.relana.parser
Class SClassParser.GetCheckedDeficienciesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.simuline.relana.parser.SClassParser.GetCheckedDeficienciesContext
-
- All Implemented Interfaces:
ParseTree
,RuleNode
,SyntaxTree
,Tree
- Enclosing class:
- SClassParser
public static class SClassParser.GetCheckedDeficienciesContext extends ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description Map<Deficiency,DeficiencyNode>
deficiency2ordering
Set<Deficiency>
newDefs
-
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 GetCheckedDeficienciesContext(ParserRuleContext parent, int invokingState)
GetCheckedDeficienciesContext(ParserRuleContext parent, int invokingState, Set<Deficiency> newDefs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SClassParser.AddDeficiencyContext>
addDeficiency()
SClassParser.AddDeficiencyContext
addDeficiency(int i)
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
-
newDefs
public Set<Deficiency> newDefs
-
deficiency2ordering
public Map<Deficiency,DeficiencyNode> deficiency2ordering
-
-
Constructor Detail
-
GetCheckedDeficienciesContext
public GetCheckedDeficienciesContext(ParserRuleContext parent, int invokingState)
-
GetCheckedDeficienciesContext
public GetCheckedDeficienciesContext(ParserRuleContext parent, int invokingState, Set<Deficiency> newDefs)
-
-
Method Detail
-
addDeficiency
public List<SClassParser.AddDeficiencyContext> addDeficiency()
-
addDeficiency
public SClassParser.AddDeficiencyContext addDeficiency(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
-
-