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.GetCheckedDeficienciesContextdeficiency2orderingCSet<Deficiency>newDefsMap<Deficiency,SClass>old2innerClsTokenoldDSet<Deficiency>oldDefsSClassParser.GetPathContextpathCMap<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.AddRelationContextaddRelation(int i)voidenterRule(ParseTreeListener listener)voidexitRule(ParseTreeListener listener)SClassParser.GetCheckedDeficienciesContextgetCheckedDeficiencies()SClassParser.GetPathContextgetPath()intgetRuleIndex()TerminalNodeNAME()TerminalNodeRELATIONS()TerminalNodeREPLACE()-
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:
getRuleIndexin classRuleContext
-
enterRule
public void enterRule(ParseTreeListener listener)
- Overrides:
enterRulein classParserRuleContext
-
exitRule
public void exitRule(ParseTreeListener listener)
- Overrides:
exitRulein classParserRuleContext
-
-