Package org.polystat.py2eo.parser
Class PythonParser.Compare_op_bitwise_or_pairContext
java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.polystat.py2eo.parser.PythonParser.Compare_op_bitwise_or_pairContext
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- PythonParser
public static class PythonParser.Compare_op_bitwise_or_pairContext
extends org.antlr.v4.runtime.ParserRuleContext
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Compare_op_bitwise_or_pairContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) -
Method Summary
Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PythonParser.Eq_bitwise_orContexteq_bitwise_or()voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()PythonParser.Gt_bitwise_orContextgt_bitwise_or()PythonParser.Gte_bitwise_orContextgte_bitwise_or()PythonParser.In_bitwise_orContextin_bitwise_or()PythonParser.Is_bitwise_orContextis_bitwise_or()PythonParser.Isnot_bitwise_orContextisnot_bitwise_or()PythonParser.Lt_bitwise_orContextlt_bitwise_or()PythonParser.Lte_bitwise_orContextlte_bitwise_or()PythonParser.Noteq_bitwise_orContextnoteq_bitwise_or()PythonParser.Notin_bitwise_orContextnotin_bitwise_or()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
-
Constructor Details
-
Compare_op_bitwise_or_pairContext
public Compare_op_bitwise_or_pairContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Details
-
eq_bitwise_or
-
noteq_bitwise_or
-
lte_bitwise_or
-
lt_bitwise_or
-
gte_bitwise_or
-
gt_bitwise_or
-
notin_bitwise_or
-
in_bitwise_or
-
isnot_bitwise_or
-
is_bitwise_or
-
getRuleIndex
public int getRuleIndex()- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-