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