public class BiochemistrydslBaseVisitor<T> implements BiochemistrydslVisitor<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.
Modifier and Type | Method and Description |
---|---|
T |
visitArg()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitArgList()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReaction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionLeft()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionLeftContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionLeftInCellContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionLeftInEnvContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionLeftInNeighborContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRight()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRightContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRightElem()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRightInCellContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRightInEnvContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiochemicalReactionRightInNeighborContext()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitBiomolecule()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitConcentration()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCreateJunction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCreateJunctionJunction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCreateJunctionLeft()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCreateJunctionRight()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCustomCondition()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCustomConditions()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitCustomReactionType()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitDecimal()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJavaClass()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJavaConstructor()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionLeft()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionReaction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionReactionJunction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionReactionJunctionCondition()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionReactionLeft()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionReactionRight()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitJunctionRight()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
T |
visitReaction()
{@inheritDoc} The default implementation returns the result of calling
#visitChildren on ctx . |
visitArg, visitArgList, visitBiochemicalReaction, visitBiochemicalReactionLeft, visitBiochemicalReactionLeftContext, visitBiochemicalReactionLeftInCellContext, visitBiochemicalReactionLeftInEnvContext, visitBiochemicalReactionLeftInNeighborContext, visitBiochemicalReactionRight, visitBiochemicalReactionRightContext, visitBiochemicalReactionRightElem, visitBiochemicalReactionRightInCellContext, visitBiochemicalReactionRightInEnvContext, visitBiochemicalReactionRightInNeighborContext, visitBiomolecule, visitConcentration, visitCreateJunction, visitCreateJunctionJunction, visitCreateJunctionLeft, visitCreateJunctionRight, visitCustomCondition, visitCustomConditions, visitCustomReactionType, visitDecimal, visitJavaClass, visitJavaConstructor, visitJunction, visitJunctionLeft, visitJunctionReaction, visitJunctionReactionJunction, visitJunctionReactionJunctionCondition, visitJunctionReactionLeft, visitJunctionReactionRight, visitJunctionRight, visitReaction
public T visitReaction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReaction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCreateJunction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionReaction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJavaConstructor()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJavaClass()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitArgList()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitArg()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCreateJunctionLeft()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCreateJunctionRight()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCreateJunctionJunction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionReactionLeft()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionReactionRight()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionReactionJunctionCondition()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionReactionJunction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionLeft()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRight()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCustomConditions()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCustomReactionType()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionLeftContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionLeftInCellContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionLeftInEnvContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionLeftInNeighborContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRightContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRightInCellContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRightInEnvContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRightInNeighborContext()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiochemicalReactionRightElem()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitCustomCondition()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunction()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionLeft()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitJunctionRight()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitBiomolecule()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitConcentration()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.
public T visitDecimal()
{@inheritDoc}
The default implementation returns the result of calling #visitChildren
on ctx
.