Class BiochemistrydslParser.CreateJunctionLeftContext
-
- 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.CreateJunctionLeftContext extends ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description BiochemistrydslParser.CreateJunctionLeftContext(ParserRuleContext parent, int invokingState)
-
Method Summary
Modifier and Type Method Description BiochemistrydslParser.BiochemicalReactionLeftInCellContextContext
biochemicalReactionLeftInCellContext()
BiochemistrydslParser.BiochemicalReactionLeftInNeighborContextContext
biochemicalReactionLeftInNeighborContext()
List<BiochemistrydslParser.BiochemicalReactionLeftContextContext>
biochemicalReactionLeftContext()
BiochemistrydslParser.BiochemicalReactionLeftContextContext
biochemicalReactionLeftContext(int i)
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
-
biochemicalReactionLeftInCellContext
BiochemistrydslParser.BiochemicalReactionLeftInCellContextContext biochemicalReactionLeftInCellContext()
-
biochemicalReactionLeftInNeighborContext
BiochemistrydslParser.BiochemicalReactionLeftInNeighborContextContext biochemicalReactionLeftInNeighborContext()
-
biochemicalReactionLeftContext
List<BiochemistrydslParser.BiochemicalReactionLeftContextContext> biochemicalReactionLeftContext()
-
biochemicalReactionLeftContext
BiochemistrydslParser.BiochemicalReactionLeftContextContext biochemicalReactionLeftContext(int i)
-
getRuleIndex
int getRuleIndex()
-
enterRule
void enterRule(ParseTreeListener listener)
-
exitRule
void exitRule(ParseTreeListener listener)
-
-
-
-