Show / Hide Table of Contents

Class vbaBaseListener

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

Inheritance
System.Object
vbaBaseListener
Implements
IvbaListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class vbaBaseListener : object, IvbaListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext)

Enter a parse tree produced by ambiguousIdentifier().

The default implementation does nothing.

Declaration
public virtual void EnterAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext context)
Parameters
Type Name Description
vbaParser.AmbiguousIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterAmbiguousKeyword(vbaParser.AmbiguousKeywordContext)

Enter a parse tree produced by ambiguousKeyword().

The default implementation does nothing.

Declaration
public virtual void EnterAmbiguousKeyword(vbaParser.AmbiguousKeywordContext context)
Parameters
Type Name Description
vbaParser.AmbiguousKeywordContext context

The parse tree.

| Improve this Doc View Source

EnterAppactivateStmt(vbaParser.AppactivateStmtContext)

Enter a parse tree produced by appactivateStmt().

The default implementation does nothing.

Declaration
public virtual void EnterAppactivateStmt(vbaParser.AppactivateStmtContext context)
Parameters
Type Name Description
vbaParser.AppactivateStmtContext context

The parse tree.

| Improve this Doc View Source

EnterArg(vbaParser.ArgContext)

Enter a parse tree produced by arg().

The default implementation does nothing.

Declaration
public virtual void EnterArg(vbaParser.ArgContext context)
Parameters
Type Name Description
vbaParser.ArgContext context

The parse tree.

| Improve this Doc View Source

EnterArgCall(vbaParser.ArgCallContext)

Enter a parse tree produced by argCall().

The default implementation does nothing.

Declaration
public virtual void EnterArgCall(vbaParser.ArgCallContext context)
Parameters
Type Name Description
vbaParser.ArgCallContext context

The parse tree.

| Improve this Doc View Source

EnterArgDefaultValue(vbaParser.ArgDefaultValueContext)

Enter a parse tree produced by argDefaultValue().

The default implementation does nothing.

Declaration
public virtual void EnterArgDefaultValue(vbaParser.ArgDefaultValueContext context)
Parameters
Type Name Description
vbaParser.ArgDefaultValueContext context

The parse tree.

| Improve this Doc View Source

EnterArgList(vbaParser.ArgListContext)

Enter a parse tree produced by argList().

The default implementation does nothing.

Declaration
public virtual void EnterArgList(vbaParser.ArgListContext context)
Parameters
Type Name Description
vbaParser.ArgListContext context

The parse tree.

| Improve this Doc View Source

EnterArgsCall(vbaParser.ArgsCallContext)

Enter a parse tree produced by argsCall().

The default implementation does nothing.

Declaration
public virtual void EnterArgsCall(vbaParser.ArgsCallContext context)
Parameters
Type Name Description
vbaParser.ArgsCallContext context

The parse tree.

| Improve this Doc View Source

EnterAsTypeClause(vbaParser.AsTypeClauseContext)

Enter a parse tree produced by asTypeClause().

The default implementation does nothing.

Declaration
public virtual void EnterAsTypeClause(vbaParser.AsTypeClauseContext context)
Parameters
Type Name Description
vbaParser.AsTypeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAttributeStmt(vbaParser.AttributeStmtContext)

Enter a parse tree produced by attributeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterAttributeStmt(vbaParser.AttributeStmtContext context)
Parameters
Type Name Description
vbaParser.AttributeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterBaseType(vbaParser.BaseTypeContext)

Enter a parse tree produced by baseType().

The default implementation does nothing.

Declaration
public virtual void EnterBaseType(vbaParser.BaseTypeContext context)
Parameters
Type Name Description
vbaParser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBeepStmt(vbaParser.BeepStmtContext)

Enter a parse tree produced by beepStmt().

The default implementation does nothing.

Declaration
public virtual void EnterBeepStmt(vbaParser.BeepStmtContext context)
Parameters
Type Name Description
vbaParser.BeepStmtContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(vbaParser.BlockContext)

Enter a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void EnterBlock(vbaParser.BlockContext context)
Parameters
Type Name Description
vbaParser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterBlockIfThenElse(vbaParser.BlockIfThenElseContext)

Enter a parse tree produced by the blockIfThenElse labeled alternative in ifThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void EnterBlockIfThenElse(vbaParser.BlockIfThenElseContext context)
Parameters
Type Name Description
vbaParser.BlockIfThenElseContext context

The parse tree.

| Improve this Doc View Source

EnterBlockStmt(vbaParser.BlockStmtContext)

Enter a parse tree produced by blockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterBlockStmt(vbaParser.BlockStmtContext context)
Parameters
Type Name Description
vbaParser.BlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondElse(vbaParser.CaseCondElseContext)

Enter a parse tree produced by the caseCondElse labeled alternative in sC_Cond().

The default implementation does nothing.

Declaration
public virtual void EnterCaseCondElse(vbaParser.CaseCondElseContext context)
Parameters
Type Name Description
vbaParser.CaseCondElseContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondIs(vbaParser.CaseCondIsContext)

Enter a parse tree produced by the caseCondIs labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void EnterCaseCondIs(vbaParser.CaseCondIsContext context)
Parameters
Type Name Description
vbaParser.CaseCondIsContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondSelection(vbaParser.CaseCondSelectionContext)

Enter a parse tree produced by the caseCondSelection labeled alternative in sC_Cond().

The default implementation does nothing.

Declaration
public virtual void EnterCaseCondSelection(vbaParser.CaseCondSelectionContext context)
Parameters
Type Name Description
vbaParser.CaseCondSelectionContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondTo(vbaParser.CaseCondToContext)

Enter a parse tree produced by the caseCondTo labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void EnterCaseCondTo(vbaParser.CaseCondToContext context)
Parameters
Type Name Description
vbaParser.CaseCondToContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondValue(vbaParser.CaseCondValueContext)

Enter a parse tree produced by the caseCondValue labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void EnterCaseCondValue(vbaParser.CaseCondValueContext context)
Parameters
Type Name Description
vbaParser.CaseCondValueContext context

The parse tree.

| Improve this Doc View Source

EnterCertainIdentifier(vbaParser.CertainIdentifierContext)

Enter a parse tree produced by certainIdentifier().

The default implementation does nothing.

Declaration
public virtual void EnterCertainIdentifier(vbaParser.CertainIdentifierContext context)
Parameters
Type Name Description
vbaParser.CertainIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterChdirStmt(vbaParser.ChdirStmtContext)

Enter a parse tree produced by chdirStmt().

The default implementation does nothing.

Declaration
public virtual void EnterChdirStmt(vbaParser.ChdirStmtContext context)
Parameters
Type Name Description
vbaParser.ChdirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterChdriveStmt(vbaParser.ChdriveStmtContext)

Enter a parse tree produced by chdriveStmt().

The default implementation does nothing.

Declaration
public virtual void EnterChdriveStmt(vbaParser.ChdriveStmtContext context)
Parameters
Type Name Description
vbaParser.ChdriveStmtContext context

The parse tree.

| Improve this Doc View Source

EnterCloseStmt(vbaParser.CloseStmtContext)

Enter a parse tree produced by closeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterCloseStmt(vbaParser.CloseStmtContext context)
Parameters
Type Name Description
vbaParser.CloseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterComment(vbaParser.CommentContext)

Enter a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void EnterComment(vbaParser.CommentContext context)
Parameters
Type Name Description
vbaParser.CommentContext context

The parse tree.

| Improve this Doc View Source

EnterComparisonOperator(vbaParser.ComparisonOperatorContext)

Enter a parse tree produced by comparisonOperator().

The default implementation does nothing.

Declaration
public virtual void EnterComparisonOperator(vbaParser.ComparisonOperatorContext context)
Parameters
Type Name Description
vbaParser.ComparisonOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterComplexType(vbaParser.ComplexTypeContext)

Enter a parse tree produced by complexType().

The default implementation does nothing.

Declaration
public virtual void EnterComplexType(vbaParser.ComplexTypeContext context)
Parameters
Type Name Description
vbaParser.ComplexTypeContext context

The parse tree.

| Improve this Doc View Source

EnterConstStmt(vbaParser.ConstStmtContext)

Enter a parse tree produced by constStmt().

The default implementation does nothing.

Declaration
public virtual void EnterConstStmt(vbaParser.ConstStmtContext context)
Parameters
Type Name Description
vbaParser.ConstStmtContext context

The parse tree.

| Improve this Doc View Source

EnterConstSubStmt(vbaParser.ConstSubStmtContext)

Enter a parse tree produced by constSubStmt().

The default implementation does nothing.

Declaration
public virtual void EnterConstSubStmt(vbaParser.ConstSubStmtContext context)
Parameters
Type Name Description
vbaParser.ConstSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDateStmt(vbaParser.DateStmtContext)

Enter a parse tree produced by dateStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDateStmt(vbaParser.DateStmtContext context)
Parameters
Type Name Description
vbaParser.DateStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeclareStmt(vbaParser.DeclareStmtContext)

Enter a parse tree produced by declareStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDeclareStmt(vbaParser.DeclareStmtContext context)
Parameters
Type Name Description
vbaParser.DeclareStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeftypeStmt(vbaParser.DeftypeStmtContext)

Enter a parse tree produced by deftypeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDeftypeStmt(vbaParser.DeftypeStmtContext context)
Parameters
Type Name Description
vbaParser.DeftypeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeleteSettingStmt(vbaParser.DeleteSettingStmtContext)

Enter a parse tree produced by deleteSettingStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDeleteSettingStmt(vbaParser.DeleteSettingStmtContext context)
Parameters
Type Name Description
vbaParser.DeleteSettingStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDictionaryCallStmt(vbaParser.DictionaryCallStmtContext)

Enter a parse tree produced by dictionaryCallStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDictionaryCallStmt(vbaParser.DictionaryCallStmtContext context)
Parameters
Type Name Description
vbaParser.DictionaryCallStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDoLoopStmt(vbaParser.DoLoopStmtContext)

Enter a parse tree produced by doLoopStmt().

The default implementation does nothing.

Declaration
public virtual void EnterDoLoopStmt(vbaParser.DoLoopStmtContext context)
Parameters
Type Name Description
vbaParser.DoLoopStmtContext context

The parse tree.

| Improve this Doc View Source

EnterECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext)

Enter a parse tree produced by eCS_MemberProcedureCall().

The default implementation does nothing.

Declaration
public virtual void EnterECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext)

Enter a parse tree produced by eCS_ProcedureCall().

The default implementation does nothing.

Declaration
public virtual void EnterECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterEndOfLine(vbaParser.EndOfLineContext)

Enter a parse tree produced by endOfLine().

The default implementation does nothing.

Declaration
public virtual void EnterEndOfLine(vbaParser.EndOfLineContext context)
Parameters
Type Name Description
vbaParser.EndOfLineContext context

The parse tree.

| Improve this Doc View Source

EnterEndOfStatement(vbaParser.EndOfStatementContext)

Enter a parse tree produced by endOfStatement().

The default implementation does nothing.

Declaration
public virtual void EnterEndOfStatement(vbaParser.EndOfStatementContext context)
Parameters
Type Name Description
vbaParser.EndOfStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEndStmt(vbaParser.EndStmtContext)

Enter a parse tree produced by endStmt().

The default implementation does nothing.

Declaration
public virtual void EnterEndStmt(vbaParser.EndStmtContext context)
Parameters
Type Name Description
vbaParser.EndStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEnumerationStmt(vbaParser.EnumerationStmtContext)

Enter a parse tree produced by enumerationStmt().

The default implementation does nothing.

Declaration
public virtual void EnterEnumerationStmt(vbaParser.EnumerationStmtContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext)

Enter a parse tree produced by enumerationStmt_Constant().

The default implementation does nothing.

Declaration
public virtual void EnterEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmt_ConstantContext context

The parse tree.

| Improve this Doc View Source

EnterEraseStmt(vbaParser.EraseStmtContext)

Enter a parse tree produced by eraseStmt().

The default implementation does nothing.

Declaration
public virtual void EnterEraseStmt(vbaParser.EraseStmtContext context)
Parameters
Type Name Description
vbaParser.EraseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterErrorStmt(vbaParser.ErrorStmtContext)

Enter a parse tree produced by errorStmt().

The default implementation does nothing.

Declaration
public virtual void EnterErrorStmt(vbaParser.ErrorStmtContext context)
Parameters
Type Name Description
vbaParser.ErrorStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEventStmt(vbaParser.EventStmtContext)

Enter a parse tree produced by eventStmt().

The default implementation does nothing.

Declaration
public virtual void EnterEventStmt(vbaParser.EventStmtContext context)
Parameters
Type Name Description
vbaParser.EventStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExitStmt(vbaParser.ExitStmtContext)

Enter a parse tree produced by exitStmt().

The default implementation does nothing.

Declaration
public virtual void EnterExitStmt(vbaParser.ExitStmtContext context)
Parameters
Type Name Description
vbaParser.ExitStmtContext context

The parse tree.

| Improve this Doc View Source

EnterExplicitCallStmt(vbaParser.ExplicitCallStmtContext)

Enter a parse tree produced by explicitCallStmt().

The default implementation does nothing.

Declaration
public virtual void EnterExplicitCallStmt(vbaParser.ExplicitCallStmtContext context)
Parameters
Type Name Description
vbaParser.ExplicitCallStmtContext context

The parse tree.

| Improve this Doc View Source

EnterFieldLength(vbaParser.FieldLengthContext)

Enter a parse tree produced by fieldLength().

The default implementation does nothing.

Declaration
public virtual void EnterFieldLength(vbaParser.FieldLengthContext context)
Parameters
Type Name Description
vbaParser.FieldLengthContext context

The parse tree.

| Improve this Doc View Source

EnterFilecopyStmt(vbaParser.FilecopyStmtContext)

Enter a parse tree produced by filecopyStmt().

The default implementation does nothing.

Declaration
public virtual void EnterFilecopyStmt(vbaParser.FilecopyStmtContext context)
Parameters
Type Name Description
vbaParser.FilecopyStmtContext context

The parse tree.

| Improve this Doc View Source

EnterFileNumber(vbaParser.FileNumberContext)

Enter a parse tree produced by fileNumber().

The default implementation does nothing.

Declaration
public virtual void EnterFileNumber(vbaParser.FileNumberContext context)
Parameters
Type Name Description
vbaParser.FileNumberContext context

The parse tree.

| Improve this Doc View Source

EnterForEachStmt(vbaParser.ForEachStmtContext)

Enter a parse tree produced by forEachStmt().

The default implementation does nothing.

Declaration
public virtual void EnterForEachStmt(vbaParser.ForEachStmtContext context)
Parameters
Type Name Description
vbaParser.ForEachStmtContext context

The parse tree.

| Improve this Doc View Source

EnterForNextStmt(vbaParser.ForNextStmtContext)

Enter a parse tree produced by forNextStmt().

The default implementation does nothing.

Declaration
public virtual void EnterForNextStmt(vbaParser.ForNextStmtContext context)
Parameters
Type Name Description
vbaParser.ForNextStmtContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionStmt(vbaParser.FunctionStmtContext)

Enter a parse tree produced by functionStmt().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionStmt(vbaParser.FunctionStmtContext context)
Parameters
Type Name Description
vbaParser.FunctionStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGetStmt(vbaParser.GetStmtContext)

Enter a parse tree produced by getStmt().

The default implementation does nothing.

Declaration
public virtual void EnterGetStmt(vbaParser.GetStmtContext context)
Parameters
Type Name Description
vbaParser.GetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGoSubStmt(vbaParser.GoSubStmtContext)

Enter a parse tree produced by goSubStmt().

The default implementation does nothing.

Declaration
public virtual void EnterGoSubStmt(vbaParser.GoSubStmtContext context)
Parameters
Type Name Description
vbaParser.GoSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGoToStmt(vbaParser.GoToStmtContext)

Enter a parse tree produced by goToStmt().

The default implementation does nothing.

Declaration
public virtual void EnterGoToStmt(vbaParser.GoToStmtContext context)
Parameters
Type Name Description
vbaParser.GoToStmtContext context

The parse tree.

| Improve this Doc View Source

EnterICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext)

Enter a parse tree produced by iCS_B_MemberProcedureCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext)

Enter a parse tree produced by iCS_B_ProcedureCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext)

Enter a parse tree produced by iCS_S_DictionaryCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_DictionaryCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext)

Enter a parse tree produced by iCS_S_MemberCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MemberCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext)

Enter a parse tree produced by iCS_S_MembersCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MembersCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext)

Enter a parse tree produced by iCS_S_ProcedureOrArrayCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_ProcedureOrArrayCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext)

Enter a parse tree produced by iCS_S_VariableOrProcedureCall().

The default implementation does nothing.

Declaration
public virtual void EnterICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_VariableOrProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterIfBlockStmt(vbaParser.IfBlockStmtContext)

Enter a parse tree produced by ifBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterIfBlockStmt(vbaParser.IfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfConditionStmt(vbaParser.IfConditionStmtContext)

Enter a parse tree produced by ifConditionStmt().

The default implementation does nothing.

Declaration
public virtual void EnterIfConditionStmt(vbaParser.IfConditionStmtContext context)
Parameters
Type Name Description
vbaParser.IfConditionStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfElseBlockStmt(vbaParser.IfElseBlockStmtContext)

Enter a parse tree produced by ifElseBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterIfElseBlockStmt(vbaParser.IfElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext)

Enter a parse tree produced by ifElseIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterImplementsStmt(vbaParser.ImplementsStmtContext)

Enter a parse tree produced by implementsStmt().

The default implementation does nothing.

Declaration
public virtual void EnterImplementsStmt(vbaParser.ImplementsStmtContext context)
Parameters
Type Name Description
vbaParser.ImplementsStmtContext context

The parse tree.

| Improve this Doc View Source

EnterImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext)

Enter a parse tree produced by implicitCallStmt_InBlock().

The default implementation does nothing.

Declaration
public virtual void EnterImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InBlockContext context

The parse tree.

| Improve this Doc View Source

EnterImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext)

Enter a parse tree produced by implicitCallStmt_InStmt().

The default implementation does nothing.

Declaration
public virtual void EnterImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InStmtContext context

The parse tree.

| Improve this Doc View Source

EnterInlineIfThenElse(vbaParser.InlineIfThenElseContext)

Enter a parse tree produced by the inlineIfThenElse labeled alternative in ifThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void EnterInlineIfThenElse(vbaParser.InlineIfThenElseContext context)
Parameters
Type Name Description
vbaParser.InlineIfThenElseContext context

The parse tree.

| Improve this Doc View Source

EnterInputStmt(vbaParser.InputStmtContext)

Enter a parse tree produced by inputStmt().

The default implementation does nothing.

Declaration
public virtual void EnterInputStmt(vbaParser.InputStmtContext context)
Parameters
Type Name Description
vbaParser.InputStmtContext context

The parse tree.

| Improve this Doc View Source

EnterKillStmt(vbaParser.KillStmtContext)

Enter a parse tree produced by killStmt().

The default implementation does nothing.

Declaration
public virtual void EnterKillStmt(vbaParser.KillStmtContext context)
Parameters
Type Name Description
vbaParser.KillStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLetStmt(vbaParser.LetStmtContext)

Enter a parse tree produced by letStmt().

The default implementation does nothing.

Declaration
public virtual void EnterLetStmt(vbaParser.LetStmtContext context)
Parameters
Type Name Description
vbaParser.LetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLetterrange(vbaParser.LetterrangeContext)

Enter a parse tree produced by letterrange().

The default implementation does nothing.

Declaration
public virtual void EnterLetterrange(vbaParser.LetterrangeContext context)
Parameters
Type Name Description
vbaParser.LetterrangeContext context

The parse tree.

| Improve this Doc View Source

EnterLineInputStmt(vbaParser.LineInputStmtContext)

Enter a parse tree produced by lineInputStmt().

The default implementation does nothing.

Declaration
public virtual void EnterLineInputStmt(vbaParser.LineInputStmtContext context)
Parameters
Type Name Description
vbaParser.LineInputStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLineLabel(vbaParser.LineLabelContext)

Enter a parse tree produced by lineLabel().

The default implementation does nothing.

Declaration
public virtual void EnterLineLabel(vbaParser.LineLabelContext context)
Parameters
Type Name Description
vbaParser.LineLabelContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(vbaParser.LiteralContext)

Enter a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void EnterLiteral(vbaParser.LiteralContext context)
Parameters
Type Name Description
vbaParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLoadStmt(vbaParser.LoadStmtContext)

Enter a parse tree produced by loadStmt().

The default implementation does nothing.

Declaration
public virtual void EnterLoadStmt(vbaParser.LoadStmtContext context)
Parameters
Type Name Description
vbaParser.LoadStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLockStmt(vbaParser.LockStmtContext)

Enter a parse tree produced by lockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterLockStmt(vbaParser.LockStmtContext context)
Parameters
Type Name Description
vbaParser.LockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLsetStmt(vbaParser.LsetStmtContext)

Enter a parse tree produced by lsetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterLsetStmt(vbaParser.LsetStmtContext context)
Parameters
Type Name Description
vbaParser.LsetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroConstStmt(vbaParser.MacroConstStmtContext)

Enter a parse tree produced by macroConstStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroConstStmt(vbaParser.MacroConstStmtContext context)
Parameters
Type Name Description
vbaParser.MacroConstStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext)

Enter a parse tree produced by macroElseBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext)

Enter a parse tree produced by macroElseIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext)

Enter a parse tree produced by macroIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext)

Enter a parse tree produced by macroIfThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfThenElseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroStmt(vbaParser.MacroStmtContext)

Enter a parse tree produced by macroStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMacroStmt(vbaParser.MacroStmtContext context)
Parameters
Type Name Description
vbaParser.MacroStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMidStmt(vbaParser.MidStmtContext)

Enter a parse tree produced by midStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMidStmt(vbaParser.MidStmtContext context)
Parameters
Type Name Description
vbaParser.MidStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMkdirStmt(vbaParser.MkdirStmtContext)

Enter a parse tree produced by mkdirStmt().

The default implementation does nothing.

Declaration
public virtual void EnterMkdirStmt(vbaParser.MkdirStmtContext context)
Parameters
Type Name Description
vbaParser.MkdirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterModule(vbaParser.ModuleContext)

Enter a parse tree produced by module().

The default implementation does nothing.

Declaration
public virtual void EnterModule(vbaParser.ModuleContext context)
Parameters
Type Name Description
vbaParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

EnterModuleAttributes(vbaParser.ModuleAttributesContext)

Enter a parse tree produced by moduleAttributes().

The default implementation does nothing.

Declaration
public virtual void EnterModuleAttributes(vbaParser.ModuleAttributesContext context)
Parameters
Type Name Description
vbaParser.ModuleAttributesContext context

The parse tree.

| Improve this Doc View Source

EnterModuleBody(vbaParser.ModuleBodyContext)

Enter a parse tree produced by moduleBody().

The default implementation does nothing.

Declaration
public virtual void EnterModuleBody(vbaParser.ModuleBodyContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyContext context

The parse tree.

| Improve this Doc View Source

EnterModuleBodyElement(vbaParser.ModuleBodyElementContext)

Enter a parse tree produced by moduleBodyElement().

The default implementation does nothing.

Declaration
public virtual void EnterModuleBodyElement(vbaParser.ModuleBodyElementContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyElementContext context

The parse tree.

| Improve this Doc View Source

EnterModuleConfig(vbaParser.ModuleConfigContext)

Enter a parse tree produced by moduleConfig().

The default implementation does nothing.

Declaration
public virtual void EnterModuleConfig(vbaParser.ModuleConfigContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigContext context

The parse tree.

| Improve this Doc View Source

EnterModuleConfigElement(vbaParser.ModuleConfigElementContext)

Enter a parse tree produced by moduleConfigElement().

The default implementation does nothing.

Declaration
public virtual void EnterModuleConfigElement(vbaParser.ModuleConfigElementContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigElementContext context

The parse tree.

| Improve this Doc View Source

EnterModuleDeclarations(vbaParser.ModuleDeclarationsContext)

Enter a parse tree produced by moduleDeclarations().

The default implementation does nothing.

Declaration
public virtual void EnterModuleDeclarations(vbaParser.ModuleDeclarationsContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsContext context

The parse tree.

| Improve this Doc View Source

EnterModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext)

Enter a parse tree produced by moduleDeclarationsElement().

The default implementation does nothing.

Declaration
public virtual void EnterModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsElementContext context

The parse tree.

| Improve this Doc View Source

EnterModuleHeader(vbaParser.ModuleHeaderContext)

Enter a parse tree produced by moduleHeader().

The default implementation does nothing.

Declaration
public virtual void EnterModuleHeader(vbaParser.ModuleHeaderContext context)
Parameters
Type Name Description
vbaParser.ModuleHeaderContext context

The parse tree.

| Improve this Doc View Source

EnterNameStmt(vbaParser.NameStmtContext)

Enter a parse tree produced by nameStmt().

The default implementation does nothing.

Declaration
public virtual void EnterNameStmt(vbaParser.NameStmtContext context)
Parameters
Type Name Description
vbaParser.NameStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnErrorStmt(vbaParser.OnErrorStmtContext)

Enter a parse tree produced by onErrorStmt().

The default implementation does nothing.

Declaration
public virtual void EnterOnErrorStmt(vbaParser.OnErrorStmtContext context)
Parameters
Type Name Description
vbaParser.OnErrorStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnGoSubStmt(vbaParser.OnGoSubStmtContext)

Enter a parse tree produced by onGoSubStmt().

The default implementation does nothing.

Declaration
public virtual void EnterOnGoSubStmt(vbaParser.OnGoSubStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnGoToStmt(vbaParser.OnGoToStmtContext)

Enter a parse tree produced by onGoToStmt().

The default implementation does nothing.

Declaration
public virtual void EnterOnGoToStmt(vbaParser.OnGoToStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoToStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOpenStmt(vbaParser.OpenStmtContext)

Enter a parse tree produced by openStmt().

The default implementation does nothing.

Declaration
public virtual void EnterOpenStmt(vbaParser.OpenStmtContext context)
Parameters
Type Name Description
vbaParser.OpenStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionBaseStmt(vbaParser.OptionBaseStmtContext)

Enter a parse tree produced by the optionBaseStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void EnterOptionBaseStmt(vbaParser.OptionBaseStmtContext context)
Parameters
Type Name Description
vbaParser.OptionBaseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionCompareStmt(vbaParser.OptionCompareStmtContext)

Enter a parse tree produced by the optionCompareStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void EnterOptionCompareStmt(vbaParser.OptionCompareStmtContext context)
Parameters
Type Name Description
vbaParser.OptionCompareStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionExplicitStmt(vbaParser.OptionExplicitStmtContext)

Enter a parse tree produced by the optionExplicitStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void EnterOptionExplicitStmt(vbaParser.OptionExplicitStmtContext context)
Parameters
Type Name Description
vbaParser.OptionExplicitStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext)

Enter a parse tree produced by the optionPrivateModuleStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void EnterOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext context)
Parameters
Type Name Description
vbaParser.OptionPrivateModuleStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOutputList(vbaParser.OutputListContext)

Enter a parse tree produced by outputList().

The default implementation does nothing.

Declaration
public virtual void EnterOutputList(vbaParser.OutputListContext context)
Parameters
Type Name Description
vbaParser.OutputListContext context

The parse tree.

| Improve this Doc View Source

EnterOutputList_Expression(vbaParser.OutputList_ExpressionContext)

Enter a parse tree produced by outputList_Expression().

The default implementation does nothing.

Declaration
public virtual void EnterOutputList_Expression(vbaParser.OutputList_ExpressionContext context)
Parameters
Type Name Description
vbaParser.OutputList_ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterPrintStmt(vbaParser.PrintStmtContext)

Enter a parse tree produced by printStmt().

The default implementation does nothing.

Declaration
public virtual void EnterPrintStmt(vbaParser.PrintStmtContext context)
Parameters
Type Name Description
vbaParser.PrintStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyGetStmt(vbaParser.PropertyGetStmtContext)

Enter a parse tree produced by propertyGetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyGetStmt(vbaParser.PropertyGetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyGetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyLetStmt(vbaParser.PropertyLetStmtContext)

Enter a parse tree produced by propertyLetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyLetStmt(vbaParser.PropertyLetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyLetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertySetStmt(vbaParser.PropertySetStmtContext)

Enter a parse tree produced by propertySetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterPropertySetStmt(vbaParser.PropertySetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertySetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPutStmt(vbaParser.PutStmtContext)

Enter a parse tree produced by putStmt().

The default implementation does nothing.

Declaration
public virtual void EnterPutStmt(vbaParser.PutStmtContext context)
Parameters
Type Name Description
vbaParser.PutStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRaiseEventStmt(vbaParser.RaiseEventStmtContext)

Enter a parse tree produced by raiseEventStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRaiseEventStmt(vbaParser.RaiseEventStmtContext context)
Parameters
Type Name Description
vbaParser.RaiseEventStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRandomizeStmt(vbaParser.RandomizeStmtContext)

Enter a parse tree produced by randomizeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRandomizeStmt(vbaParser.RandomizeStmtContext context)
Parameters
Type Name Description
vbaParser.RandomizeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRedimStmt(vbaParser.RedimStmtContext)

Enter a parse tree produced by redimStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRedimStmt(vbaParser.RedimStmtContext context)
Parameters
Type Name Description
vbaParser.RedimStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRedimSubStmt(vbaParser.RedimSubStmtContext)

Enter a parse tree produced by redimSubStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRedimSubStmt(vbaParser.RedimSubStmtContext context)
Parameters
Type Name Description
vbaParser.RedimSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRemComment(vbaParser.RemCommentContext)

Enter a parse tree produced by remComment().

The default implementation does nothing.

Declaration
public virtual void EnterRemComment(vbaParser.RemCommentContext context)
Parameters
Type Name Description
vbaParser.RemCommentContext context

The parse tree.

| Improve this Doc View Source

EnterResetStmt(vbaParser.ResetStmtContext)

Enter a parse tree produced by resetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterResetStmt(vbaParser.ResetStmtContext context)
Parameters
Type Name Description
vbaParser.ResetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterResumeStmt(vbaParser.ResumeStmtContext)

Enter a parse tree produced by resumeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterResumeStmt(vbaParser.ResumeStmtContext context)
Parameters
Type Name Description
vbaParser.ResumeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterReturnStmt(vbaParser.ReturnStmtContext)

Enter a parse tree produced by returnStmt().

The default implementation does nothing.

Declaration
public virtual void EnterReturnStmt(vbaParser.ReturnStmtContext context)
Parameters
Type Name Description
vbaParser.ReturnStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRmdirStmt(vbaParser.RmdirStmtContext)

Enter a parse tree produced by rmdirStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRmdirStmt(vbaParser.RmdirStmtContext context)
Parameters
Type Name Description
vbaParser.RmdirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRsetStmt(vbaParser.RsetStmtContext)

Enter a parse tree produced by rsetStmt().

The default implementation does nothing.

Declaration
public virtual void EnterRsetStmt(vbaParser.RsetStmtContext context)
Parameters
Type Name Description
vbaParser.RsetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSavepictureStmt(vbaParser.SavepictureStmtContext)

Enter a parse tree produced by savepictureStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSavepictureStmt(vbaParser.SavepictureStmtContext context)
Parameters
Type Name Description
vbaParser.SavepictureStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSaveSettingStmt(vbaParser.SaveSettingStmtContext)

Enter a parse tree produced by saveSettingStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSaveSettingStmt(vbaParser.SaveSettingStmtContext context)
Parameters
Type Name Description
vbaParser.SaveSettingStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSC_Case(vbaParser.SC_CaseContext)

Enter a parse tree produced by sC_Case().

The default implementation does nothing.

Declaration
public virtual void EnterSC_Case(vbaParser.SC_CaseContext context)
Parameters
Type Name Description
vbaParser.SC_CaseContext context

The parse tree.

| Improve this Doc View Source

EnterSeekStmt(vbaParser.SeekStmtContext)

Enter a parse tree produced by seekStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSeekStmt(vbaParser.SeekStmtContext context)
Parameters
Type Name Description
vbaParser.SeekStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSelectCaseStmt(vbaParser.SelectCaseStmtContext)

Enter a parse tree produced by selectCaseStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSelectCaseStmt(vbaParser.SelectCaseStmtContext context)
Parameters
Type Name Description
vbaParser.SelectCaseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSendkeysStmt(vbaParser.SendkeysStmtContext)

Enter a parse tree produced by sendkeysStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSendkeysStmt(vbaParser.SendkeysStmtContext context)
Parameters
Type Name Description
vbaParser.SendkeysStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSetattrStmt(vbaParser.SetattrStmtContext)

Enter a parse tree produced by setattrStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSetattrStmt(vbaParser.SetattrStmtContext context)
Parameters
Type Name Description
vbaParser.SetattrStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSetStmt(vbaParser.SetStmtContext)

Enter a parse tree produced by setStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSetStmt(vbaParser.SetStmtContext context)
Parameters
Type Name Description
vbaParser.SetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterStartRule(vbaParser.StartRuleContext)

Enter a parse tree produced by startRule().

The default implementation does nothing.

Declaration
public virtual void EnterStartRule(vbaParser.StartRuleContext context)
Parameters
Type Name Description
vbaParser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

EnterStopStmt(vbaParser.StopStmtContext)

Enter a parse tree produced by stopStmt().

The default implementation does nothing.

Declaration
public virtual void EnterStopStmt(vbaParser.StopStmtContext context)
Parameters
Type Name Description
vbaParser.StopStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSubscript_(vbaParser.Subscript_Context)

Enter a parse tree produced by subscript_().

The default implementation does nothing.

Declaration
public virtual void EnterSubscript_(vbaParser.Subscript_Context context)
Parameters
Type Name Description
vbaParser.Subscript_Context context

The parse tree.

| Improve this Doc View Source

EnterSubscripts(vbaParser.SubscriptsContext)

Enter a parse tree produced by subscripts().

The default implementation does nothing.

Declaration
public virtual void EnterSubscripts(vbaParser.SubscriptsContext context)
Parameters
Type Name Description
vbaParser.SubscriptsContext context

The parse tree.

| Improve this Doc View Source

EnterSubStmt(vbaParser.SubStmtContext)

Enter a parse tree produced by subStmt().

The default implementation does nothing.

Declaration
public virtual void EnterSubStmt(vbaParser.SubStmtContext context)
Parameters
Type Name Description
vbaParser.SubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTimeStmt(vbaParser.TimeStmtContext)

Enter a parse tree produced by timeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterTimeStmt(vbaParser.TimeStmtContext context)
Parameters
Type Name Description
vbaParser.TimeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterType_(vbaParser.Type_Context)

Enter a parse tree produced by type_().

The default implementation does nothing.

Declaration
public virtual void EnterType_(vbaParser.Type_Context context)
Parameters
Type Name Description
vbaParser.Type_Context context

The parse tree.

| Improve this Doc View Source

EnterTypeHint(vbaParser.TypeHintContext)

Enter a parse tree produced by typeHint().

The default implementation does nothing.

Declaration
public virtual void EnterTypeHint(vbaParser.TypeHintContext context)
Parameters
Type Name Description
vbaParser.TypeHintContext context

The parse tree.

| Improve this Doc View Source

EnterTypeOfStmt(vbaParser.TypeOfStmtContext)

Enter a parse tree produced by typeOfStmt().

The default implementation does nothing.

Declaration
public virtual void EnterTypeOfStmt(vbaParser.TypeOfStmtContext context)
Parameters
Type Name Description
vbaParser.TypeOfStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTypeStmt(vbaParser.TypeStmtContext)

Enter a parse tree produced by typeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterTypeStmt(vbaParser.TypeStmtContext context)
Parameters
Type Name Description
vbaParser.TypeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTypeStmt_Element(vbaParser.TypeStmt_ElementContext)

Enter a parse tree produced by typeStmt_Element().

The default implementation does nothing.

Declaration
public virtual void EnterTypeStmt_Element(vbaParser.TypeStmt_ElementContext context)
Parameters
Type Name Description
vbaParser.TypeStmt_ElementContext context

The parse tree.

| Improve this Doc View Source

EnterUnloadStmt(vbaParser.UnloadStmtContext)

Enter a parse tree produced by unloadStmt().

The default implementation does nothing.

Declaration
public virtual void EnterUnloadStmt(vbaParser.UnloadStmtContext context)
Parameters
Type Name Description
vbaParser.UnloadStmtContext context

The parse tree.

| Improve this Doc View Source

EnterUnlockStmt(vbaParser.UnlockStmtContext)

Enter a parse tree produced by unlockStmt().

The default implementation does nothing.

Declaration
public virtual void EnterUnlockStmt(vbaParser.UnlockStmtContext context)
Parameters
Type Name Description
vbaParser.UnlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableListStmt(vbaParser.VariableListStmtContext)

Enter a parse tree produced by variableListStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVariableListStmt(vbaParser.VariableListStmtContext context)
Parameters
Type Name Description
vbaParser.VariableListStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableStmt(vbaParser.VariableStmtContext)

Enter a parse tree produced by variableStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVariableStmt(vbaParser.VariableStmtContext context)
Parameters
Type Name Description
vbaParser.VariableStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableSubStmt(vbaParser.VariableSubStmtContext)

Enter a parse tree produced by variableSubStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVariableSubStmt(vbaParser.VariableSubStmtContext context)
Parameters
Type Name Description
vbaParser.VariableSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVisibility(vbaParser.VisibilityContext)

Enter a parse tree produced by visibility().

The default implementation does nothing.

Declaration
public virtual void EnterVisibility(vbaParser.VisibilityContext context)
Parameters
Type Name Description
vbaParser.VisibilityContext context

The parse tree.

| Improve this Doc View Source

EnterVsAdd(vbaParser.VsAddContext)

Enter a parse tree produced by the vsAdd labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsAdd(vbaParser.VsAddContext context)
Parameters
Type Name Description
vbaParser.VsAddContext context

The parse tree.

| Improve this Doc View Source

EnterVsAddressOf(vbaParser.VsAddressOfContext)

Enter a parse tree produced by the vsAddressOf labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsAddressOf(vbaParser.VsAddressOfContext context)
Parameters
Type Name Description
vbaParser.VsAddressOfContext context

The parse tree.

| Improve this Doc View Source

EnterVsAmp(vbaParser.VsAmpContext)

Enter a parse tree produced by the vsAmp labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsAmp(vbaParser.VsAmpContext context)
Parameters
Type Name Description
vbaParser.VsAmpContext context

The parse tree.

| Improve this Doc View Source

EnterVsAnd(vbaParser.VsAndContext)

Enter a parse tree produced by the vsAnd labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsAnd(vbaParser.VsAndContext context)
Parameters
Type Name Description
vbaParser.VsAndContext context

The parse tree.

| Improve this Doc View Source

EnterVsAssign(vbaParser.VsAssignContext)

Enter a parse tree produced by the vsAssign labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsAssign(vbaParser.VsAssignContext context)
Parameters
Type Name Description
vbaParser.VsAssignContext context

The parse tree.

| Improve this Doc View Source

EnterVsDiv(vbaParser.VsDivContext)

Enter a parse tree produced by the vsDiv labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsDiv(vbaParser.VsDivContext context)
Parameters
Type Name Description
vbaParser.VsDivContext context

The parse tree.

| Improve this Doc View Source

EnterVsEq(vbaParser.VsEqContext)

Enter a parse tree produced by the vsEq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsEq(vbaParser.VsEqContext context)
Parameters
Type Name Description
vbaParser.VsEqContext context

The parse tree.

| Improve this Doc View Source

EnterVsEqv(vbaParser.VsEqvContext)

Enter a parse tree produced by the vsEqv labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsEqv(vbaParser.VsEqvContext context)
Parameters
Type Name Description
vbaParser.VsEqvContext context

The parse tree.

| Improve this Doc View Source

EnterVsGeq(vbaParser.VsGeqContext)

Enter a parse tree produced by the vsGeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsGeq(vbaParser.VsGeqContext context)
Parameters
Type Name Description
vbaParser.VsGeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsGt(vbaParser.VsGtContext)

Enter a parse tree produced by the vsGt labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsGt(vbaParser.VsGtContext context)
Parameters
Type Name Description
vbaParser.VsGtContext context

The parse tree.

| Improve this Doc View Source

EnterVsICS(vbaParser.VsICSContext)

Enter a parse tree produced by the vsICS labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsICS(vbaParser.VsICSContext context)
Parameters
Type Name Description
vbaParser.VsICSContext context

The parse tree.

| Improve this Doc View Source

EnterVsImp(vbaParser.VsImpContext)

Enter a parse tree produced by the vsImp labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsImp(vbaParser.VsImpContext context)
Parameters
Type Name Description
vbaParser.VsImpContext context

The parse tree.

| Improve this Doc View Source

EnterVsIs(vbaParser.VsIsContext)

Enter a parse tree produced by the vsIs labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsIs(vbaParser.VsIsContext context)
Parameters
Type Name Description
vbaParser.VsIsContext context

The parse tree.

| Improve this Doc View Source

EnterVsLeq(vbaParser.VsLeqContext)

Enter a parse tree produced by the vsLeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsLeq(vbaParser.VsLeqContext context)
Parameters
Type Name Description
vbaParser.VsLeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsLike(vbaParser.VsLikeContext)

Enter a parse tree produced by the vsLike labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsLike(vbaParser.VsLikeContext context)
Parameters
Type Name Description
vbaParser.VsLikeContext context

The parse tree.

| Improve this Doc View Source

EnterVsLiteral(vbaParser.VsLiteralContext)

Enter a parse tree produced by the vsLiteral labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsLiteral(vbaParser.VsLiteralContext context)
Parameters
Type Name Description
vbaParser.VsLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterVsLt(vbaParser.VsLtContext)

Enter a parse tree produced by the vsLt labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsLt(vbaParser.VsLtContext context)
Parameters
Type Name Description
vbaParser.VsLtContext context

The parse tree.

| Improve this Doc View Source

EnterVsMid(vbaParser.VsMidContext)

Enter a parse tree produced by the vsMid labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsMid(vbaParser.VsMidContext context)
Parameters
Type Name Description
vbaParser.VsMidContext context

The parse tree.

| Improve this Doc View Source

EnterVsMinus(vbaParser.VsMinusContext)

Enter a parse tree produced by the vsMinus labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsMinus(vbaParser.VsMinusContext context)
Parameters
Type Name Description
vbaParser.VsMinusContext context

The parse tree.

| Improve this Doc View Source

EnterVsMod(vbaParser.VsModContext)

Enter a parse tree produced by the vsMod labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsMod(vbaParser.VsModContext context)
Parameters
Type Name Description
vbaParser.VsModContext context

The parse tree.

| Improve this Doc View Source

EnterVsMult(vbaParser.VsMultContext)

Enter a parse tree produced by the vsMult labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsMult(vbaParser.VsMultContext context)
Parameters
Type Name Description
vbaParser.VsMultContext context

The parse tree.

| Improve this Doc View Source

EnterVsNegation(vbaParser.VsNegationContext)

Enter a parse tree produced by the vsNegation labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsNegation(vbaParser.VsNegationContext context)
Parameters
Type Name Description
vbaParser.VsNegationContext context

The parse tree.

| Improve this Doc View Source

EnterVsNeq(vbaParser.VsNeqContext)

Enter a parse tree produced by the vsNeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsNeq(vbaParser.VsNeqContext context)
Parameters
Type Name Description
vbaParser.VsNeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsNew(vbaParser.VsNewContext)

Enter a parse tree produced by the vsNew labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsNew(vbaParser.VsNewContext context)
Parameters
Type Name Description
vbaParser.VsNewContext context

The parse tree.

| Improve this Doc View Source

EnterVsNot(vbaParser.VsNotContext)

Enter a parse tree produced by the vsNot labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsNot(vbaParser.VsNotContext context)
Parameters
Type Name Description
vbaParser.VsNotContext context

The parse tree.

| Improve this Doc View Source

EnterVsOr(vbaParser.VsOrContext)

Enter a parse tree produced by the vsOr labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsOr(vbaParser.VsOrContext context)
Parameters
Type Name Description
vbaParser.VsOrContext context

The parse tree.

| Improve this Doc View Source

EnterVsPlus(vbaParser.VsPlusContext)

Enter a parse tree produced by the vsPlus labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsPlus(vbaParser.VsPlusContext context)
Parameters
Type Name Description
vbaParser.VsPlusContext context

The parse tree.

| Improve this Doc View Source

EnterVsPow(vbaParser.VsPowContext)

Enter a parse tree produced by the vsPow labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsPow(vbaParser.VsPowContext context)
Parameters
Type Name Description
vbaParser.VsPowContext context

The parse tree.

| Improve this Doc View Source

EnterVsStruct(vbaParser.VsStructContext)

Enter a parse tree produced by the vsStruct labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsStruct(vbaParser.VsStructContext context)
Parameters
Type Name Description
vbaParser.VsStructContext context

The parse tree.

| Improve this Doc View Source

EnterVsTypeOf(vbaParser.VsTypeOfContext)

Enter a parse tree produced by the vsTypeOf labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsTypeOf(vbaParser.VsTypeOfContext context)
Parameters
Type Name Description
vbaParser.VsTypeOfContext context

The parse tree.

| Improve this Doc View Source

EnterVsXor(vbaParser.VsXorContext)

Enter a parse tree produced by the vsXor labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void EnterVsXor(vbaParser.VsXorContext context)
Parameters
Type Name Description
vbaParser.VsXorContext context

The parse tree.

| Improve this Doc View Source

EnterWhileWendStmt(vbaParser.WhileWendStmtContext)

Enter a parse tree produced by whileWendStmt().

The default implementation does nothing.

Declaration
public virtual void EnterWhileWendStmt(vbaParser.WhileWendStmtContext context)
Parameters
Type Name Description
vbaParser.WhileWendStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWidthStmt(vbaParser.WidthStmtContext)

Enter a parse tree produced by widthStmt().

The default implementation does nothing.

Declaration
public virtual void EnterWidthStmt(vbaParser.WidthStmtContext context)
Parameters
Type Name Description
vbaParser.WidthStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWithStmt(vbaParser.WithStmtContext)

Enter a parse tree produced by withStmt().

The default implementation does nothing.

Declaration
public virtual void EnterWithStmt(vbaParser.WithStmtContext context)
Parameters
Type Name Description
vbaParser.WithStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWriteStmt(vbaParser.WriteStmtContext)

Enter a parse tree produced by writeStmt().

The default implementation does nothing.

Declaration
public virtual void EnterWriteStmt(vbaParser.WriteStmtContext context)
Parameters
Type Name Description
vbaParser.WriteStmtContext context

The parse tree.

| Improve this Doc View Source

ExitAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext)

Exit a parse tree produced by ambiguousIdentifier().

The default implementation does nothing.

Declaration
public virtual void ExitAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext context)
Parameters
Type Name Description
vbaParser.AmbiguousIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitAmbiguousKeyword(vbaParser.AmbiguousKeywordContext)

Exit a parse tree produced by ambiguousKeyword().

The default implementation does nothing.

Declaration
public virtual void ExitAmbiguousKeyword(vbaParser.AmbiguousKeywordContext context)
Parameters
Type Name Description
vbaParser.AmbiguousKeywordContext context

The parse tree.

| Improve this Doc View Source

ExitAppactivateStmt(vbaParser.AppactivateStmtContext)

Exit a parse tree produced by appactivateStmt().

The default implementation does nothing.

Declaration
public virtual void ExitAppactivateStmt(vbaParser.AppactivateStmtContext context)
Parameters
Type Name Description
vbaParser.AppactivateStmtContext context

The parse tree.

| Improve this Doc View Source

ExitArg(vbaParser.ArgContext)

Exit a parse tree produced by arg().

The default implementation does nothing.

Declaration
public virtual void ExitArg(vbaParser.ArgContext context)
Parameters
Type Name Description
vbaParser.ArgContext context

The parse tree.

| Improve this Doc View Source

ExitArgCall(vbaParser.ArgCallContext)

Exit a parse tree produced by argCall().

The default implementation does nothing.

Declaration
public virtual void ExitArgCall(vbaParser.ArgCallContext context)
Parameters
Type Name Description
vbaParser.ArgCallContext context

The parse tree.

| Improve this Doc View Source

ExitArgDefaultValue(vbaParser.ArgDefaultValueContext)

Exit a parse tree produced by argDefaultValue().

The default implementation does nothing.

Declaration
public virtual void ExitArgDefaultValue(vbaParser.ArgDefaultValueContext context)
Parameters
Type Name Description
vbaParser.ArgDefaultValueContext context

The parse tree.

| Improve this Doc View Source

ExitArgList(vbaParser.ArgListContext)

Exit a parse tree produced by argList().

The default implementation does nothing.

Declaration
public virtual void ExitArgList(vbaParser.ArgListContext context)
Parameters
Type Name Description
vbaParser.ArgListContext context

The parse tree.

| Improve this Doc View Source

ExitArgsCall(vbaParser.ArgsCallContext)

Exit a parse tree produced by argsCall().

The default implementation does nothing.

Declaration
public virtual void ExitArgsCall(vbaParser.ArgsCallContext context)
Parameters
Type Name Description
vbaParser.ArgsCallContext context

The parse tree.

| Improve this Doc View Source

ExitAsTypeClause(vbaParser.AsTypeClauseContext)

Exit a parse tree produced by asTypeClause().

The default implementation does nothing.

Declaration
public virtual void ExitAsTypeClause(vbaParser.AsTypeClauseContext context)
Parameters
Type Name Description
vbaParser.AsTypeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAttributeStmt(vbaParser.AttributeStmtContext)

Exit a parse tree produced by attributeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitAttributeStmt(vbaParser.AttributeStmtContext context)
Parameters
Type Name Description
vbaParser.AttributeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitBaseType(vbaParser.BaseTypeContext)

Exit a parse tree produced by baseType().

The default implementation does nothing.

Declaration
public virtual void ExitBaseType(vbaParser.BaseTypeContext context)
Parameters
Type Name Description
vbaParser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBeepStmt(vbaParser.BeepStmtContext)

Exit a parse tree produced by beepStmt().

The default implementation does nothing.

Declaration
public virtual void ExitBeepStmt(vbaParser.BeepStmtContext context)
Parameters
Type Name Description
vbaParser.BeepStmtContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(vbaParser.BlockContext)

Exit a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void ExitBlock(vbaParser.BlockContext context)
Parameters
Type Name Description
vbaParser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitBlockIfThenElse(vbaParser.BlockIfThenElseContext)

Exit a parse tree produced by the blockIfThenElse labeled alternative in ifThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void ExitBlockIfThenElse(vbaParser.BlockIfThenElseContext context)
Parameters
Type Name Description
vbaParser.BlockIfThenElseContext context

The parse tree.

| Improve this Doc View Source

ExitBlockStmt(vbaParser.BlockStmtContext)

Exit a parse tree produced by blockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitBlockStmt(vbaParser.BlockStmtContext context)
Parameters
Type Name Description
vbaParser.BlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondElse(vbaParser.CaseCondElseContext)

Exit a parse tree produced by the caseCondElse labeled alternative in sC_Cond().

The default implementation does nothing.

Declaration
public virtual void ExitCaseCondElse(vbaParser.CaseCondElseContext context)
Parameters
Type Name Description
vbaParser.CaseCondElseContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondIs(vbaParser.CaseCondIsContext)

Exit a parse tree produced by the caseCondIs labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void ExitCaseCondIs(vbaParser.CaseCondIsContext context)
Parameters
Type Name Description
vbaParser.CaseCondIsContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondSelection(vbaParser.CaseCondSelectionContext)

Exit a parse tree produced by the caseCondSelection labeled alternative in sC_Cond().

The default implementation does nothing.

Declaration
public virtual void ExitCaseCondSelection(vbaParser.CaseCondSelectionContext context)
Parameters
Type Name Description
vbaParser.CaseCondSelectionContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondTo(vbaParser.CaseCondToContext)

Exit a parse tree produced by the caseCondTo labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void ExitCaseCondTo(vbaParser.CaseCondToContext context)
Parameters
Type Name Description
vbaParser.CaseCondToContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondValue(vbaParser.CaseCondValueContext)

Exit a parse tree produced by the caseCondValue labeled alternative in sC_Selection().

The default implementation does nothing.

Declaration
public virtual void ExitCaseCondValue(vbaParser.CaseCondValueContext context)
Parameters
Type Name Description
vbaParser.CaseCondValueContext context

The parse tree.

| Improve this Doc View Source

ExitCertainIdentifier(vbaParser.CertainIdentifierContext)

Exit a parse tree produced by certainIdentifier().

The default implementation does nothing.

Declaration
public virtual void ExitCertainIdentifier(vbaParser.CertainIdentifierContext context)
Parameters
Type Name Description
vbaParser.CertainIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitChdirStmt(vbaParser.ChdirStmtContext)

Exit a parse tree produced by chdirStmt().

The default implementation does nothing.

Declaration
public virtual void ExitChdirStmt(vbaParser.ChdirStmtContext context)
Parameters
Type Name Description
vbaParser.ChdirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitChdriveStmt(vbaParser.ChdriveStmtContext)

Exit a parse tree produced by chdriveStmt().

The default implementation does nothing.

Declaration
public virtual void ExitChdriveStmt(vbaParser.ChdriveStmtContext context)
Parameters
Type Name Description
vbaParser.ChdriveStmtContext context

The parse tree.

| Improve this Doc View Source

ExitCloseStmt(vbaParser.CloseStmtContext)

Exit a parse tree produced by closeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitCloseStmt(vbaParser.CloseStmtContext context)
Parameters
Type Name Description
vbaParser.CloseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitComment(vbaParser.CommentContext)

Exit a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void ExitComment(vbaParser.CommentContext context)
Parameters
Type Name Description
vbaParser.CommentContext context

The parse tree.

| Improve this Doc View Source

ExitComparisonOperator(vbaParser.ComparisonOperatorContext)

Exit a parse tree produced by comparisonOperator().

The default implementation does nothing.

Declaration
public virtual void ExitComparisonOperator(vbaParser.ComparisonOperatorContext context)
Parameters
Type Name Description
vbaParser.ComparisonOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitComplexType(vbaParser.ComplexTypeContext)

Exit a parse tree produced by complexType().

The default implementation does nothing.

Declaration
public virtual void ExitComplexType(vbaParser.ComplexTypeContext context)
Parameters
Type Name Description
vbaParser.ComplexTypeContext context

The parse tree.

| Improve this Doc View Source

ExitConstStmt(vbaParser.ConstStmtContext)

Exit a parse tree produced by constStmt().

The default implementation does nothing.

Declaration
public virtual void ExitConstStmt(vbaParser.ConstStmtContext context)
Parameters
Type Name Description
vbaParser.ConstStmtContext context

The parse tree.

| Improve this Doc View Source

ExitConstSubStmt(vbaParser.ConstSubStmtContext)

Exit a parse tree produced by constSubStmt().

The default implementation does nothing.

Declaration
public virtual void ExitConstSubStmt(vbaParser.ConstSubStmtContext context)
Parameters
Type Name Description
vbaParser.ConstSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDateStmt(vbaParser.DateStmtContext)

Exit a parse tree produced by dateStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDateStmt(vbaParser.DateStmtContext context)
Parameters
Type Name Description
vbaParser.DateStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeclareStmt(vbaParser.DeclareStmtContext)

Exit a parse tree produced by declareStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDeclareStmt(vbaParser.DeclareStmtContext context)
Parameters
Type Name Description
vbaParser.DeclareStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeftypeStmt(vbaParser.DeftypeStmtContext)

Exit a parse tree produced by deftypeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDeftypeStmt(vbaParser.DeftypeStmtContext context)
Parameters
Type Name Description
vbaParser.DeftypeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeleteSettingStmt(vbaParser.DeleteSettingStmtContext)

Exit a parse tree produced by deleteSettingStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDeleteSettingStmt(vbaParser.DeleteSettingStmtContext context)
Parameters
Type Name Description
vbaParser.DeleteSettingStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDictionaryCallStmt(vbaParser.DictionaryCallStmtContext)

Exit a parse tree produced by dictionaryCallStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDictionaryCallStmt(vbaParser.DictionaryCallStmtContext context)
Parameters
Type Name Description
vbaParser.DictionaryCallStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDoLoopStmt(vbaParser.DoLoopStmtContext)

Exit a parse tree produced by doLoopStmt().

The default implementation does nothing.

Declaration
public virtual void ExitDoLoopStmt(vbaParser.DoLoopStmtContext context)
Parameters
Type Name Description
vbaParser.DoLoopStmtContext context

The parse tree.

| Improve this Doc View Source

ExitECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext)

Exit a parse tree produced by eCS_MemberProcedureCall().

The default implementation does nothing.

Declaration
public virtual void ExitECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext)

Exit a parse tree produced by eCS_ProcedureCall().

The default implementation does nothing.

Declaration
public virtual void ExitECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitEndOfLine(vbaParser.EndOfLineContext)

Exit a parse tree produced by endOfLine().

The default implementation does nothing.

Declaration
public virtual void ExitEndOfLine(vbaParser.EndOfLineContext context)
Parameters
Type Name Description
vbaParser.EndOfLineContext context

The parse tree.

| Improve this Doc View Source

ExitEndOfStatement(vbaParser.EndOfStatementContext)

Exit a parse tree produced by endOfStatement().

The default implementation does nothing.

Declaration
public virtual void ExitEndOfStatement(vbaParser.EndOfStatementContext context)
Parameters
Type Name Description
vbaParser.EndOfStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEndStmt(vbaParser.EndStmtContext)

Exit a parse tree produced by endStmt().

The default implementation does nothing.

Declaration
public virtual void ExitEndStmt(vbaParser.EndStmtContext context)
Parameters
Type Name Description
vbaParser.EndStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEnumerationStmt(vbaParser.EnumerationStmtContext)

Exit a parse tree produced by enumerationStmt().

The default implementation does nothing.

Declaration
public virtual void ExitEnumerationStmt(vbaParser.EnumerationStmtContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext)

Exit a parse tree produced by enumerationStmt_Constant().

The default implementation does nothing.

Declaration
public virtual void ExitEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmt_ConstantContext context

The parse tree.

| Improve this Doc View Source

ExitEraseStmt(vbaParser.EraseStmtContext)

Exit a parse tree produced by eraseStmt().

The default implementation does nothing.

Declaration
public virtual void ExitEraseStmt(vbaParser.EraseStmtContext context)
Parameters
Type Name Description
vbaParser.EraseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitErrorStmt(vbaParser.ErrorStmtContext)

Exit a parse tree produced by errorStmt().

The default implementation does nothing.

Declaration
public virtual void ExitErrorStmt(vbaParser.ErrorStmtContext context)
Parameters
Type Name Description
vbaParser.ErrorStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEventStmt(vbaParser.EventStmtContext)

Exit a parse tree produced by eventStmt().

The default implementation does nothing.

Declaration
public virtual void ExitEventStmt(vbaParser.EventStmtContext context)
Parameters
Type Name Description
vbaParser.EventStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExitStmt(vbaParser.ExitStmtContext)

Exit a parse tree produced by exitStmt().

The default implementation does nothing.

Declaration
public virtual void ExitExitStmt(vbaParser.ExitStmtContext context)
Parameters
Type Name Description
vbaParser.ExitStmtContext context

The parse tree.

| Improve this Doc View Source

ExitExplicitCallStmt(vbaParser.ExplicitCallStmtContext)

Exit a parse tree produced by explicitCallStmt().

The default implementation does nothing.

Declaration
public virtual void ExitExplicitCallStmt(vbaParser.ExplicitCallStmtContext context)
Parameters
Type Name Description
vbaParser.ExplicitCallStmtContext context

The parse tree.

| Improve this Doc View Source

ExitFieldLength(vbaParser.FieldLengthContext)

Exit a parse tree produced by fieldLength().

The default implementation does nothing.

Declaration
public virtual void ExitFieldLength(vbaParser.FieldLengthContext context)
Parameters
Type Name Description
vbaParser.FieldLengthContext context

The parse tree.

| Improve this Doc View Source

ExitFilecopyStmt(vbaParser.FilecopyStmtContext)

Exit a parse tree produced by filecopyStmt().

The default implementation does nothing.

Declaration
public virtual void ExitFilecopyStmt(vbaParser.FilecopyStmtContext context)
Parameters
Type Name Description
vbaParser.FilecopyStmtContext context

The parse tree.

| Improve this Doc View Source

ExitFileNumber(vbaParser.FileNumberContext)

Exit a parse tree produced by fileNumber().

The default implementation does nothing.

Declaration
public virtual void ExitFileNumber(vbaParser.FileNumberContext context)
Parameters
Type Name Description
vbaParser.FileNumberContext context

The parse tree.

| Improve this Doc View Source

ExitForEachStmt(vbaParser.ForEachStmtContext)

Exit a parse tree produced by forEachStmt().

The default implementation does nothing.

Declaration
public virtual void ExitForEachStmt(vbaParser.ForEachStmtContext context)
Parameters
Type Name Description
vbaParser.ForEachStmtContext context

The parse tree.

| Improve this Doc View Source

ExitForNextStmt(vbaParser.ForNextStmtContext)

Exit a parse tree produced by forNextStmt().

The default implementation does nothing.

Declaration
public virtual void ExitForNextStmt(vbaParser.ForNextStmtContext context)
Parameters
Type Name Description
vbaParser.ForNextStmtContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionStmt(vbaParser.FunctionStmtContext)

Exit a parse tree produced by functionStmt().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionStmt(vbaParser.FunctionStmtContext context)
Parameters
Type Name Description
vbaParser.FunctionStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGetStmt(vbaParser.GetStmtContext)

Exit a parse tree produced by getStmt().

The default implementation does nothing.

Declaration
public virtual void ExitGetStmt(vbaParser.GetStmtContext context)
Parameters
Type Name Description
vbaParser.GetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGoSubStmt(vbaParser.GoSubStmtContext)

Exit a parse tree produced by goSubStmt().

The default implementation does nothing.

Declaration
public virtual void ExitGoSubStmt(vbaParser.GoSubStmtContext context)
Parameters
Type Name Description
vbaParser.GoSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGoToStmt(vbaParser.GoToStmtContext)

Exit a parse tree produced by goToStmt().

The default implementation does nothing.

Declaration
public virtual void ExitGoToStmt(vbaParser.GoToStmtContext context)
Parameters
Type Name Description
vbaParser.GoToStmtContext context

The parse tree.

| Improve this Doc View Source

ExitICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext)

Exit a parse tree produced by iCS_B_MemberProcedureCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext)

Exit a parse tree produced by iCS_B_ProcedureCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext)

Exit a parse tree produced by iCS_S_DictionaryCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_DictionaryCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext)

Exit a parse tree produced by iCS_S_MemberCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MemberCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext)

Exit a parse tree produced by iCS_S_MembersCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MembersCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext)

Exit a parse tree produced by iCS_S_ProcedureOrArrayCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_ProcedureOrArrayCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext)

Exit a parse tree produced by iCS_S_VariableOrProcedureCall().

The default implementation does nothing.

Declaration
public virtual void ExitICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_VariableOrProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitIfBlockStmt(vbaParser.IfBlockStmtContext)

Exit a parse tree produced by ifBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitIfBlockStmt(vbaParser.IfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfConditionStmt(vbaParser.IfConditionStmtContext)

Exit a parse tree produced by ifConditionStmt().

The default implementation does nothing.

Declaration
public virtual void ExitIfConditionStmt(vbaParser.IfConditionStmtContext context)
Parameters
Type Name Description
vbaParser.IfConditionStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfElseBlockStmt(vbaParser.IfElseBlockStmtContext)

Exit a parse tree produced by ifElseBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitIfElseBlockStmt(vbaParser.IfElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext)

Exit a parse tree produced by ifElseIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitImplementsStmt(vbaParser.ImplementsStmtContext)

Exit a parse tree produced by implementsStmt().

The default implementation does nothing.

Declaration
public virtual void ExitImplementsStmt(vbaParser.ImplementsStmtContext context)
Parameters
Type Name Description
vbaParser.ImplementsStmtContext context

The parse tree.

| Improve this Doc View Source

ExitImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext)

Exit a parse tree produced by implicitCallStmt_InBlock().

The default implementation does nothing.

Declaration
public virtual void ExitImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InBlockContext context

The parse tree.

| Improve this Doc View Source

ExitImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext)

Exit a parse tree produced by implicitCallStmt_InStmt().

The default implementation does nothing.

Declaration
public virtual void ExitImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InStmtContext context

The parse tree.

| Improve this Doc View Source

ExitInlineIfThenElse(vbaParser.InlineIfThenElseContext)

Exit a parse tree produced by the inlineIfThenElse labeled alternative in ifThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void ExitInlineIfThenElse(vbaParser.InlineIfThenElseContext context)
Parameters
Type Name Description
vbaParser.InlineIfThenElseContext context

The parse tree.

| Improve this Doc View Source

ExitInputStmt(vbaParser.InputStmtContext)

Exit a parse tree produced by inputStmt().

The default implementation does nothing.

Declaration
public virtual void ExitInputStmt(vbaParser.InputStmtContext context)
Parameters
Type Name Description
vbaParser.InputStmtContext context

The parse tree.

| Improve this Doc View Source

ExitKillStmt(vbaParser.KillStmtContext)

Exit a parse tree produced by killStmt().

The default implementation does nothing.

Declaration
public virtual void ExitKillStmt(vbaParser.KillStmtContext context)
Parameters
Type Name Description
vbaParser.KillStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLetStmt(vbaParser.LetStmtContext)

Exit a parse tree produced by letStmt().

The default implementation does nothing.

Declaration
public virtual void ExitLetStmt(vbaParser.LetStmtContext context)
Parameters
Type Name Description
vbaParser.LetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLetterrange(vbaParser.LetterrangeContext)

Exit a parse tree produced by letterrange().

The default implementation does nothing.

Declaration
public virtual void ExitLetterrange(vbaParser.LetterrangeContext context)
Parameters
Type Name Description
vbaParser.LetterrangeContext context

The parse tree.

| Improve this Doc View Source

ExitLineInputStmt(vbaParser.LineInputStmtContext)

Exit a parse tree produced by lineInputStmt().

The default implementation does nothing.

Declaration
public virtual void ExitLineInputStmt(vbaParser.LineInputStmtContext context)
Parameters
Type Name Description
vbaParser.LineInputStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLineLabel(vbaParser.LineLabelContext)

Exit a parse tree produced by lineLabel().

The default implementation does nothing.

Declaration
public virtual void ExitLineLabel(vbaParser.LineLabelContext context)
Parameters
Type Name Description
vbaParser.LineLabelContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(vbaParser.LiteralContext)

Exit a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void ExitLiteral(vbaParser.LiteralContext context)
Parameters
Type Name Description
vbaParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLoadStmt(vbaParser.LoadStmtContext)

Exit a parse tree produced by loadStmt().

The default implementation does nothing.

Declaration
public virtual void ExitLoadStmt(vbaParser.LoadStmtContext context)
Parameters
Type Name Description
vbaParser.LoadStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLockStmt(vbaParser.LockStmtContext)

Exit a parse tree produced by lockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitLockStmt(vbaParser.LockStmtContext context)
Parameters
Type Name Description
vbaParser.LockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLsetStmt(vbaParser.LsetStmtContext)

Exit a parse tree produced by lsetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitLsetStmt(vbaParser.LsetStmtContext context)
Parameters
Type Name Description
vbaParser.LsetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroConstStmt(vbaParser.MacroConstStmtContext)

Exit a parse tree produced by macroConstStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroConstStmt(vbaParser.MacroConstStmtContext context)
Parameters
Type Name Description
vbaParser.MacroConstStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext)

Exit a parse tree produced by macroElseBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext)

Exit a parse tree produced by macroElseIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext)

Exit a parse tree produced by macroIfBlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext)

Exit a parse tree produced by macroIfThenElseStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfThenElseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroStmt(vbaParser.MacroStmtContext)

Exit a parse tree produced by macroStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMacroStmt(vbaParser.MacroStmtContext context)
Parameters
Type Name Description
vbaParser.MacroStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMidStmt(vbaParser.MidStmtContext)

Exit a parse tree produced by midStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMidStmt(vbaParser.MidStmtContext context)
Parameters
Type Name Description
vbaParser.MidStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMkdirStmt(vbaParser.MkdirStmtContext)

Exit a parse tree produced by mkdirStmt().

The default implementation does nothing.

Declaration
public virtual void ExitMkdirStmt(vbaParser.MkdirStmtContext context)
Parameters
Type Name Description
vbaParser.MkdirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitModule(vbaParser.ModuleContext)

Exit a parse tree produced by module().

The default implementation does nothing.

Declaration
public virtual void ExitModule(vbaParser.ModuleContext context)
Parameters
Type Name Description
vbaParser.ModuleContext context

The parse tree.

| Improve this Doc View Source

ExitModuleAttributes(vbaParser.ModuleAttributesContext)

Exit a parse tree produced by moduleAttributes().

The default implementation does nothing.

Declaration
public virtual void ExitModuleAttributes(vbaParser.ModuleAttributesContext context)
Parameters
Type Name Description
vbaParser.ModuleAttributesContext context

The parse tree.

| Improve this Doc View Source

ExitModuleBody(vbaParser.ModuleBodyContext)

Exit a parse tree produced by moduleBody().

The default implementation does nothing.

Declaration
public virtual void ExitModuleBody(vbaParser.ModuleBodyContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyContext context

The parse tree.

| Improve this Doc View Source

ExitModuleBodyElement(vbaParser.ModuleBodyElementContext)

Exit a parse tree produced by moduleBodyElement().

The default implementation does nothing.

Declaration
public virtual void ExitModuleBodyElement(vbaParser.ModuleBodyElementContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyElementContext context

The parse tree.

| Improve this Doc View Source

ExitModuleConfig(vbaParser.ModuleConfigContext)

Exit a parse tree produced by moduleConfig().

The default implementation does nothing.

Declaration
public virtual void ExitModuleConfig(vbaParser.ModuleConfigContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigContext context

The parse tree.

| Improve this Doc View Source

ExitModuleConfigElement(vbaParser.ModuleConfigElementContext)

Exit a parse tree produced by moduleConfigElement().

The default implementation does nothing.

Declaration
public virtual void ExitModuleConfigElement(vbaParser.ModuleConfigElementContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigElementContext context

The parse tree.

| Improve this Doc View Source

ExitModuleDeclarations(vbaParser.ModuleDeclarationsContext)

Exit a parse tree produced by moduleDeclarations().

The default implementation does nothing.

Declaration
public virtual void ExitModuleDeclarations(vbaParser.ModuleDeclarationsContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsContext context

The parse tree.

| Improve this Doc View Source

ExitModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext)

Exit a parse tree produced by moduleDeclarationsElement().

The default implementation does nothing.

Declaration
public virtual void ExitModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsElementContext context

The parse tree.

| Improve this Doc View Source

ExitModuleHeader(vbaParser.ModuleHeaderContext)

Exit a parse tree produced by moduleHeader().

The default implementation does nothing.

Declaration
public virtual void ExitModuleHeader(vbaParser.ModuleHeaderContext context)
Parameters
Type Name Description
vbaParser.ModuleHeaderContext context

The parse tree.

| Improve this Doc View Source

ExitNameStmt(vbaParser.NameStmtContext)

Exit a parse tree produced by nameStmt().

The default implementation does nothing.

Declaration
public virtual void ExitNameStmt(vbaParser.NameStmtContext context)
Parameters
Type Name Description
vbaParser.NameStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnErrorStmt(vbaParser.OnErrorStmtContext)

Exit a parse tree produced by onErrorStmt().

The default implementation does nothing.

Declaration
public virtual void ExitOnErrorStmt(vbaParser.OnErrorStmtContext context)
Parameters
Type Name Description
vbaParser.OnErrorStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnGoSubStmt(vbaParser.OnGoSubStmtContext)

Exit a parse tree produced by onGoSubStmt().

The default implementation does nothing.

Declaration
public virtual void ExitOnGoSubStmt(vbaParser.OnGoSubStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnGoToStmt(vbaParser.OnGoToStmtContext)

Exit a parse tree produced by onGoToStmt().

The default implementation does nothing.

Declaration
public virtual void ExitOnGoToStmt(vbaParser.OnGoToStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoToStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOpenStmt(vbaParser.OpenStmtContext)

Exit a parse tree produced by openStmt().

The default implementation does nothing.

Declaration
public virtual void ExitOpenStmt(vbaParser.OpenStmtContext context)
Parameters
Type Name Description
vbaParser.OpenStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionBaseStmt(vbaParser.OptionBaseStmtContext)

Exit a parse tree produced by the optionBaseStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void ExitOptionBaseStmt(vbaParser.OptionBaseStmtContext context)
Parameters
Type Name Description
vbaParser.OptionBaseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionCompareStmt(vbaParser.OptionCompareStmtContext)

Exit a parse tree produced by the optionCompareStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void ExitOptionCompareStmt(vbaParser.OptionCompareStmtContext context)
Parameters
Type Name Description
vbaParser.OptionCompareStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionExplicitStmt(vbaParser.OptionExplicitStmtContext)

Exit a parse tree produced by the optionExplicitStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void ExitOptionExplicitStmt(vbaParser.OptionExplicitStmtContext context)
Parameters
Type Name Description
vbaParser.OptionExplicitStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext)

Exit a parse tree produced by the optionPrivateModuleStmt labeled alternative in moduleOption().

The default implementation does nothing.

Declaration
public virtual void ExitOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext context)
Parameters
Type Name Description
vbaParser.OptionPrivateModuleStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOutputList(vbaParser.OutputListContext)

Exit a parse tree produced by outputList().

The default implementation does nothing.

Declaration
public virtual void ExitOutputList(vbaParser.OutputListContext context)
Parameters
Type Name Description
vbaParser.OutputListContext context

The parse tree.

| Improve this Doc View Source

ExitOutputList_Expression(vbaParser.OutputList_ExpressionContext)

Exit a parse tree produced by outputList_Expression().

The default implementation does nothing.

Declaration
public virtual void ExitOutputList_Expression(vbaParser.OutputList_ExpressionContext context)
Parameters
Type Name Description
vbaParser.OutputList_ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitPrintStmt(vbaParser.PrintStmtContext)

Exit a parse tree produced by printStmt().

The default implementation does nothing.

Declaration
public virtual void ExitPrintStmt(vbaParser.PrintStmtContext context)
Parameters
Type Name Description
vbaParser.PrintStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyGetStmt(vbaParser.PropertyGetStmtContext)

Exit a parse tree produced by propertyGetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyGetStmt(vbaParser.PropertyGetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyGetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyLetStmt(vbaParser.PropertyLetStmtContext)

Exit a parse tree produced by propertyLetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyLetStmt(vbaParser.PropertyLetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyLetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertySetStmt(vbaParser.PropertySetStmtContext)

Exit a parse tree produced by propertySetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitPropertySetStmt(vbaParser.PropertySetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertySetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPutStmt(vbaParser.PutStmtContext)

Exit a parse tree produced by putStmt().

The default implementation does nothing.

Declaration
public virtual void ExitPutStmt(vbaParser.PutStmtContext context)
Parameters
Type Name Description
vbaParser.PutStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRaiseEventStmt(vbaParser.RaiseEventStmtContext)

Exit a parse tree produced by raiseEventStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRaiseEventStmt(vbaParser.RaiseEventStmtContext context)
Parameters
Type Name Description
vbaParser.RaiseEventStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRandomizeStmt(vbaParser.RandomizeStmtContext)

Exit a parse tree produced by randomizeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRandomizeStmt(vbaParser.RandomizeStmtContext context)
Parameters
Type Name Description
vbaParser.RandomizeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRedimStmt(vbaParser.RedimStmtContext)

Exit a parse tree produced by redimStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRedimStmt(vbaParser.RedimStmtContext context)
Parameters
Type Name Description
vbaParser.RedimStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRedimSubStmt(vbaParser.RedimSubStmtContext)

Exit a parse tree produced by redimSubStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRedimSubStmt(vbaParser.RedimSubStmtContext context)
Parameters
Type Name Description
vbaParser.RedimSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRemComment(vbaParser.RemCommentContext)

Exit a parse tree produced by remComment().

The default implementation does nothing.

Declaration
public virtual void ExitRemComment(vbaParser.RemCommentContext context)
Parameters
Type Name Description
vbaParser.RemCommentContext context

The parse tree.

| Improve this Doc View Source

ExitResetStmt(vbaParser.ResetStmtContext)

Exit a parse tree produced by resetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitResetStmt(vbaParser.ResetStmtContext context)
Parameters
Type Name Description
vbaParser.ResetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitResumeStmt(vbaParser.ResumeStmtContext)

Exit a parse tree produced by resumeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitResumeStmt(vbaParser.ResumeStmtContext context)
Parameters
Type Name Description
vbaParser.ResumeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitReturnStmt(vbaParser.ReturnStmtContext)

Exit a parse tree produced by returnStmt().

The default implementation does nothing.

Declaration
public virtual void ExitReturnStmt(vbaParser.ReturnStmtContext context)
Parameters
Type Name Description
vbaParser.ReturnStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRmdirStmt(vbaParser.RmdirStmtContext)

Exit a parse tree produced by rmdirStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRmdirStmt(vbaParser.RmdirStmtContext context)
Parameters
Type Name Description
vbaParser.RmdirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRsetStmt(vbaParser.RsetStmtContext)

Exit a parse tree produced by rsetStmt().

The default implementation does nothing.

Declaration
public virtual void ExitRsetStmt(vbaParser.RsetStmtContext context)
Parameters
Type Name Description
vbaParser.RsetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSavepictureStmt(vbaParser.SavepictureStmtContext)

Exit a parse tree produced by savepictureStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSavepictureStmt(vbaParser.SavepictureStmtContext context)
Parameters
Type Name Description
vbaParser.SavepictureStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSaveSettingStmt(vbaParser.SaveSettingStmtContext)

Exit a parse tree produced by saveSettingStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSaveSettingStmt(vbaParser.SaveSettingStmtContext context)
Parameters
Type Name Description
vbaParser.SaveSettingStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSC_Case(vbaParser.SC_CaseContext)

Exit a parse tree produced by sC_Case().

The default implementation does nothing.

Declaration
public virtual void ExitSC_Case(vbaParser.SC_CaseContext context)
Parameters
Type Name Description
vbaParser.SC_CaseContext context

The parse tree.

| Improve this Doc View Source

ExitSeekStmt(vbaParser.SeekStmtContext)

Exit a parse tree produced by seekStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSeekStmt(vbaParser.SeekStmtContext context)
Parameters
Type Name Description
vbaParser.SeekStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSelectCaseStmt(vbaParser.SelectCaseStmtContext)

Exit a parse tree produced by selectCaseStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSelectCaseStmt(vbaParser.SelectCaseStmtContext context)
Parameters
Type Name Description
vbaParser.SelectCaseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSendkeysStmt(vbaParser.SendkeysStmtContext)

Exit a parse tree produced by sendkeysStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSendkeysStmt(vbaParser.SendkeysStmtContext context)
Parameters
Type Name Description
vbaParser.SendkeysStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSetattrStmt(vbaParser.SetattrStmtContext)

Exit a parse tree produced by setattrStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSetattrStmt(vbaParser.SetattrStmtContext context)
Parameters
Type Name Description
vbaParser.SetattrStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSetStmt(vbaParser.SetStmtContext)

Exit a parse tree produced by setStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSetStmt(vbaParser.SetStmtContext context)
Parameters
Type Name Description
vbaParser.SetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitStartRule(vbaParser.StartRuleContext)

Exit a parse tree produced by startRule().

The default implementation does nothing.

Declaration
public virtual void ExitStartRule(vbaParser.StartRuleContext context)
Parameters
Type Name Description
vbaParser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

ExitStopStmt(vbaParser.StopStmtContext)

Exit a parse tree produced by stopStmt().

The default implementation does nothing.

Declaration
public virtual void ExitStopStmt(vbaParser.StopStmtContext context)
Parameters
Type Name Description
vbaParser.StopStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSubscript_(vbaParser.Subscript_Context)

Exit a parse tree produced by subscript_().

The default implementation does nothing.

Declaration
public virtual void ExitSubscript_(vbaParser.Subscript_Context context)
Parameters
Type Name Description
vbaParser.Subscript_Context context

The parse tree.

| Improve this Doc View Source

ExitSubscripts(vbaParser.SubscriptsContext)

Exit a parse tree produced by subscripts().

The default implementation does nothing.

Declaration
public virtual void ExitSubscripts(vbaParser.SubscriptsContext context)
Parameters
Type Name Description
vbaParser.SubscriptsContext context

The parse tree.

| Improve this Doc View Source

ExitSubStmt(vbaParser.SubStmtContext)

Exit a parse tree produced by subStmt().

The default implementation does nothing.

Declaration
public virtual void ExitSubStmt(vbaParser.SubStmtContext context)
Parameters
Type Name Description
vbaParser.SubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTimeStmt(vbaParser.TimeStmtContext)

Exit a parse tree produced by timeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitTimeStmt(vbaParser.TimeStmtContext context)
Parameters
Type Name Description
vbaParser.TimeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitType_(vbaParser.Type_Context)

Exit a parse tree produced by type_().

The default implementation does nothing.

Declaration
public virtual void ExitType_(vbaParser.Type_Context context)
Parameters
Type Name Description
vbaParser.Type_Context context

The parse tree.

| Improve this Doc View Source

ExitTypeHint(vbaParser.TypeHintContext)

Exit a parse tree produced by typeHint().

The default implementation does nothing.

Declaration
public virtual void ExitTypeHint(vbaParser.TypeHintContext context)
Parameters
Type Name Description
vbaParser.TypeHintContext context

The parse tree.

| Improve this Doc View Source

ExitTypeOfStmt(vbaParser.TypeOfStmtContext)

Exit a parse tree produced by typeOfStmt().

The default implementation does nothing.

Declaration
public virtual void ExitTypeOfStmt(vbaParser.TypeOfStmtContext context)
Parameters
Type Name Description
vbaParser.TypeOfStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTypeStmt(vbaParser.TypeStmtContext)

Exit a parse tree produced by typeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitTypeStmt(vbaParser.TypeStmtContext context)
Parameters
Type Name Description
vbaParser.TypeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTypeStmt_Element(vbaParser.TypeStmt_ElementContext)

Exit a parse tree produced by typeStmt_Element().

The default implementation does nothing.

Declaration
public virtual void ExitTypeStmt_Element(vbaParser.TypeStmt_ElementContext context)
Parameters
Type Name Description
vbaParser.TypeStmt_ElementContext context

The parse tree.

| Improve this Doc View Source

ExitUnloadStmt(vbaParser.UnloadStmtContext)

Exit a parse tree produced by unloadStmt().

The default implementation does nothing.

Declaration
public virtual void ExitUnloadStmt(vbaParser.UnloadStmtContext context)
Parameters
Type Name Description
vbaParser.UnloadStmtContext context

The parse tree.

| Improve this Doc View Source

ExitUnlockStmt(vbaParser.UnlockStmtContext)

Exit a parse tree produced by unlockStmt().

The default implementation does nothing.

Declaration
public virtual void ExitUnlockStmt(vbaParser.UnlockStmtContext context)
Parameters
Type Name Description
vbaParser.UnlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableListStmt(vbaParser.VariableListStmtContext)

Exit a parse tree produced by variableListStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVariableListStmt(vbaParser.VariableListStmtContext context)
Parameters
Type Name Description
vbaParser.VariableListStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableStmt(vbaParser.VariableStmtContext)

Exit a parse tree produced by variableStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVariableStmt(vbaParser.VariableStmtContext context)
Parameters
Type Name Description
vbaParser.VariableStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableSubStmt(vbaParser.VariableSubStmtContext)

Exit a parse tree produced by variableSubStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVariableSubStmt(vbaParser.VariableSubStmtContext context)
Parameters
Type Name Description
vbaParser.VariableSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVisibility(vbaParser.VisibilityContext)

Exit a parse tree produced by visibility().

The default implementation does nothing.

Declaration
public virtual void ExitVisibility(vbaParser.VisibilityContext context)
Parameters
Type Name Description
vbaParser.VisibilityContext context

The parse tree.

| Improve this Doc View Source

ExitVsAdd(vbaParser.VsAddContext)

Exit a parse tree produced by the vsAdd labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsAdd(vbaParser.VsAddContext context)
Parameters
Type Name Description
vbaParser.VsAddContext context

The parse tree.

| Improve this Doc View Source

ExitVsAddressOf(vbaParser.VsAddressOfContext)

Exit a parse tree produced by the vsAddressOf labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsAddressOf(vbaParser.VsAddressOfContext context)
Parameters
Type Name Description
vbaParser.VsAddressOfContext context

The parse tree.

| Improve this Doc View Source

ExitVsAmp(vbaParser.VsAmpContext)

Exit a parse tree produced by the vsAmp labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsAmp(vbaParser.VsAmpContext context)
Parameters
Type Name Description
vbaParser.VsAmpContext context

The parse tree.

| Improve this Doc View Source

ExitVsAnd(vbaParser.VsAndContext)

Exit a parse tree produced by the vsAnd labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsAnd(vbaParser.VsAndContext context)
Parameters
Type Name Description
vbaParser.VsAndContext context

The parse tree.

| Improve this Doc View Source

ExitVsAssign(vbaParser.VsAssignContext)

Exit a parse tree produced by the vsAssign labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsAssign(vbaParser.VsAssignContext context)
Parameters
Type Name Description
vbaParser.VsAssignContext context

The parse tree.

| Improve this Doc View Source

ExitVsDiv(vbaParser.VsDivContext)

Exit a parse tree produced by the vsDiv labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsDiv(vbaParser.VsDivContext context)
Parameters
Type Name Description
vbaParser.VsDivContext context

The parse tree.

| Improve this Doc View Source

ExitVsEq(vbaParser.VsEqContext)

Exit a parse tree produced by the vsEq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsEq(vbaParser.VsEqContext context)
Parameters
Type Name Description
vbaParser.VsEqContext context

The parse tree.

| Improve this Doc View Source

ExitVsEqv(vbaParser.VsEqvContext)

Exit a parse tree produced by the vsEqv labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsEqv(vbaParser.VsEqvContext context)
Parameters
Type Name Description
vbaParser.VsEqvContext context

The parse tree.

| Improve this Doc View Source

ExitVsGeq(vbaParser.VsGeqContext)

Exit a parse tree produced by the vsGeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsGeq(vbaParser.VsGeqContext context)
Parameters
Type Name Description
vbaParser.VsGeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsGt(vbaParser.VsGtContext)

Exit a parse tree produced by the vsGt labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsGt(vbaParser.VsGtContext context)
Parameters
Type Name Description
vbaParser.VsGtContext context

The parse tree.

| Improve this Doc View Source

ExitVsICS(vbaParser.VsICSContext)

Exit a parse tree produced by the vsICS labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsICS(vbaParser.VsICSContext context)
Parameters
Type Name Description
vbaParser.VsICSContext context

The parse tree.

| Improve this Doc View Source

ExitVsImp(vbaParser.VsImpContext)

Exit a parse tree produced by the vsImp labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsImp(vbaParser.VsImpContext context)
Parameters
Type Name Description
vbaParser.VsImpContext context

The parse tree.

| Improve this Doc View Source

ExitVsIs(vbaParser.VsIsContext)

Exit a parse tree produced by the vsIs labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsIs(vbaParser.VsIsContext context)
Parameters
Type Name Description
vbaParser.VsIsContext context

The parse tree.

| Improve this Doc View Source

ExitVsLeq(vbaParser.VsLeqContext)

Exit a parse tree produced by the vsLeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsLeq(vbaParser.VsLeqContext context)
Parameters
Type Name Description
vbaParser.VsLeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsLike(vbaParser.VsLikeContext)

Exit a parse tree produced by the vsLike labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsLike(vbaParser.VsLikeContext context)
Parameters
Type Name Description
vbaParser.VsLikeContext context

The parse tree.

| Improve this Doc View Source

ExitVsLiteral(vbaParser.VsLiteralContext)

Exit a parse tree produced by the vsLiteral labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsLiteral(vbaParser.VsLiteralContext context)
Parameters
Type Name Description
vbaParser.VsLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitVsLt(vbaParser.VsLtContext)

Exit a parse tree produced by the vsLt labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsLt(vbaParser.VsLtContext context)
Parameters
Type Name Description
vbaParser.VsLtContext context

The parse tree.

| Improve this Doc View Source

ExitVsMid(vbaParser.VsMidContext)

Exit a parse tree produced by the vsMid labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsMid(vbaParser.VsMidContext context)
Parameters
Type Name Description
vbaParser.VsMidContext context

The parse tree.

| Improve this Doc View Source

ExitVsMinus(vbaParser.VsMinusContext)

Exit a parse tree produced by the vsMinus labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsMinus(vbaParser.VsMinusContext context)
Parameters
Type Name Description
vbaParser.VsMinusContext context

The parse tree.

| Improve this Doc View Source

ExitVsMod(vbaParser.VsModContext)

Exit a parse tree produced by the vsMod labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsMod(vbaParser.VsModContext context)
Parameters
Type Name Description
vbaParser.VsModContext context

The parse tree.

| Improve this Doc View Source

ExitVsMult(vbaParser.VsMultContext)

Exit a parse tree produced by the vsMult labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsMult(vbaParser.VsMultContext context)
Parameters
Type Name Description
vbaParser.VsMultContext context

The parse tree.

| Improve this Doc View Source

ExitVsNegation(vbaParser.VsNegationContext)

Exit a parse tree produced by the vsNegation labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsNegation(vbaParser.VsNegationContext context)
Parameters
Type Name Description
vbaParser.VsNegationContext context

The parse tree.

| Improve this Doc View Source

ExitVsNeq(vbaParser.VsNeqContext)

Exit a parse tree produced by the vsNeq labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsNeq(vbaParser.VsNeqContext context)
Parameters
Type Name Description
vbaParser.VsNeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsNew(vbaParser.VsNewContext)

Exit a parse tree produced by the vsNew labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsNew(vbaParser.VsNewContext context)
Parameters
Type Name Description
vbaParser.VsNewContext context

The parse tree.

| Improve this Doc View Source

ExitVsNot(vbaParser.VsNotContext)

Exit a parse tree produced by the vsNot labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsNot(vbaParser.VsNotContext context)
Parameters
Type Name Description
vbaParser.VsNotContext context

The parse tree.

| Improve this Doc View Source

ExitVsOr(vbaParser.VsOrContext)

Exit a parse tree produced by the vsOr labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsOr(vbaParser.VsOrContext context)
Parameters
Type Name Description
vbaParser.VsOrContext context

The parse tree.

| Improve this Doc View Source

ExitVsPlus(vbaParser.VsPlusContext)

Exit a parse tree produced by the vsPlus labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsPlus(vbaParser.VsPlusContext context)
Parameters
Type Name Description
vbaParser.VsPlusContext context

The parse tree.

| Improve this Doc View Source

ExitVsPow(vbaParser.VsPowContext)

Exit a parse tree produced by the vsPow labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsPow(vbaParser.VsPowContext context)
Parameters
Type Name Description
vbaParser.VsPowContext context

The parse tree.

| Improve this Doc View Source

ExitVsStruct(vbaParser.VsStructContext)

Exit a parse tree produced by the vsStruct labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsStruct(vbaParser.VsStructContext context)
Parameters
Type Name Description
vbaParser.VsStructContext context

The parse tree.

| Improve this Doc View Source

ExitVsTypeOf(vbaParser.VsTypeOfContext)

Exit a parse tree produced by the vsTypeOf labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsTypeOf(vbaParser.VsTypeOfContext context)
Parameters
Type Name Description
vbaParser.VsTypeOfContext context

The parse tree.

| Improve this Doc View Source

ExitVsXor(vbaParser.VsXorContext)

Exit a parse tree produced by the vsXor labeled alternative in valueStmt().

The default implementation does nothing.

Declaration
public virtual void ExitVsXor(vbaParser.VsXorContext context)
Parameters
Type Name Description
vbaParser.VsXorContext context

The parse tree.

| Improve this Doc View Source

ExitWhileWendStmt(vbaParser.WhileWendStmtContext)

Exit a parse tree produced by whileWendStmt().

The default implementation does nothing.

Declaration
public virtual void ExitWhileWendStmt(vbaParser.WhileWendStmtContext context)
Parameters
Type Name Description
vbaParser.WhileWendStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWidthStmt(vbaParser.WidthStmtContext)

Exit a parse tree produced by widthStmt().

The default implementation does nothing.

Declaration
public virtual void ExitWidthStmt(vbaParser.WidthStmtContext context)
Parameters
Type Name Description
vbaParser.WidthStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWithStmt(vbaParser.WithStmtContext)

Exit a parse tree produced by withStmt().

The default implementation does nothing.

Declaration
public virtual void ExitWithStmt(vbaParser.WithStmtContext context)
Parameters
Type Name Description
vbaParser.WithStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWriteStmt(vbaParser.WriteStmtContext)

Exit a parse tree produced by writeStmt().

The default implementation does nothing.

Declaration
public virtual void ExitWriteStmt(vbaParser.WriteStmtContext context)
Parameters
Type Name Description
vbaParser.WriteStmtContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IvbaListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX