Class BiochemistrydslParser.JunctionContext
-
- 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
public class BiochemistrydslParser.JunctionContext extends ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description BiochemistrydslParser.JunctionContext(ParserRuleContext parent, int invokingState)
-
Method Summary
Modifier and Type Method Description BiochemistrydslParser.JunctionLeftContext
junctionLeft()
BiochemistrydslParser.JunctionRightContext
junctionRight()
int
getRuleIndex()
void
enterRule(ParseTreeListener listener)
void
exitRule(ParseTreeListener listener)
<T> T
accept(ParseTreeVisitor<out T> visitor)
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
Methods inherited from class org.antlr.v4.runtime.RuleContext
depth, getAltNumber, getParent, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toStringTree
-
Methods inherited from class org.antlr.v4.runtime.tree.ParseTree
getParent
-
Methods inherited from class org.antlr.v4.runtime.tree.Tree
getChild, getParent, getPayload
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
junctionLeft
BiochemistrydslParser.JunctionLeftContext junctionLeft()
-
junctionRight
BiochemistrydslParser.JunctionRightContext junctionRight()
-
getRuleIndex
int getRuleIndex()
-
enterRule
void enterRule(ParseTreeListener listener)
-
exitRule
void exitRule(ParseTreeListener listener)
-
-
-
-