BiochemistrydslBaseVisitor

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
Visit a parse tree produced by BiochemistrydslParser#arg.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#argList.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReaction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionLeft.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionLeftContext.
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionLeftInCellContext.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionLeftInEnvContext.
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionLeftInNeighborContext.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRight.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRightContext.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRightElem.
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRightInCellContext.
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRightInEnvContext.
Visit a parse tree produced by BiochemistrydslParser#biochemicalReactionRightInNeighborContext.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#biomolecule.
Link copied to clipboard
open fun visitChildren(node: RuleNode): T
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#concentration.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#createJunction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#createJunctionJunction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#createJunctionLeft.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#createJunctionRight.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#customCondition.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#customConditions.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#customReactionType.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#decimal.
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode): T
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#javaClass.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#javaConstructor.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionLeft.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionReaction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionReactionJunction.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionReactionJunctionCondition.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionReactionLeft.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionReactionRight.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#junctionRight.
Link copied to clipboard
Visit a parse tree produced by BiochemistrydslParser#reaction.
Link copied to clipboard
open fun visitTerminal(node: TerminalNode): T