Package eu.simuline.relana.parser
Class SClassParser.AddMapContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.simuline.relana.parser.SClassParser.AddMapContext
-
- All Implemented Interfaces:
ParseTree
,RuleNode
,SyntaxTree
,Tree
- Enclosing class:
- SClassParser
public static class SClassParser.AddMapContext extends ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description SClassParser.GetCheckedDeficienciesContext
deficiency2orderingC
Set<Deficiency>
newDefs
Map<Deficiency,SClass>
old2innerCls
Token
oldD
Set<Deficiency>
oldDefs
SClassParser.GetPathContext
pathC
Map<Deficiency,SClass>
res
-
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 AddMapContext(ParserRuleContext parent, int invokingState)
AddMapContext(ParserRuleContext parent, int invokingState, Set<Deficiency> oldDefs, Map<Deficiency,SClass> old2innerCls, Set<Deficiency> newDefs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SClassParser.AddRelationContext>
addRelation()
SClassParser.AddRelationContext
addRelation(int i)
void
enterRule(ParseTreeListener listener)
void
exitRule(ParseTreeListener listener)
SClassParser.GetCheckedDeficienciesContext
getCheckedDeficiencies()
SClassParser.GetPathContext
getPath()
int
getRuleIndex()
TerminalNode
NAME()
TerminalNode
RELATIONS()
TerminalNode
REPLACE()
-
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
-
oldDefs
public Set<Deficiency> oldDefs
-
old2innerCls
public Map<Deficiency,SClass> old2innerCls
-
newDefs
public Set<Deficiency> newDefs
-
res
public Map<Deficiency,SClass> res
-
oldD
public Token oldD
-
deficiency2orderingC
public SClassParser.GetCheckedDeficienciesContext deficiency2orderingC
-
pathC
public SClassParser.GetPathContext pathC
-
-
Constructor Detail
-
AddMapContext
public AddMapContext(ParserRuleContext parent, int invokingState)
-
AddMapContext
public AddMapContext(ParserRuleContext parent, int invokingState, Set<Deficiency> oldDefs, Map<Deficiency,SClass> old2innerCls, Set<Deficiency> newDefs)
-
-
Method Detail
-
REPLACE
public TerminalNode REPLACE()
-
NAME
public TerminalNode NAME()
-
RELATIONS
public TerminalNode RELATIONS()
-
getCheckedDeficiencies
public SClassParser.GetCheckedDeficienciesContext getCheckedDeficiencies()
-
getPath
public SClassParser.GetPathContext getPath()
-
addRelation
public List<SClassParser.AddRelationContext> addRelation()
-
addRelation
public SClassParser.AddRelationContext addRelation(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
-
-