Class BiochemistrydslParser.CreateJunctionContext
-
- 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.CreateJunctionContext extends ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description BiochemistrydslParser.CreateJunctionContext(ParserRuleContext parent, int invokingState)
-
Method Summary
Modifier and Type Method Description BiochemistrydslParser.CreateJunctionLeftContext
createJunctionLeft()
BiochemistrydslParser.CreateJunctionRightContext
createJunctionRight()
BiochemistrydslParser.CustomConditionsContext
customConditions()
BiochemistrydslParser.CustomReactionTypeContext
customReactionType()
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
-
createJunctionLeft
BiochemistrydslParser.CreateJunctionLeftContext createJunctionLeft()
-
createJunctionRight
BiochemistrydslParser.CreateJunctionRightContext createJunctionRight()
-
customConditions
BiochemistrydslParser.CustomConditionsContext customConditions()
-
customReactionType
BiochemistrydslParser.CustomReactionTypeContext customReactionType()
-
getRuleIndex
int getRuleIndex()
-
enterRule
void enterRule(ParseTreeListener listener)
-
exitRule
void exitRule(ParseTreeListener listener)
-
-
-
-