BiochemistrydslBaseVisitor

open class BiochemistrydslBaseVisitor<T> : 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.

Parameters

<T>

The return type of the visit operation. Use Void for operations with no return type.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun visit(tree: ParseTree): T
Link copied to clipboard
open fun visitArg(ctx: ArgContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitArgList(ctx: ArgListContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReaction(ctx: BiochemicalReactionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionLeft(ctx: BiochemicalReactionLeftContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionLeftContext(ctx: BiochemicalReactionLeftContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
open fun visitBiochemicalReactionLeftInCellContext(ctx: BiochemicalReactionLeftInCellContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionLeftInEnvContext(ctx: BiochemicalReactionLeftInEnvContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
open fun visitBiochemicalReactionLeftInNeighborContext(ctx: BiochemicalReactionLeftInNeighborContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionRight(ctx: BiochemicalReactionRightContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionRightContext(ctx: BiochemicalReactionRightContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiochemicalReactionRightElem(ctx: BiochemicalReactionRightElemContext): T
The default implementation returns the result of calling visitChildren on ctx.
open fun visitBiochemicalReactionRightInCellContext(ctx: BiochemicalReactionRightInCellContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
open fun visitBiochemicalReactionRightInEnvContext(ctx: BiochemicalReactionRightInEnvContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
open fun visitBiochemicalReactionRightInNeighborContext(ctx: BiochemicalReactionRightInNeighborContextContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitBiomolecule(ctx: BiomoleculeContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitChildren(node: RuleNode): T
Link copied to clipboard
open fun visitConcentration(ctx: ConcentrationContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCreateJunction(ctx: CreateJunctionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCreateJunctionJunction(ctx: CreateJunctionJunctionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCreateJunctionLeft(ctx: CreateJunctionLeftContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCreateJunctionRight(ctx: CreateJunctionRightContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCustomCondition(ctx: CustomConditionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCustomConditions(ctx: CustomConditionsContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitCustomReactionType(ctx: CustomReactionTypeContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitDecimal(ctx: DecimalContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode): T
Link copied to clipboard
open fun visitJavaClass(ctx: JavaClassContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJavaConstructor(ctx: JavaConstructorContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunction(ctx: JunctionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionLeft(ctx: JunctionLeftContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionReaction(ctx: JunctionReactionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionReactionJunction(ctx: JunctionReactionJunctionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionReactionJunctionCondition(ctx: JunctionReactionJunctionConditionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionReactionLeft(ctx: JunctionReactionLeftContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionReactionRight(ctx: JunctionReactionRightContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitJunctionRight(ctx: JunctionRightContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitReaction(ctx: ReactionContext): T
The default implementation returns the result of calling visitChildren on ctx.
Link copied to clipboard
open fun visitTerminal(node: TerminalNode): T