Show / Hide Table of Contents

Class vbaBaseVisitor<Result>

This class provides an empty implementation of IvbaVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
vbaBaseVisitor<Result>
Implements
IvbaVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class vbaBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IvbaVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext)

Visit a parse tree produced by ambiguousIdentifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAmbiguousIdentifier(vbaParser.AmbiguousIdentifierContext context)
Parameters
Type Name Description
vbaParser.AmbiguousIdentifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAmbiguousKeyword(vbaParser.AmbiguousKeywordContext)

Visit a parse tree produced by ambiguousKeyword().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAmbiguousKeyword(vbaParser.AmbiguousKeywordContext context)
Parameters
Type Name Description
vbaParser.AmbiguousKeywordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAppactivateStmt(vbaParser.AppactivateStmtContext)

Visit a parse tree produced by appactivateStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAppactivateStmt(vbaParser.AppactivateStmtContext context)
Parameters
Type Name Description
vbaParser.AppactivateStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArg(vbaParser.ArgContext)

Visit a parse tree produced by arg().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArg(vbaParser.ArgContext context)
Parameters
Type Name Description
vbaParser.ArgContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgCall(vbaParser.ArgCallContext)

Visit a parse tree produced by argCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArgCall(vbaParser.ArgCallContext context)
Parameters
Type Name Description
vbaParser.ArgCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgDefaultValue(vbaParser.ArgDefaultValueContext)

Visit a parse tree produced by argDefaultValue().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArgDefaultValue(vbaParser.ArgDefaultValueContext context)
Parameters
Type Name Description
vbaParser.ArgDefaultValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgList(vbaParser.ArgListContext)

Visit a parse tree produced by argList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArgList(vbaParser.ArgListContext context)
Parameters
Type Name Description
vbaParser.ArgListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgsCall(vbaParser.ArgsCallContext)

Visit a parse tree produced by argsCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArgsCall(vbaParser.ArgsCallContext context)
Parameters
Type Name Description
vbaParser.ArgsCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAsTypeClause(vbaParser.AsTypeClauseContext)

Visit a parse tree produced by asTypeClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAsTypeClause(vbaParser.AsTypeClauseContext context)
Parameters
Type Name Description
vbaParser.AsTypeClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttributeStmt(vbaParser.AttributeStmtContext)

Visit a parse tree produced by attributeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttributeStmt(vbaParser.AttributeStmtContext context)
Parameters
Type Name Description
vbaParser.AttributeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBaseType(vbaParser.BaseTypeContext)

Visit a parse tree produced by baseType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBaseType(vbaParser.BaseTypeContext context)
Parameters
Type Name Description
vbaParser.BaseTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBeepStmt(vbaParser.BeepStmtContext)

Visit a parse tree produced by beepStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBeepStmt(vbaParser.BeepStmtContext context)
Parameters
Type Name Description
vbaParser.BeepStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBlock(vbaParser.BlockContext)

Visit a parse tree produced by block().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBlock(vbaParser.BlockContext context)
Parameters
Type Name Description
vbaParser.BlockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBlockIfThenElse(vbaParser.BlockIfThenElseContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBlockIfThenElse(vbaParser.BlockIfThenElseContext context)
Parameters
Type Name Description
vbaParser.BlockIfThenElseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBlockStmt(vbaParser.BlockStmtContext)

Visit a parse tree produced by blockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBlockStmt(vbaParser.BlockStmtContext context)
Parameters
Type Name Description
vbaParser.BlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseCondElse(vbaParser.CaseCondElseContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseCondElse(vbaParser.CaseCondElseContext context)
Parameters
Type Name Description
vbaParser.CaseCondElseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseCondIs(vbaParser.CaseCondIsContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseCondIs(vbaParser.CaseCondIsContext context)
Parameters
Type Name Description
vbaParser.CaseCondIsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseCondSelection(vbaParser.CaseCondSelectionContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseCondSelection(vbaParser.CaseCondSelectionContext context)
Parameters
Type Name Description
vbaParser.CaseCondSelectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseCondTo(vbaParser.CaseCondToContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseCondTo(vbaParser.CaseCondToContext context)
Parameters
Type Name Description
vbaParser.CaseCondToContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseCondValue(vbaParser.CaseCondValueContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseCondValue(vbaParser.CaseCondValueContext context)
Parameters
Type Name Description
vbaParser.CaseCondValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCertainIdentifier(vbaParser.CertainIdentifierContext)

Visit a parse tree produced by certainIdentifier().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCertainIdentifier(vbaParser.CertainIdentifierContext context)
Parameters
Type Name Description
vbaParser.CertainIdentifierContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitChdirStmt(vbaParser.ChdirStmtContext)

Visit a parse tree produced by chdirStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitChdirStmt(vbaParser.ChdirStmtContext context)
Parameters
Type Name Description
vbaParser.ChdirStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitChdriveStmt(vbaParser.ChdriveStmtContext)

Visit a parse tree produced by chdriveStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitChdriveStmt(vbaParser.ChdriveStmtContext context)
Parameters
Type Name Description
vbaParser.ChdriveStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCloseStmt(vbaParser.CloseStmtContext)

Visit a parse tree produced by closeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCloseStmt(vbaParser.CloseStmtContext context)
Parameters
Type Name Description
vbaParser.CloseStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitComment(vbaParser.CommentContext)

Visit a parse tree produced by comment().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitComment(vbaParser.CommentContext context)
Parameters
Type Name Description
vbaParser.CommentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitComparisonOperator(vbaParser.ComparisonOperatorContext)

Visit a parse tree produced by comparisonOperator().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitComparisonOperator(vbaParser.ComparisonOperatorContext context)
Parameters
Type Name Description
vbaParser.ComparisonOperatorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitComplexType(vbaParser.ComplexTypeContext)

Visit a parse tree produced by complexType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitComplexType(vbaParser.ComplexTypeContext context)
Parameters
Type Name Description
vbaParser.ComplexTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstStmt(vbaParser.ConstStmtContext)

Visit a parse tree produced by constStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstStmt(vbaParser.ConstStmtContext context)
Parameters
Type Name Description
vbaParser.ConstStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstSubStmt(vbaParser.ConstSubStmtContext)

Visit a parse tree produced by constSubStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstSubStmt(vbaParser.ConstSubStmtContext context)
Parameters
Type Name Description
vbaParser.ConstSubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDateStmt(vbaParser.DateStmtContext)

Visit a parse tree produced by dateStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDateStmt(vbaParser.DateStmtContext context)
Parameters
Type Name Description
vbaParser.DateStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeclareStmt(vbaParser.DeclareStmtContext)

Visit a parse tree produced by declareStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeclareStmt(vbaParser.DeclareStmtContext context)
Parameters
Type Name Description
vbaParser.DeclareStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeftypeStmt(vbaParser.DeftypeStmtContext)

Visit a parse tree produced by deftypeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeftypeStmt(vbaParser.DeftypeStmtContext context)
Parameters
Type Name Description
vbaParser.DeftypeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeleteSettingStmt(vbaParser.DeleteSettingStmtContext)

Visit a parse tree produced by deleteSettingStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDeleteSettingStmt(vbaParser.DeleteSettingStmtContext context)
Parameters
Type Name Description
vbaParser.DeleteSettingStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDictionaryCallStmt(vbaParser.DictionaryCallStmtContext)

Visit a parse tree produced by dictionaryCallStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDictionaryCallStmt(vbaParser.DictionaryCallStmtContext context)
Parameters
Type Name Description
vbaParser.DictionaryCallStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDoLoopStmt(vbaParser.DoLoopStmtContext)

Visit a parse tree produced by doLoopStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDoLoopStmt(vbaParser.DoLoopStmtContext context)
Parameters
Type Name Description
vbaParser.DoLoopStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext)

Visit a parse tree produced by eCS_MemberProcedureCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitECS_MemberProcedureCall(vbaParser.ECS_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_MemberProcedureCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext)

Visit a parse tree produced by eCS_ProcedureCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitECS_ProcedureCall(vbaParser.ECS_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ECS_ProcedureCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEndOfLine(vbaParser.EndOfLineContext)

Visit a parse tree produced by endOfLine().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEndOfLine(vbaParser.EndOfLineContext context)
Parameters
Type Name Description
vbaParser.EndOfLineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEndOfStatement(vbaParser.EndOfStatementContext)

Visit a parse tree produced by endOfStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEndOfStatement(vbaParser.EndOfStatementContext context)
Parameters
Type Name Description
vbaParser.EndOfStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEndStmt(vbaParser.EndStmtContext)

Visit a parse tree produced by endStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEndStmt(vbaParser.EndStmtContext context)
Parameters
Type Name Description
vbaParser.EndStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumerationStmt(vbaParser.EnumerationStmtContext)

Visit a parse tree produced by enumerationStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumerationStmt(vbaParser.EnumerationStmtContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext)

Visit a parse tree produced by enumerationStmt_Constant().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEnumerationStmt_Constant(vbaParser.EnumerationStmt_ConstantContext context)
Parameters
Type Name Description
vbaParser.EnumerationStmt_ConstantContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEraseStmt(vbaParser.EraseStmtContext)

Visit a parse tree produced by eraseStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEraseStmt(vbaParser.EraseStmtContext context)
Parameters
Type Name Description
vbaParser.EraseStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitErrorStmt(vbaParser.ErrorStmtContext)

Visit a parse tree produced by errorStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitErrorStmt(vbaParser.ErrorStmtContext context)
Parameters
Type Name Description
vbaParser.ErrorStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEventStmt(vbaParser.EventStmtContext)

Visit a parse tree produced by eventStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEventStmt(vbaParser.EventStmtContext context)
Parameters
Type Name Description
vbaParser.EventStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExitStmt(vbaParser.ExitStmtContext)

Visit a parse tree produced by exitStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExitStmt(vbaParser.ExitStmtContext context)
Parameters
Type Name Description
vbaParser.ExitStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExplicitCallStmt(vbaParser.ExplicitCallStmtContext)

Visit a parse tree produced by explicitCallStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExplicitCallStmt(vbaParser.ExplicitCallStmtContext context)
Parameters
Type Name Description
vbaParser.ExplicitCallStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFieldLength(vbaParser.FieldLengthContext)

Visit a parse tree produced by fieldLength().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFieldLength(vbaParser.FieldLengthContext context)
Parameters
Type Name Description
vbaParser.FieldLengthContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFilecopyStmt(vbaParser.FilecopyStmtContext)

Visit a parse tree produced by filecopyStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFilecopyStmt(vbaParser.FilecopyStmtContext context)
Parameters
Type Name Description
vbaParser.FilecopyStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFileNumber(vbaParser.FileNumberContext)

Visit a parse tree produced by fileNumber().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFileNumber(vbaParser.FileNumberContext context)
Parameters
Type Name Description
vbaParser.FileNumberContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForEachStmt(vbaParser.ForEachStmtContext)

Visit a parse tree produced by forEachStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForEachStmt(vbaParser.ForEachStmtContext context)
Parameters
Type Name Description
vbaParser.ForEachStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForNextStmt(vbaParser.ForNextStmtContext)

Visit a parse tree produced by forNextStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForNextStmt(vbaParser.ForNextStmtContext context)
Parameters
Type Name Description
vbaParser.ForNextStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionStmt(vbaParser.FunctionStmtContext)

Visit a parse tree produced by functionStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionStmt(vbaParser.FunctionStmtContext context)
Parameters
Type Name Description
vbaParser.FunctionStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGetStmt(vbaParser.GetStmtContext)

Visit a parse tree produced by getStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGetStmt(vbaParser.GetStmtContext context)
Parameters
Type Name Description
vbaParser.GetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGoSubStmt(vbaParser.GoSubStmtContext)

Visit a parse tree produced by goSubStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGoSubStmt(vbaParser.GoSubStmtContext context)
Parameters
Type Name Description
vbaParser.GoSubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGoToStmt(vbaParser.GoToStmtContext)

Visit a parse tree produced by goToStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGoToStmt(vbaParser.GoToStmtContext context)
Parameters
Type Name Description
vbaParser.GoToStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext)

Visit a parse tree produced by iCS_B_MemberProcedureCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_B_MemberProcedureCall(vbaParser.ICS_B_MemberProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_MemberProcedureCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext)

Visit a parse tree produced by iCS_B_ProcedureCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_B_ProcedureCall(vbaParser.ICS_B_ProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_B_ProcedureCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext)

Visit a parse tree produced by iCS_S_DictionaryCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_S_DictionaryCall(vbaParser.ICS_S_DictionaryCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_DictionaryCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext)

Visit a parse tree produced by iCS_S_MemberCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_S_MemberCall(vbaParser.ICS_S_MemberCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MemberCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext)

Visit a parse tree produced by iCS_S_MembersCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_S_MembersCall(vbaParser.ICS_S_MembersCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_MembersCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext)

Visit a parse tree produced by iCS_S_ProcedureOrArrayCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_S_ProcedureOrArrayCall(vbaParser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_ProcedureOrArrayCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext)

Visit a parse tree produced by iCS_S_VariableOrProcedureCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitICS_S_VariableOrProcedureCall(vbaParser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type Name Description
vbaParser.ICS_S_VariableOrProcedureCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfBlockStmt(vbaParser.IfBlockStmtContext)

Visit a parse tree produced by ifBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfBlockStmt(vbaParser.IfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfConditionStmt(vbaParser.IfConditionStmtContext)

Visit a parse tree produced by ifConditionStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfConditionStmt(vbaParser.IfConditionStmtContext context)
Parameters
Type Name Description
vbaParser.IfConditionStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfElseBlockStmt(vbaParser.IfElseBlockStmtContext)

Visit a parse tree produced by ifElseBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfElseBlockStmt(vbaParser.IfElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext)

Visit a parse tree produced by ifElseIfBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfElseIfBlockStmt(vbaParser.IfElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.IfElseIfBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImplementsStmt(vbaParser.ImplementsStmtContext)

Visit a parse tree produced by implementsStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitImplementsStmt(vbaParser.ImplementsStmtContext context)
Parameters
Type Name Description
vbaParser.ImplementsStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext)

Visit a parse tree produced by implicitCallStmt_InBlock().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitImplicitCallStmt_InBlock(vbaParser.ImplicitCallStmt_InBlockContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InBlockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext)

Visit a parse tree produced by implicitCallStmt_InStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitImplicitCallStmt_InStmt(vbaParser.ImplicitCallStmt_InStmtContext context)
Parameters
Type Name Description
vbaParser.ImplicitCallStmt_InStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInlineIfThenElse(vbaParser.InlineIfThenElseContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInlineIfThenElse(vbaParser.InlineIfThenElseContext context)
Parameters
Type Name Description
vbaParser.InlineIfThenElseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInputStmt(vbaParser.InputStmtContext)

Visit a parse tree produced by inputStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitInputStmt(vbaParser.InputStmtContext context)
Parameters
Type Name Description
vbaParser.InputStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKillStmt(vbaParser.KillStmtContext)

Visit a parse tree produced by killStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitKillStmt(vbaParser.KillStmtContext context)
Parameters
Type Name Description
vbaParser.KillStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLetStmt(vbaParser.LetStmtContext)

Visit a parse tree produced by letStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLetStmt(vbaParser.LetStmtContext context)
Parameters
Type Name Description
vbaParser.LetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLetterrange(vbaParser.LetterrangeContext)

Visit a parse tree produced by letterrange().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLetterrange(vbaParser.LetterrangeContext context)
Parameters
Type Name Description
vbaParser.LetterrangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLineInputStmt(vbaParser.LineInputStmtContext)

Visit a parse tree produced by lineInputStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLineInputStmt(vbaParser.LineInputStmtContext context)
Parameters
Type Name Description
vbaParser.LineInputStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLineLabel(vbaParser.LineLabelContext)

Visit a parse tree produced by lineLabel().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLineLabel(vbaParser.LineLabelContext context)
Parameters
Type Name Description
vbaParser.LineLabelContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(vbaParser.LiteralContext)

Visit a parse tree produced by literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteral(vbaParser.LiteralContext context)
Parameters
Type Name Description
vbaParser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLoadStmt(vbaParser.LoadStmtContext)

Visit a parse tree produced by loadStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLoadStmt(vbaParser.LoadStmtContext context)
Parameters
Type Name Description
vbaParser.LoadStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLockStmt(vbaParser.LockStmtContext)

Visit a parse tree produced by lockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLockStmt(vbaParser.LockStmtContext context)
Parameters
Type Name Description
vbaParser.LockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLsetStmt(vbaParser.LsetStmtContext)

Visit a parse tree produced by lsetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLsetStmt(vbaParser.LsetStmtContext context)
Parameters
Type Name Description
vbaParser.LsetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroConstStmt(vbaParser.MacroConstStmtContext)

Visit a parse tree produced by macroConstStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroConstStmt(vbaParser.MacroConstStmtContext context)
Parameters
Type Name Description
vbaParser.MacroConstStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext)

Visit a parse tree produced by macroElseBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroElseBlockStmt(vbaParser.MacroElseBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext)

Visit a parse tree produced by macroElseIfBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroElseIfBlockStmt(vbaParser.MacroElseIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroElseIfBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext)

Visit a parse tree produced by macroIfBlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroIfBlockStmt(vbaParser.MacroIfBlockStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfBlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext)

Visit a parse tree produced by macroIfThenElseStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroIfThenElseStmt(vbaParser.MacroIfThenElseStmtContext context)
Parameters
Type Name Description
vbaParser.MacroIfThenElseStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMacroStmt(vbaParser.MacroStmtContext)

Visit a parse tree produced by macroStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMacroStmt(vbaParser.MacroStmtContext context)
Parameters
Type Name Description
vbaParser.MacroStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMidStmt(vbaParser.MidStmtContext)

Visit a parse tree produced by midStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMidStmt(vbaParser.MidStmtContext context)
Parameters
Type Name Description
vbaParser.MidStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMkdirStmt(vbaParser.MkdirStmtContext)

Visit a parse tree produced by mkdirStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMkdirStmt(vbaParser.MkdirStmtContext context)
Parameters
Type Name Description
vbaParser.MkdirStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModule(vbaParser.ModuleContext)

Visit a parse tree produced by module().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModule(vbaParser.ModuleContext context)
Parameters
Type Name Description
vbaParser.ModuleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleAttributes(vbaParser.ModuleAttributesContext)

Visit a parse tree produced by moduleAttributes().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleAttributes(vbaParser.ModuleAttributesContext context)
Parameters
Type Name Description
vbaParser.ModuleAttributesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleBody(vbaParser.ModuleBodyContext)

Visit a parse tree produced by moduleBody().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleBody(vbaParser.ModuleBodyContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleBodyElement(vbaParser.ModuleBodyElementContext)

Visit a parse tree produced by moduleBodyElement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleBodyElement(vbaParser.ModuleBodyElementContext context)
Parameters
Type Name Description
vbaParser.ModuleBodyElementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleConfig(vbaParser.ModuleConfigContext)

Visit a parse tree produced by moduleConfig().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleConfig(vbaParser.ModuleConfigContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleConfigElement(vbaParser.ModuleConfigElementContext)

Visit a parse tree produced by moduleConfigElement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleConfigElement(vbaParser.ModuleConfigElementContext context)
Parameters
Type Name Description
vbaParser.ModuleConfigElementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleDeclarations(vbaParser.ModuleDeclarationsContext)

Visit a parse tree produced by moduleDeclarations().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleDeclarations(vbaParser.ModuleDeclarationsContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext)

Visit a parse tree produced by moduleDeclarationsElement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleDeclarationsElement(vbaParser.ModuleDeclarationsElementContext context)
Parameters
Type Name Description
vbaParser.ModuleDeclarationsElementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModuleHeader(vbaParser.ModuleHeaderContext)

Visit a parse tree produced by moduleHeader().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModuleHeader(vbaParser.ModuleHeaderContext context)
Parameters
Type Name Description
vbaParser.ModuleHeaderContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNameStmt(vbaParser.NameStmtContext)

Visit a parse tree produced by nameStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitNameStmt(vbaParser.NameStmtContext context)
Parameters
Type Name Description
vbaParser.NameStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOnErrorStmt(vbaParser.OnErrorStmtContext)

Visit a parse tree produced by onErrorStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOnErrorStmt(vbaParser.OnErrorStmtContext context)
Parameters
Type Name Description
vbaParser.OnErrorStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOnGoSubStmt(vbaParser.OnGoSubStmtContext)

Visit a parse tree produced by onGoSubStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOnGoSubStmt(vbaParser.OnGoSubStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoSubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOnGoToStmt(vbaParser.OnGoToStmtContext)

Visit a parse tree produced by onGoToStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOnGoToStmt(vbaParser.OnGoToStmtContext context)
Parameters
Type Name Description
vbaParser.OnGoToStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOpenStmt(vbaParser.OpenStmtContext)

Visit a parse tree produced by openStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOpenStmt(vbaParser.OpenStmtContext context)
Parameters
Type Name Description
vbaParser.OpenStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptionBaseStmt(vbaParser.OptionBaseStmtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptionBaseStmt(vbaParser.OptionBaseStmtContext context)
Parameters
Type Name Description
vbaParser.OptionBaseStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptionCompareStmt(vbaParser.OptionCompareStmtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptionCompareStmt(vbaParser.OptionCompareStmtContext context)
Parameters
Type Name Description
vbaParser.OptionCompareStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptionExplicitStmt(vbaParser.OptionExplicitStmtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptionExplicitStmt(vbaParser.OptionExplicitStmtContext context)
Parameters
Type Name Description
vbaParser.OptionExplicitStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptionPrivateModuleStmt(vbaParser.OptionPrivateModuleStmtContext context)
Parameters
Type Name Description
vbaParser.OptionPrivateModuleStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOutputList(vbaParser.OutputListContext)

Visit a parse tree produced by outputList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOutputList(vbaParser.OutputListContext context)
Parameters
Type Name Description
vbaParser.OutputListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOutputList_Expression(vbaParser.OutputList_ExpressionContext)

Visit a parse tree produced by outputList_Expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOutputList_Expression(vbaParser.OutputList_ExpressionContext context)
Parameters
Type Name Description
vbaParser.OutputList_ExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrintStmt(vbaParser.PrintStmtContext)

Visit a parse tree produced by printStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPrintStmt(vbaParser.PrintStmtContext context)
Parameters
Type Name Description
vbaParser.PrintStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyGetStmt(vbaParser.PropertyGetStmtContext)

Visit a parse tree produced by propertyGetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPropertyGetStmt(vbaParser.PropertyGetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyGetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyLetStmt(vbaParser.PropertyLetStmtContext)

Visit a parse tree produced by propertyLetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPropertyLetStmt(vbaParser.PropertyLetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertyLetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertySetStmt(vbaParser.PropertySetStmtContext)

Visit a parse tree produced by propertySetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPropertySetStmt(vbaParser.PropertySetStmtContext context)
Parameters
Type Name Description
vbaParser.PropertySetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPutStmt(vbaParser.PutStmtContext)

Visit a parse tree produced by putStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPutStmt(vbaParser.PutStmtContext context)
Parameters
Type Name Description
vbaParser.PutStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRaiseEventStmt(vbaParser.RaiseEventStmtContext)

Visit a parse tree produced by raiseEventStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRaiseEventStmt(vbaParser.RaiseEventStmtContext context)
Parameters
Type Name Description
vbaParser.RaiseEventStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRandomizeStmt(vbaParser.RandomizeStmtContext)

Visit a parse tree produced by randomizeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRandomizeStmt(vbaParser.RandomizeStmtContext context)
Parameters
Type Name Description
vbaParser.RandomizeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRedimStmt(vbaParser.RedimStmtContext)

Visit a parse tree produced by redimStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRedimStmt(vbaParser.RedimStmtContext context)
Parameters
Type Name Description
vbaParser.RedimStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRedimSubStmt(vbaParser.RedimSubStmtContext)

Visit a parse tree produced by redimSubStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRedimSubStmt(vbaParser.RedimSubStmtContext context)
Parameters
Type Name Description
vbaParser.RedimSubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRemComment(vbaParser.RemCommentContext)

Visit a parse tree produced by remComment().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRemComment(vbaParser.RemCommentContext context)
Parameters
Type Name Description
vbaParser.RemCommentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitResetStmt(vbaParser.ResetStmtContext)

Visit a parse tree produced by resetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitResetStmt(vbaParser.ResetStmtContext context)
Parameters
Type Name Description
vbaParser.ResetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitResumeStmt(vbaParser.ResumeStmtContext)

Visit a parse tree produced by resumeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitResumeStmt(vbaParser.ResumeStmtContext context)
Parameters
Type Name Description
vbaParser.ResumeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReturnStmt(vbaParser.ReturnStmtContext)

Visit a parse tree produced by returnStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReturnStmt(vbaParser.ReturnStmtContext context)
Parameters
Type Name Description
vbaParser.ReturnStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRmdirStmt(vbaParser.RmdirStmtContext)

Visit a parse tree produced by rmdirStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRmdirStmt(vbaParser.RmdirStmtContext context)
Parameters
Type Name Description
vbaParser.RmdirStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRsetStmt(vbaParser.RsetStmtContext)

Visit a parse tree produced by rsetStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRsetStmt(vbaParser.RsetStmtContext context)
Parameters
Type Name Description
vbaParser.RsetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSavepictureStmt(vbaParser.SavepictureStmtContext)

Visit a parse tree produced by savepictureStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSavepictureStmt(vbaParser.SavepictureStmtContext context)
Parameters
Type Name Description
vbaParser.SavepictureStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSaveSettingStmt(vbaParser.SaveSettingStmtContext)

Visit a parse tree produced by saveSettingStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSaveSettingStmt(vbaParser.SaveSettingStmtContext context)
Parameters
Type Name Description
vbaParser.SaveSettingStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSC_Case(vbaParser.SC_CaseContext)

Visit a parse tree produced by sC_Case().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSC_Case(vbaParser.SC_CaseContext context)
Parameters
Type Name Description
vbaParser.SC_CaseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeekStmt(vbaParser.SeekStmtContext)

Visit a parse tree produced by seekStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSeekStmt(vbaParser.SeekStmtContext context)
Parameters
Type Name Description
vbaParser.SeekStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSelectCaseStmt(vbaParser.SelectCaseStmtContext)

Visit a parse tree produced by selectCaseStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSelectCaseStmt(vbaParser.SelectCaseStmtContext context)
Parameters
Type Name Description
vbaParser.SelectCaseStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSendkeysStmt(vbaParser.SendkeysStmtContext)

Visit a parse tree produced by sendkeysStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSendkeysStmt(vbaParser.SendkeysStmtContext context)
Parameters
Type Name Description
vbaParser.SendkeysStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSetattrStmt(vbaParser.SetattrStmtContext)

Visit a parse tree produced by setattrStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSetattrStmt(vbaParser.SetattrStmtContext context)
Parameters
Type Name Description
vbaParser.SetattrStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSetStmt(vbaParser.SetStmtContext)

Visit a parse tree produced by setStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSetStmt(vbaParser.SetStmtContext context)
Parameters
Type Name Description
vbaParser.SetStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStartRule(vbaParser.StartRuleContext)

Visit a parse tree produced by startRule().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStartRule(vbaParser.StartRuleContext context)
Parameters
Type Name Description
vbaParser.StartRuleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStopStmt(vbaParser.StopStmtContext)

Visit a parse tree produced by stopStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStopStmt(vbaParser.StopStmtContext context)
Parameters
Type Name Description
vbaParser.StopStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubscript_(vbaParser.Subscript_Context)

Visit a parse tree produced by subscript_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubscript_(vbaParser.Subscript_Context context)
Parameters
Type Name Description
vbaParser.Subscript_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubscripts(vbaParser.SubscriptsContext)

Visit a parse tree produced by subscripts().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubscripts(vbaParser.SubscriptsContext context)
Parameters
Type Name Description
vbaParser.SubscriptsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubStmt(vbaParser.SubStmtContext)

Visit a parse tree produced by subStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSubStmt(vbaParser.SubStmtContext context)
Parameters
Type Name Description
vbaParser.SubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTimeStmt(vbaParser.TimeStmtContext)

Visit a parse tree produced by timeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTimeStmt(vbaParser.TimeStmtContext context)
Parameters
Type Name Description
vbaParser.TimeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType_(vbaParser.Type_Context)

Visit a parse tree produced by type_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType_(vbaParser.Type_Context context)
Parameters
Type Name Description
vbaParser.Type_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeHint(vbaParser.TypeHintContext)

Visit a parse tree produced by typeHint().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeHint(vbaParser.TypeHintContext context)
Parameters
Type Name Description
vbaParser.TypeHintContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeOfStmt(vbaParser.TypeOfStmtContext)

Visit a parse tree produced by typeOfStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeOfStmt(vbaParser.TypeOfStmtContext context)
Parameters
Type Name Description
vbaParser.TypeOfStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeStmt(vbaParser.TypeStmtContext)

Visit a parse tree produced by typeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeStmt(vbaParser.TypeStmtContext context)
Parameters
Type Name Description
vbaParser.TypeStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeStmt_Element(vbaParser.TypeStmt_ElementContext)

Visit a parse tree produced by typeStmt_Element().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeStmt_Element(vbaParser.TypeStmt_ElementContext context)
Parameters
Type Name Description
vbaParser.TypeStmt_ElementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnloadStmt(vbaParser.UnloadStmtContext)

Visit a parse tree produced by unloadStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUnloadStmt(vbaParser.UnloadStmtContext context)
Parameters
Type Name Description
vbaParser.UnloadStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnlockStmt(vbaParser.UnlockStmtContext)

Visit a parse tree produced by unlockStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitUnlockStmt(vbaParser.UnlockStmtContext context)
Parameters
Type Name Description
vbaParser.UnlockStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariableListStmt(vbaParser.VariableListStmtContext)

Visit a parse tree produced by variableListStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVariableListStmt(vbaParser.VariableListStmtContext context)
Parameters
Type Name Description
vbaParser.VariableListStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariableStmt(vbaParser.VariableStmtContext)

Visit a parse tree produced by variableStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVariableStmt(vbaParser.VariableStmtContext context)
Parameters
Type Name Description
vbaParser.VariableStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariableSubStmt(vbaParser.VariableSubStmtContext)

Visit a parse tree produced by variableSubStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVariableSubStmt(vbaParser.VariableSubStmtContext context)
Parameters
Type Name Description
vbaParser.VariableSubStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVisibility(vbaParser.VisibilityContext)

Visit a parse tree produced by visibility().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVisibility(vbaParser.VisibilityContext context)
Parameters
Type Name Description
vbaParser.VisibilityContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsAdd(vbaParser.VsAddContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsAdd(vbaParser.VsAddContext context)
Parameters
Type Name Description
vbaParser.VsAddContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsAddressOf(vbaParser.VsAddressOfContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsAddressOf(vbaParser.VsAddressOfContext context)
Parameters
Type Name Description
vbaParser.VsAddressOfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsAmp(vbaParser.VsAmpContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsAmp(vbaParser.VsAmpContext context)
Parameters
Type Name Description
vbaParser.VsAmpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsAnd(vbaParser.VsAndContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsAnd(vbaParser.VsAndContext context)
Parameters
Type Name Description
vbaParser.VsAndContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsAssign(vbaParser.VsAssignContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsAssign(vbaParser.VsAssignContext context)
Parameters
Type Name Description
vbaParser.VsAssignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsDiv(vbaParser.VsDivContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsDiv(vbaParser.VsDivContext context)
Parameters
Type Name Description
vbaParser.VsDivContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsEq(vbaParser.VsEqContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsEq(vbaParser.VsEqContext context)
Parameters
Type Name Description
vbaParser.VsEqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsEqv(vbaParser.VsEqvContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsEqv(vbaParser.VsEqvContext context)
Parameters
Type Name Description
vbaParser.VsEqvContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsGeq(vbaParser.VsGeqContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsGeq(vbaParser.VsGeqContext context)
Parameters
Type Name Description
vbaParser.VsGeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsGt(vbaParser.VsGtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsGt(vbaParser.VsGtContext context)
Parameters
Type Name Description
vbaParser.VsGtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsICS(vbaParser.VsICSContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsICS(vbaParser.VsICSContext context)
Parameters
Type Name Description
vbaParser.VsICSContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsImp(vbaParser.VsImpContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsImp(vbaParser.VsImpContext context)
Parameters
Type Name Description
vbaParser.VsImpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsIs(vbaParser.VsIsContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsIs(vbaParser.VsIsContext context)
Parameters
Type Name Description
vbaParser.VsIsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsLeq(vbaParser.VsLeqContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsLeq(vbaParser.VsLeqContext context)
Parameters
Type Name Description
vbaParser.VsLeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsLike(vbaParser.VsLikeContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsLike(vbaParser.VsLikeContext context)
Parameters
Type Name Description
vbaParser.VsLikeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsLiteral(vbaParser.VsLiteralContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsLiteral(vbaParser.VsLiteralContext context)
Parameters
Type Name Description
vbaParser.VsLiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsLt(vbaParser.VsLtContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsLt(vbaParser.VsLtContext context)
Parameters
Type Name Description
vbaParser.VsLtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsMid(vbaParser.VsMidContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsMid(vbaParser.VsMidContext context)
Parameters
Type Name Description
vbaParser.VsMidContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsMinus(vbaParser.VsMinusContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsMinus(vbaParser.VsMinusContext context)
Parameters
Type Name Description
vbaParser.VsMinusContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsMod(vbaParser.VsModContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsMod(vbaParser.VsModContext context)
Parameters
Type Name Description
vbaParser.VsModContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsMult(vbaParser.VsMultContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsMult(vbaParser.VsMultContext context)
Parameters
Type Name Description
vbaParser.VsMultContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsNegation(vbaParser.VsNegationContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsNegation(vbaParser.VsNegationContext context)
Parameters
Type Name Description
vbaParser.VsNegationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsNeq(vbaParser.VsNeqContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsNeq(vbaParser.VsNeqContext context)
Parameters
Type Name Description
vbaParser.VsNeqContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsNew(vbaParser.VsNewContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsNew(vbaParser.VsNewContext context)
Parameters
Type Name Description
vbaParser.VsNewContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsNot(vbaParser.VsNotContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsNot(vbaParser.VsNotContext context)
Parameters
Type Name Description
vbaParser.VsNotContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsOr(vbaParser.VsOrContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsOr(vbaParser.VsOrContext context)
Parameters
Type Name Description
vbaParser.VsOrContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsPlus(vbaParser.VsPlusContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsPlus(vbaParser.VsPlusContext context)
Parameters
Type Name Description
vbaParser.VsPlusContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsPow(vbaParser.VsPowContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsPow(vbaParser.VsPowContext context)
Parameters
Type Name Description
vbaParser.VsPowContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsStruct(vbaParser.VsStructContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsStruct(vbaParser.VsStructContext context)
Parameters
Type Name Description
vbaParser.VsStructContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsTypeOf(vbaParser.VsTypeOfContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsTypeOf(vbaParser.VsTypeOfContext context)
Parameters
Type Name Description
vbaParser.VsTypeOfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVsXor(vbaParser.VsXorContext)

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

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitVsXor(vbaParser.VsXorContext context)
Parameters
Type Name Description
vbaParser.VsXorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWhileWendStmt(vbaParser.WhileWendStmtContext)

Visit a parse tree produced by whileWendStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWhileWendStmt(vbaParser.WhileWendStmtContext context)
Parameters
Type Name Description
vbaParser.WhileWendStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWidthStmt(vbaParser.WidthStmtContext)

Visit a parse tree produced by widthStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWidthStmt(vbaParser.WidthStmtContext context)
Parameters
Type Name Description
vbaParser.WidthStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWithStmt(vbaParser.WithStmtContext)

Visit a parse tree produced by withStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWithStmt(vbaParser.WithStmtContext context)
Parameters
Type Name Description
vbaParser.WithStmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWriteStmt(vbaParser.WriteStmtContext)

Visit a parse tree produced by writeStmt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWriteStmt(vbaParser.WriteStmtContext context)
Parameters
Type Name Description
vbaParser.WriteStmtContext context

The parse tree.

Returns
Type Description
Result

Implements

IvbaVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX