Class BiochemistrydslBaseListener

  • All Implemented Interfaces:

    
    public class BiochemistrydslBaseListener
    
                        

    This class provides an empty implementation of BiochemistrydslListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

    • Constructor Detail

      • BiochemistrydslBaseListener

        BiochemistrydslBaseListener()
    • Method Detail

      • enterReaction

         void enterReaction(ReactionContext ctx)

        The default implementation does nothing.

      • exitReaction

         void exitReaction(ReactionContext ctx)

        The default implementation does nothing.

      • enterBiochemicalReaction

         void enterBiochemicalReaction(BiochemicalReactionContext ctx)

        The default implementation does nothing.

      • exitBiochemicalReaction

         void exitBiochemicalReaction(BiochemicalReactionContext ctx)

        The default implementation does nothing.

      • enterCreateJunction

         void enterCreateJunction(CreateJunctionContext ctx)

        The default implementation does nothing.

      • exitCreateJunction

         void exitCreateJunction(CreateJunctionContext ctx)

        The default implementation does nothing.

      • enterJunctionReaction

         void enterJunctionReaction(JunctionReactionContext ctx)

        The default implementation does nothing.

      • exitJunctionReaction

         void exitJunctionReaction(JunctionReactionContext ctx)

        The default implementation does nothing.

      • enterJavaConstructor

         void enterJavaConstructor(JavaConstructorContext ctx)

        The default implementation does nothing.

      • exitJavaConstructor

         void exitJavaConstructor(JavaConstructorContext ctx)

        The default implementation does nothing.

      • enterJavaClass

         void enterJavaClass(JavaClassContext ctx)

        The default implementation does nothing.

      • exitJavaClass

         void exitJavaClass(JavaClassContext ctx)

        The default implementation does nothing.

      • enterArgList

         void enterArgList(ArgListContext ctx)

        The default implementation does nothing.

      • exitArgList

         void exitArgList(ArgListContext ctx)

        The default implementation does nothing.

      • enterArg

         void enterArg(ArgContext ctx)

        The default implementation does nothing.

      • exitArg

         void exitArg(ArgContext ctx)

        The default implementation does nothing.

      • enterCreateJunctionLeft

         void enterCreateJunctionLeft(CreateJunctionLeftContext ctx)

        The default implementation does nothing.

      • exitCreateJunctionLeft

         void exitCreateJunctionLeft(CreateJunctionLeftContext ctx)

        The default implementation does nothing.

      • enterCreateJunctionRight

         void enterCreateJunctionRight(CreateJunctionRightContext ctx)

        The default implementation does nothing.

      • exitCreateJunctionRight

         void exitCreateJunctionRight(CreateJunctionRightContext ctx)

        The default implementation does nothing.

      • enterCreateJunctionJunction

         void enterCreateJunctionJunction(CreateJunctionJunctionContext ctx)

        The default implementation does nothing.

      • exitCreateJunctionJunction

         void exitCreateJunctionJunction(CreateJunctionJunctionContext ctx)

        The default implementation does nothing.

      • enterJunctionReactionLeft

         void enterJunctionReactionLeft(JunctionReactionLeftContext ctx)

        The default implementation does nothing.

      • exitJunctionReactionLeft

         void exitJunctionReactionLeft(JunctionReactionLeftContext ctx)

        The default implementation does nothing.

      • enterJunctionReactionRight

         void enterJunctionReactionRight(JunctionReactionRightContext ctx)

        The default implementation does nothing.

      • exitJunctionReactionRight

         void exitJunctionReactionRight(JunctionReactionRightContext ctx)

        The default implementation does nothing.

      • enterJunctionReactionJunction

         void enterJunctionReactionJunction(JunctionReactionJunctionContext ctx)

        The default implementation does nothing.

      • exitJunctionReactionJunction

         void exitJunctionReactionJunction(JunctionReactionJunctionContext ctx)

        The default implementation does nothing.

      • enterBiochemicalReactionLeft

         void enterBiochemicalReactionLeft(BiochemicalReactionLeftContext ctx)

        The default implementation does nothing.

      • exitBiochemicalReactionLeft

         void exitBiochemicalReactionLeft(BiochemicalReactionLeftContext ctx)

        The default implementation does nothing.

      • enterBiochemicalReactionRight

         void enterBiochemicalReactionRight(BiochemicalReactionRightContext ctx)

        The default implementation does nothing.

      • exitBiochemicalReactionRight

         void exitBiochemicalReactionRight(BiochemicalReactionRightContext ctx)

        The default implementation does nothing.

      • enterCustomConditions

         void enterCustomConditions(CustomConditionsContext ctx)

        The default implementation does nothing.

      • exitCustomConditions

         void exitCustomConditions(CustomConditionsContext ctx)

        The default implementation does nothing.

      • enterCustomReactionType

         void enterCustomReactionType(CustomReactionTypeContext ctx)

        The default implementation does nothing.

      • exitCustomReactionType

         void exitCustomReactionType(CustomReactionTypeContext ctx)

        The default implementation does nothing.

      • enterCustomCondition

         void enterCustomCondition(CustomConditionContext ctx)

        The default implementation does nothing.

      • exitCustomCondition

         void exitCustomCondition(CustomConditionContext ctx)

        The default implementation does nothing.

      • enterJunction

         void enterJunction(JunctionContext ctx)

        The default implementation does nothing.

      • exitJunction

         void exitJunction(JunctionContext ctx)

        The default implementation does nothing.

      • enterJunctionLeft

         void enterJunctionLeft(JunctionLeftContext ctx)

        The default implementation does nothing.

      • exitJunctionLeft

         void exitJunctionLeft(JunctionLeftContext ctx)

        The default implementation does nothing.

      • enterJunctionRight

         void enterJunctionRight(JunctionRightContext ctx)

        The default implementation does nothing.

      • exitJunctionRight

         void exitJunctionRight(JunctionRightContext ctx)

        The default implementation does nothing.

      • enterBiomolecule

         void enterBiomolecule(BiomoleculeContext ctx)

        The default implementation does nothing.

      • exitBiomolecule

         void exitBiomolecule(BiomoleculeContext ctx)

        The default implementation does nothing.

      • enterConcentration

         void enterConcentration(ConcentrationContext ctx)

        The default implementation does nothing.

      • exitConcentration

         void exitConcentration(ConcentrationContext ctx)

        The default implementation does nothing.

      • enterDecimal

         void enterDecimal(DecimalContext ctx)

        The default implementation does nothing.

      • exitDecimal

         void exitDecimal(DecimalContext ctx)

        The default implementation does nothing.

      • enterEveryRule

         void enterEveryRule(ParserRuleContext ctx)

        The default implementation does nothing.

      • exitEveryRule

         void exitEveryRule(ParserRuleContext ctx)

        The default implementation does nothing.

      • visitTerminal

         void visitTerminal(TerminalNode node)

        The default implementation does nothing.

      • visitErrorNode

         void visitErrorNode(ErrorNode node)

        The default implementation does nothing.