Class BiochemistrydslBaseVisitor
-
- All Implemented Interfaces:
-
org.antlr.v4.runtime.tree.ParseTreeVisitor
public class BiochemistrydslBaseVisitor<T> extends AbstractParseTreeVisitor<T>
This class provides an empty implementation of BiochemistrydslVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description BiochemistrydslBaseVisitor()
-
Method Summary
Modifier and Type Method Description T
visitReaction(ReactionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReaction(BiochemicalReactionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCreateJunction(CreateJunctionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionReaction(JunctionReactionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJavaConstructor(JavaConstructorContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJavaClass(JavaClassContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitArgList(ArgListContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitArg(ArgContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCreateJunctionLeft(CreateJunctionLeftContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCreateJunctionRight(CreateJunctionRightContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCreateJunctionJunction(CreateJunctionJunctionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionReactionLeft(JunctionReactionLeftContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionReactionRight(JunctionReactionRightContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionReactionJunctionCondition(JunctionReactionJunctionConditionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionReactionJunction(JunctionReactionJunctionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionLeft(BiochemicalReactionLeftContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRight(BiochemicalReactionRightContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCustomConditions(CustomConditionsContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCustomReactionType(CustomReactionTypeContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionLeftContext(BiochemicalReactionLeftContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionLeftInCellContext(BiochemicalReactionLeftInCellContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionLeftInEnvContext(BiochemicalReactionLeftInEnvContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionLeftInNeighborContext(BiochemicalReactionLeftInNeighborContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRightContext(BiochemicalReactionRightContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRightInCellContext(BiochemicalReactionRightInCellContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRightInEnvContext(BiochemicalReactionRightInEnvContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRightInNeighborContext(BiochemicalReactionRightInNeighborContextContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiochemicalReactionRightElem(BiochemicalReactionRightElemContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitCustomCondition(CustomConditionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunction(JunctionContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionLeft(JunctionLeftContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitJunctionRight(JunctionRightContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitBiomolecule(BiomoleculeContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitConcentration(ConcentrationContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.T
visitDecimal(DecimalContext ctx)
The default implementation returns the result of calling visitChildren on ctx
.-
-
Method Detail
-
visitReaction
T visitReaction(ReactionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReaction
T visitBiochemicalReaction(BiochemicalReactionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCreateJunction
T visitCreateJunction(CreateJunctionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionReaction
T visitJunctionReaction(JunctionReactionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJavaConstructor
T visitJavaConstructor(JavaConstructorContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJavaClass
T visitJavaClass(JavaClassContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitArgList
T visitArgList(ArgListContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitArg
T visitArg(ArgContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCreateJunctionLeft
T visitCreateJunctionLeft(CreateJunctionLeftContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCreateJunctionRight
T visitCreateJunctionRight(CreateJunctionRightContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCreateJunctionJunction
T visitCreateJunctionJunction(CreateJunctionJunctionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionReactionLeft
T visitJunctionReactionLeft(JunctionReactionLeftContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionReactionRight
T visitJunctionReactionRight(JunctionReactionRightContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionReactionJunctionCondition
T visitJunctionReactionJunctionCondition(JunctionReactionJunctionConditionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionReactionJunction
T visitJunctionReactionJunction(JunctionReactionJunctionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionLeft
T visitBiochemicalReactionLeft(BiochemicalReactionLeftContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRight
T visitBiochemicalReactionRight(BiochemicalReactionRightContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCustomConditions
T visitCustomConditions(CustomConditionsContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCustomReactionType
T visitCustomReactionType(CustomReactionTypeContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionLeftContext
T visitBiochemicalReactionLeftContext(BiochemicalReactionLeftContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionLeftInCellContext
T visitBiochemicalReactionLeftInCellContext(BiochemicalReactionLeftInCellContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionLeftInEnvContext
T visitBiochemicalReactionLeftInEnvContext(BiochemicalReactionLeftInEnvContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionLeftInNeighborContext
T visitBiochemicalReactionLeftInNeighborContext(BiochemicalReactionLeftInNeighborContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRightContext
T visitBiochemicalReactionRightContext(BiochemicalReactionRightContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRightInCellContext
T visitBiochemicalReactionRightInCellContext(BiochemicalReactionRightInCellContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRightInEnvContext
T visitBiochemicalReactionRightInEnvContext(BiochemicalReactionRightInEnvContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRightInNeighborContext
T visitBiochemicalReactionRightInNeighborContext(BiochemicalReactionRightInNeighborContextContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiochemicalReactionRightElem
T visitBiochemicalReactionRightElem(BiochemicalReactionRightElemContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitCustomCondition
T visitCustomCondition(CustomConditionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunction
T visitJunction(JunctionContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionLeft
T visitJunctionLeft(JunctionLeftContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitJunctionRight
T visitJunctionRight(JunctionRightContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitBiomolecule
T visitBiomolecule(BiomoleculeContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitConcentration
T visitConcentration(ConcentrationContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
visitDecimal
T visitDecimal(DecimalContext ctx)
The default implementation returns the result of calling visitChildren on
ctx
.
-
-
-
-