Package eu.simuline.relana.parser
Class FormulaParser.CompFormulaContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.simuline.relana.parser.FormulaParser.CompFormulaContext
-
- All Implemented Interfaces:
ParseTree
,RuleNode
,SyntaxTree
,Tree
- Enclosing class:
- FormulaParser
public static class FormulaParser.CompFormulaContext extends ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description Token
accT
Token
invT
Token
opT
-
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 CompFormulaContext(ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FormulaParser.AddFormulaContext>
addFormula()
FormulaParser.AddFormulaContext
addFormula(int i)
TerminalNode
COMPLEMENT()
TerminalNode
CONT()
TerminalNode
COV()
void
enterRule(ParseTreeListener listener)
void
exitRule(ParseTreeListener listener)
int
getRuleIndex()
TerminalNode
INTERSECT()
TerminalNode
INV()
TerminalNode
NAME()
TerminalNode
UNION()
-
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
-
-
-
-
Constructor Detail
-
CompFormulaContext
public CompFormulaContext(ParserRuleContext parent, int invokingState)
-
-
Method Detail
-
addFormula
public List<FormulaParser.AddFormulaContext> addFormula()
-
addFormula
public FormulaParser.AddFormulaContext addFormula(int i)
-
UNION
public TerminalNode UNION()
-
INTERSECT
public TerminalNode INTERSECT()
-
COMPLEMENT
public TerminalNode COMPLEMENT()
-
NAME
public TerminalNode NAME()
-
CONT
public TerminalNode CONT()
-
COV
public TerminalNode COV()
-
INV
public TerminalNode INV()
-
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
-
-