Show / Hide Table of Contents

Interface IVisualBasic6Listener

This interface defines a complete listener for a parse tree produced by VisualBasic6Parser.

Inherited Members
Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Namespace: GCore.Antlr.Grammers.Vb6
Assembly: Vb6.dll
Syntax
[CLSCompliant(false)]
public interface IVisualBasic6Listener : IParseTreeListener

Methods

| Improve this Doc View Source

EnterAmbiguousIdentifier(VisualBasic6Parser.AmbiguousIdentifierContext)

Enter a parse tree produced by ambiguousIdentifier().

Declaration
void EnterAmbiguousIdentifier([NotNull] VisualBasic6Parser.AmbiguousIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.AmbiguousIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterAmbiguousKeyword(VisualBasic6Parser.AmbiguousKeywordContext)

Enter a parse tree produced by ambiguousKeyword().

Declaration
void EnterAmbiguousKeyword([NotNull] VisualBasic6Parser.AmbiguousKeywordContext context)
Parameters
Type Name Description
VisualBasic6Parser.AmbiguousKeywordContext context

The parse tree.

| Improve this Doc View Source

EnterAppActivateStmt(VisualBasic6Parser.AppActivateStmtContext)

Enter a parse tree produced by appActivateStmt().

Declaration
void EnterAppActivateStmt([NotNull] VisualBasic6Parser.AppActivateStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.AppActivateStmtContext context

The parse tree.

| Improve this Doc View Source

EnterArg(VisualBasic6Parser.ArgContext)

Enter a parse tree produced by arg().

Declaration
void EnterArg([NotNull] VisualBasic6Parser.ArgContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgContext context

The parse tree.

| Improve this Doc View Source

EnterArgCall(VisualBasic6Parser.ArgCallContext)

Enter a parse tree produced by argCall().

Declaration
void EnterArgCall([NotNull] VisualBasic6Parser.ArgCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgCallContext context

The parse tree.

| Improve this Doc View Source

EnterArgDefaultValue(VisualBasic6Parser.ArgDefaultValueContext)

Enter a parse tree produced by argDefaultValue().

Declaration
void EnterArgDefaultValue([NotNull] VisualBasic6Parser.ArgDefaultValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgDefaultValueContext context

The parse tree.

| Improve this Doc View Source

EnterArgList(VisualBasic6Parser.ArgListContext)

Enter a parse tree produced by argList().

Declaration
void EnterArgList([NotNull] VisualBasic6Parser.ArgListContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgListContext context

The parse tree.

| Improve this Doc View Source

EnterArgsCall(VisualBasic6Parser.ArgsCallContext)

Enter a parse tree produced by argsCall().

Declaration
void EnterArgsCall([NotNull] VisualBasic6Parser.ArgsCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgsCallContext context

The parse tree.

| Improve this Doc View Source

EnterAsTypeClause(VisualBasic6Parser.AsTypeClauseContext)

Enter a parse tree produced by asTypeClause().

Declaration
void EnterAsTypeClause([NotNull] VisualBasic6Parser.AsTypeClauseContext context)
Parameters
Type Name Description
VisualBasic6Parser.AsTypeClauseContext context

The parse tree.

| Improve this Doc View Source

EnterAttributeStmt(VisualBasic6Parser.AttributeStmtContext)

Enter a parse tree produced by attributeStmt().

Declaration
void EnterAttributeStmt([NotNull] VisualBasic6Parser.AttributeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.AttributeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterBaseType(VisualBasic6Parser.BaseTypeContext)

Enter a parse tree produced by baseType().

Declaration
void EnterBaseType([NotNull] VisualBasic6Parser.BaseTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBeepStmt(VisualBasic6Parser.BeepStmtContext)

Enter a parse tree produced by beepStmt().

Declaration
void EnterBeepStmt([NotNull] VisualBasic6Parser.BeepStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.BeepStmtContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(VisualBasic6Parser.BlockContext)

Enter a parse tree produced by block().

Declaration
void EnterBlock([NotNull] VisualBasic6Parser.BlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterBlockIfThenElse(VisualBasic6Parser.BlockIfThenElseContext)

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

Declaration
void EnterBlockIfThenElse([NotNull] VisualBasic6Parser.BlockIfThenElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockIfThenElseContext context

The parse tree.

| Improve this Doc View Source

EnterBlockStmt(VisualBasic6Parser.BlockStmtContext)

Enter a parse tree produced by blockStmt().

Declaration
void EnterBlockStmt([NotNull] VisualBasic6Parser.BlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondElse(VisualBasic6Parser.CaseCondElseContext)

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

Declaration
void EnterCaseCondElse([NotNull] VisualBasic6Parser.CaseCondElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondElseContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondExpr(VisualBasic6Parser.CaseCondExprContext)

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

Declaration
void EnterCaseCondExpr([NotNull] VisualBasic6Parser.CaseCondExprContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondExprIs(VisualBasic6Parser.CaseCondExprIsContext)

Enter a parse tree produced by the caseCondExprIs labeled alternative in sC_CondExpr().

Declaration
void EnterCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprIsContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondExprTo(VisualBasic6Parser.CaseCondExprToContext)

Enter a parse tree produced by the caseCondExprTo labeled alternative in sC_CondExpr().

Declaration
void EnterCaseCondExprTo([NotNull] VisualBasic6Parser.CaseCondExprToContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprToContext context

The parse tree.

| Improve this Doc View Source

EnterCaseCondExprValue(VisualBasic6Parser.CaseCondExprValueContext)

Enter a parse tree produced by the caseCondExprValue labeled alternative in sC_CondExpr().

Declaration
void EnterCaseCondExprValue([NotNull] VisualBasic6Parser.CaseCondExprValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprValueContext context

The parse tree.

| Improve this Doc View Source

EnterCertainIdentifier(VisualBasic6Parser.CertainIdentifierContext)

Enter a parse tree produced by certainIdentifier().

Declaration
void EnterCertainIdentifier([NotNull] VisualBasic6Parser.CertainIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.CertainIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterChDirStmt(VisualBasic6Parser.ChDirStmtContext)

Enter a parse tree produced by chDirStmt().

Declaration
void EnterChDirStmt([NotNull] VisualBasic6Parser.ChDirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ChDirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterChDriveStmt(VisualBasic6Parser.ChDriveStmtContext)

Enter a parse tree produced by chDriveStmt().

Declaration
void EnterChDriveStmt([NotNull] VisualBasic6Parser.ChDriveStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ChDriveStmtContext context

The parse tree.

| Improve this Doc View Source

EnterCloseStmt(VisualBasic6Parser.CloseStmtContext)

Enter a parse tree produced by closeStmt().

Declaration
void EnterCloseStmt([NotNull] VisualBasic6Parser.CloseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.CloseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterComparisonOperator(VisualBasic6Parser.ComparisonOperatorContext)

Enter a parse tree produced by comparisonOperator().

Declaration
void EnterComparisonOperator([NotNull] VisualBasic6Parser.ComparisonOperatorContext context)
Parameters
Type Name Description
VisualBasic6Parser.ComparisonOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterComplexType(VisualBasic6Parser.ComplexTypeContext)

Enter a parse tree produced by complexType().

Declaration
void EnterComplexType([NotNull] VisualBasic6Parser.ComplexTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.ComplexTypeContext context

The parse tree.

| Improve this Doc View Source

EnterConstStmt(VisualBasic6Parser.ConstStmtContext)

Enter a parse tree produced by constStmt().

Declaration
void EnterConstStmt([NotNull] VisualBasic6Parser.ConstStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ConstStmtContext context

The parse tree.

| Improve this Doc View Source

EnterConstSubStmt(VisualBasic6Parser.ConstSubStmtContext)

Enter a parse tree produced by constSubStmt().

Declaration
void EnterConstSubStmt([NotNull] VisualBasic6Parser.ConstSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ConstSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterControlProperties(VisualBasic6Parser.ControlPropertiesContext)

Enter a parse tree produced by controlProperties().

Declaration
void EnterControlProperties([NotNull] VisualBasic6Parser.ControlPropertiesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ControlPropertiesContext context

The parse tree.

| Improve this Doc View Source

EnterCp_ControlIdentifier(VisualBasic6Parser.Cp_ControlIdentifierContext)

Enter a parse tree produced by cp_ControlIdentifier().

Declaration
void EnterCp_ControlIdentifier([NotNull] VisualBasic6Parser.Cp_ControlIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_ControlIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterCp_ControlType(VisualBasic6Parser.Cp_ControlTypeContext)

Enter a parse tree produced by cp_ControlType().

Declaration
void EnterCp_ControlType([NotNull] VisualBasic6Parser.Cp_ControlTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_ControlTypeContext context

The parse tree.

| Improve this Doc View Source

EnterCp_NestedProperty(VisualBasic6Parser.Cp_NestedPropertyContext)

Enter a parse tree produced by cp_NestedProperty().

Declaration
void EnterCp_NestedProperty([NotNull] VisualBasic6Parser.Cp_NestedPropertyContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_NestedPropertyContext context

The parse tree.

| Improve this Doc View Source

EnterCp_Properties(VisualBasic6Parser.Cp_PropertiesContext)

Enter a parse tree produced by cp_Properties().

Declaration
void EnterCp_Properties([NotNull] VisualBasic6Parser.Cp_PropertiesContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertiesContext context

The parse tree.

| Improve this Doc View Source

EnterCp_PropertyName(VisualBasic6Parser.Cp_PropertyNameContext)

Enter a parse tree produced by cp_PropertyName().

Declaration
void EnterCp_PropertyName([NotNull] VisualBasic6Parser.Cp_PropertyNameContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertyNameContext context

The parse tree.

| Improve this Doc View Source

EnterCp_PropertyValue(VisualBasic6Parser.Cp_PropertyValueContext)

Enter a parse tree produced by cp_PropertyValue().

Declaration
void EnterCp_PropertyValue([NotNull] VisualBasic6Parser.Cp_PropertyValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertyValueContext context

The parse tree.

| Improve this Doc View Source

EnterCp_SingleProperty(VisualBasic6Parser.Cp_SinglePropertyContext)

Enter a parse tree produced by cp_SingleProperty().

Declaration
void EnterCp_SingleProperty([NotNull] VisualBasic6Parser.Cp_SinglePropertyContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_SinglePropertyContext context

The parse tree.

| Improve this Doc View Source

EnterDateStmt(VisualBasic6Parser.DateStmtContext)

Enter a parse tree produced by dateStmt().

Declaration
void EnterDateStmt([NotNull] VisualBasic6Parser.DateStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DateStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeclareStmt(VisualBasic6Parser.DeclareStmtContext)

Enter a parse tree produced by declareStmt().

Declaration
void EnterDeclareStmt([NotNull] VisualBasic6Parser.DeclareStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeclareStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeftypeStmt(VisualBasic6Parser.DeftypeStmtContext)

Enter a parse tree produced by deftypeStmt().

Declaration
void EnterDeftypeStmt([NotNull] VisualBasic6Parser.DeftypeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeftypeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDeleteSettingStmt(VisualBasic6Parser.DeleteSettingStmtContext)

Enter a parse tree produced by deleteSettingStmt().

Declaration
void EnterDeleteSettingStmt([NotNull] VisualBasic6Parser.DeleteSettingStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeleteSettingStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDictionaryCallStmt(VisualBasic6Parser.DictionaryCallStmtContext)

Enter a parse tree produced by dictionaryCallStmt().

Declaration
void EnterDictionaryCallStmt([NotNull] VisualBasic6Parser.DictionaryCallStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DictionaryCallStmtContext context

The parse tree.

| Improve this Doc View Source

EnterDoLoopStmt(VisualBasic6Parser.DoLoopStmtContext)

Enter a parse tree produced by doLoopStmt().

Declaration
void EnterDoLoopStmt([NotNull] VisualBasic6Parser.DoLoopStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DoLoopStmtContext context

The parse tree.

| Improve this Doc View Source

EnterECS_MemberProcedureCall(VisualBasic6Parser.ECS_MemberProcedureCallContext)

Enter a parse tree produced by eCS_MemberProcedureCall().

Declaration
void EnterECS_MemberProcedureCall([NotNull] VisualBasic6Parser.ECS_MemberProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ECS_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterECS_ProcedureCall(VisualBasic6Parser.ECS_ProcedureCallContext)

Enter a parse tree produced by eCS_ProcedureCall().

Declaration
void EnterECS_ProcedureCall([NotNull] VisualBasic6Parser.ECS_ProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ECS_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterEndStmt(VisualBasic6Parser.EndStmtContext)

Enter a parse tree produced by endStmt().

Declaration
void EnterEndStmt([NotNull] VisualBasic6Parser.EndStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EndStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEnumerationStmt(VisualBasic6Parser.EnumerationStmtContext)

Enter a parse tree produced by enumerationStmt().

Declaration
void EnterEnumerationStmt([NotNull] VisualBasic6Parser.EnumerationStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EnumerationStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEnumerationStmt_Constant(VisualBasic6Parser.EnumerationStmt_ConstantContext)

Enter a parse tree produced by enumerationStmt_Constant().

Declaration
void EnterEnumerationStmt_Constant([NotNull] VisualBasic6Parser.EnumerationStmt_ConstantContext context)
Parameters
Type Name Description
VisualBasic6Parser.EnumerationStmt_ConstantContext context

The parse tree.

| Improve this Doc View Source

EnterEraseStmt(VisualBasic6Parser.EraseStmtContext)

Enter a parse tree produced by eraseStmt().

Declaration
void EnterEraseStmt([NotNull] VisualBasic6Parser.EraseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EraseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterErrorStmt(VisualBasic6Parser.ErrorStmtContext)

Enter a parse tree produced by errorStmt().

Declaration
void EnterErrorStmt([NotNull] VisualBasic6Parser.ErrorStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ErrorStmtContext context

The parse tree.

| Improve this Doc View Source

EnterEventStmt(VisualBasic6Parser.EventStmtContext)

Enter a parse tree produced by eventStmt().

Declaration
void EnterEventStmt([NotNull] VisualBasic6Parser.EventStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EventStmtContext context

The parse tree.

| Improve this Doc View Source

EnterExitStmt(VisualBasic6Parser.ExitStmtContext)

Enter a parse tree produced by exitStmt().

Declaration
void EnterExitStmt([NotNull] VisualBasic6Parser.ExitStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ExitStmtContext context

The parse tree.

| Improve this Doc View Source

EnterExplicitCallStmt(VisualBasic6Parser.ExplicitCallStmtContext)

Enter a parse tree produced by explicitCallStmt().

Declaration
void EnterExplicitCallStmt([NotNull] VisualBasic6Parser.ExplicitCallStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ExplicitCallStmtContext context

The parse tree.

| Improve this Doc View Source

EnterFieldLength(VisualBasic6Parser.FieldLengthContext)

Enter a parse tree produced by fieldLength().

Declaration
void EnterFieldLength([NotNull] VisualBasic6Parser.FieldLengthContext context)
Parameters
Type Name Description
VisualBasic6Parser.FieldLengthContext context

The parse tree.

| Improve this Doc View Source

EnterFilecopyStmt(VisualBasic6Parser.FilecopyStmtContext)

Enter a parse tree produced by filecopyStmt().

Declaration
void EnterFilecopyStmt([NotNull] VisualBasic6Parser.FilecopyStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.FilecopyStmtContext context

The parse tree.

| Improve this Doc View Source

EnterForEachStmt(VisualBasic6Parser.ForEachStmtContext)

Enter a parse tree produced by forEachStmt().

Declaration
void EnterForEachStmt([NotNull] VisualBasic6Parser.ForEachStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ForEachStmtContext context

The parse tree.

| Improve this Doc View Source

EnterForNextStmt(VisualBasic6Parser.ForNextStmtContext)

Enter a parse tree produced by forNextStmt().

Declaration
void EnterForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ForNextStmtContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionStmt(VisualBasic6Parser.FunctionStmtContext)

Enter a parse tree produced by functionStmt().

Declaration
void EnterFunctionStmt([NotNull] VisualBasic6Parser.FunctionStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.FunctionStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGetStmt(VisualBasic6Parser.GetStmtContext)

Enter a parse tree produced by getStmt().

Declaration
void EnterGetStmt([NotNull] VisualBasic6Parser.GetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGoSubStmt(VisualBasic6Parser.GoSubStmtContext)

Enter a parse tree produced by goSubStmt().

Declaration
void EnterGoSubStmt([NotNull] VisualBasic6Parser.GoSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GoSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterGoToStmt(VisualBasic6Parser.GoToStmtContext)

Enter a parse tree produced by goToStmt().

Declaration
void EnterGoToStmt([NotNull] VisualBasic6Parser.GoToStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GoToStmtContext context

The parse tree.

| Improve this Doc View Source

EnterICS_B_MemberProcedureCall(VisualBasic6Parser.ICS_B_MemberProcedureCallContext)

Enter a parse tree produced by iCS_B_MemberProcedureCall().

Declaration
void EnterICS_B_MemberProcedureCall([NotNull] VisualBasic6Parser.ICS_B_MemberProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_B_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_B_ProcedureCall(VisualBasic6Parser.ICS_B_ProcedureCallContext)

Enter a parse tree produced by iCS_B_ProcedureCall().

Declaration
void EnterICS_B_ProcedureCall([NotNull] VisualBasic6Parser.ICS_B_ProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_B_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_DictionaryCall(VisualBasic6Parser.ICS_S_DictionaryCallContext)

Enter a parse tree produced by iCS_S_DictionaryCall().

Declaration
void EnterICS_S_DictionaryCall([NotNull] VisualBasic6Parser.ICS_S_DictionaryCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_DictionaryCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_MemberCall(VisualBasic6Parser.ICS_S_MemberCallContext)

Enter a parse tree produced by iCS_S_MemberCall().

Declaration
void EnterICS_S_MemberCall([NotNull] VisualBasic6Parser.ICS_S_MemberCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_MemberCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_MembersCall(VisualBasic6Parser.ICS_S_MembersCallContext)

Enter a parse tree produced by iCS_S_MembersCall().

Declaration
void EnterICS_S_MembersCall([NotNull] VisualBasic6Parser.ICS_S_MembersCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_MembersCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_NestedProcedureCall(VisualBasic6Parser.ICS_S_NestedProcedureCallContext)

Enter a parse tree produced by iCS_S_NestedProcedureCall().

Declaration
void EnterICS_S_NestedProcedureCall([NotNull] VisualBasic6Parser.ICS_S_NestedProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_NestedProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_ProcedureOrArrayCall(VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext)

Enter a parse tree produced by iCS_S_ProcedureOrArrayCall().

Declaration
void EnterICS_S_ProcedureOrArrayCall([NotNull] VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context

The parse tree.

| Improve this Doc View Source

EnterICS_S_VariableOrProcedureCall(VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext)

Enter a parse tree produced by iCS_S_VariableOrProcedureCall().

Declaration
void EnterICS_S_VariableOrProcedureCall([NotNull] VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context

The parse tree.

| Improve this Doc View Source

EnterIfBlockStmt(VisualBasic6Parser.IfBlockStmtContext)

Enter a parse tree produced by ifBlockStmt().

Declaration
void EnterIfBlockStmt([NotNull] VisualBasic6Parser.IfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfConditionStmt(VisualBasic6Parser.IfConditionStmtContext)

Enter a parse tree produced by ifConditionStmt().

Declaration
void EnterIfConditionStmt([NotNull] VisualBasic6Parser.IfConditionStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfConditionStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfElseBlockStmt(VisualBasic6Parser.IfElseBlockStmtContext)

Enter a parse tree produced by ifElseBlockStmt().

Declaration
void EnterIfElseBlockStmt([NotNull] VisualBasic6Parser.IfElseBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterIfElseIfBlockStmt(VisualBasic6Parser.IfElseIfBlockStmtContext)

Enter a parse tree produced by ifElseIfBlockStmt().

Declaration
void EnterIfElseIfBlockStmt([NotNull] VisualBasic6Parser.IfElseIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterImplementsStmt(VisualBasic6Parser.ImplementsStmtContext)

Enter a parse tree produced by implementsStmt().

Declaration
void EnterImplementsStmt([NotNull] VisualBasic6Parser.ImplementsStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplementsStmtContext context

The parse tree.

| Improve this Doc View Source

EnterImplicitCallStmt_InBlock(VisualBasic6Parser.ImplicitCallStmt_InBlockContext)

Enter a parse tree produced by implicitCallStmt_InBlock().

Declaration
void EnterImplicitCallStmt_InBlock([NotNull] VisualBasic6Parser.ImplicitCallStmt_InBlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplicitCallStmt_InBlockContext context

The parse tree.

| Improve this Doc View Source

EnterImplicitCallStmt_InStmt(VisualBasic6Parser.ImplicitCallStmt_InStmtContext)

Enter a parse tree produced by implicitCallStmt_InStmt().

Declaration
void EnterImplicitCallStmt_InStmt([NotNull] VisualBasic6Parser.ImplicitCallStmt_InStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplicitCallStmt_InStmtContext context

The parse tree.

| Improve this Doc View Source

EnterInlineIfThenElse(VisualBasic6Parser.InlineIfThenElseContext)

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

Declaration
void EnterInlineIfThenElse([NotNull] VisualBasic6Parser.InlineIfThenElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.InlineIfThenElseContext context

The parse tree.

| Improve this Doc View Source

EnterInputStmt(VisualBasic6Parser.InputStmtContext)

Enter a parse tree produced by inputStmt().

Declaration
void EnterInputStmt([NotNull] VisualBasic6Parser.InputStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.InputStmtContext context

The parse tree.

| Improve this Doc View Source

EnterKillStmt(VisualBasic6Parser.KillStmtContext)

Enter a parse tree produced by killStmt().

Declaration
void EnterKillStmt([NotNull] VisualBasic6Parser.KillStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.KillStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLetStmt(VisualBasic6Parser.LetStmtContext)

Enter a parse tree produced by letStmt().

Declaration
void EnterLetStmt([NotNull] VisualBasic6Parser.LetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLetterrange(VisualBasic6Parser.LetterrangeContext)

Enter a parse tree produced by letterrange().

Declaration
void EnterLetterrange([NotNull] VisualBasic6Parser.LetterrangeContext context)
Parameters
Type Name Description
VisualBasic6Parser.LetterrangeContext context

The parse tree.

| Improve this Doc View Source

EnterLineInputStmt(VisualBasic6Parser.LineInputStmtContext)

Enter a parse tree produced by lineInputStmt().

Declaration
void EnterLineInputStmt([NotNull] VisualBasic6Parser.LineInputStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LineInputStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLineLabel(VisualBasic6Parser.LineLabelContext)

Enter a parse tree produced by lineLabel().

Declaration
void EnterLineLabel([NotNull] VisualBasic6Parser.LineLabelContext context)
Parameters
Type Name Description
VisualBasic6Parser.LineLabelContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(VisualBasic6Parser.LiteralContext)

Enter a parse tree produced by literal().

Declaration
void EnterLiteral([NotNull] VisualBasic6Parser.LiteralContext context)
Parameters
Type Name Description
VisualBasic6Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLoadStmt(VisualBasic6Parser.LoadStmtContext)

Enter a parse tree produced by loadStmt().

Declaration
void EnterLoadStmt([NotNull] VisualBasic6Parser.LoadStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LoadStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLockStmt(VisualBasic6Parser.LockStmtContext)

Enter a parse tree produced by lockStmt().

Declaration
void EnterLockStmt([NotNull] VisualBasic6Parser.LockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterLsetStmt(VisualBasic6Parser.LsetStmtContext)

Enter a parse tree produced by lsetStmt().

Declaration
void EnterLsetStmt([NotNull] VisualBasic6Parser.LsetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LsetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroElseBlockStmt(VisualBasic6Parser.MacroElseBlockStmtContext)

Enter a parse tree produced by macroElseBlockStmt().

Declaration
void EnterMacroElseBlockStmt([NotNull] VisualBasic6Parser.MacroElseBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroElseIfBlockStmt(VisualBasic6Parser.MacroElseIfBlockStmtContext)

Enter a parse tree produced by macroElseIfBlockStmt().

Declaration
void EnterMacroElseIfBlockStmt([NotNull] VisualBasic6Parser.MacroElseIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroIfBlockStmt(VisualBasic6Parser.MacroIfBlockStmtContext)

Enter a parse tree produced by macroIfBlockStmt().

Declaration
void EnterMacroIfBlockStmt([NotNull] VisualBasic6Parser.MacroIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMacroIfThenElseStmt(VisualBasic6Parser.MacroIfThenElseStmtContext)

Enter a parse tree produced by macroIfThenElseStmt().

Declaration
void EnterMacroIfThenElseStmt([NotNull] VisualBasic6Parser.MacroIfThenElseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroIfThenElseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMidStmt(VisualBasic6Parser.MidStmtContext)

Enter a parse tree produced by midStmt().

Declaration
void EnterMidStmt([NotNull] VisualBasic6Parser.MidStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MidStmtContext context

The parse tree.

| Improve this Doc View Source

EnterMkdirStmt(VisualBasic6Parser.MkdirStmtContext)

Enter a parse tree produced by mkdirStmt().

Declaration
void EnterMkdirStmt([NotNull] VisualBasic6Parser.MkdirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MkdirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterModule(VisualBasic6Parser.ModuleContext)

Enter a parse tree produced by module().

Declaration
void EnterModule([NotNull] VisualBasic6Parser.ModuleContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleContext context

The parse tree.

| Improve this Doc View Source

EnterModuleAttributes(VisualBasic6Parser.ModuleAttributesContext)

Enter a parse tree produced by moduleAttributes().

Declaration
void EnterModuleAttributes([NotNull] VisualBasic6Parser.ModuleAttributesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleAttributesContext context

The parse tree.

| Improve this Doc View Source

EnterModuleBlock(VisualBasic6Parser.ModuleBlockContext)

Enter a parse tree produced by moduleBlock().

Declaration
void EnterModuleBlock([NotNull] VisualBasic6Parser.ModuleBlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBlockContext context

The parse tree.

| Improve this Doc View Source

EnterModuleBody(VisualBasic6Parser.ModuleBodyContext)

Enter a parse tree produced by moduleBody().

Declaration
void EnterModuleBody([NotNull] VisualBasic6Parser.ModuleBodyContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBodyContext context

The parse tree.

| Improve this Doc View Source

EnterModuleBodyElement(VisualBasic6Parser.ModuleBodyElementContext)

Enter a parse tree produced by moduleBodyElement().

Declaration
void EnterModuleBodyElement([NotNull] VisualBasic6Parser.ModuleBodyElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBodyElementContext context

The parse tree.

| Improve this Doc View Source

EnterModuleConfig(VisualBasic6Parser.ModuleConfigContext)

Enter a parse tree produced by moduleConfig().

Declaration
void EnterModuleConfig([NotNull] VisualBasic6Parser.ModuleConfigContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleConfigContext context

The parse tree.

| Improve this Doc View Source

EnterModuleConfigElement(VisualBasic6Parser.ModuleConfigElementContext)

Enter a parse tree produced by moduleConfigElement().

Declaration
void EnterModuleConfigElement([NotNull] VisualBasic6Parser.ModuleConfigElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleConfigElementContext context

The parse tree.

| Improve this Doc View Source

EnterModuleHeader(VisualBasic6Parser.ModuleHeaderContext)

Enter a parse tree produced by moduleHeader().

Declaration
void EnterModuleHeader([NotNull] VisualBasic6Parser.ModuleHeaderContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleHeaderContext context

The parse tree.

| Improve this Doc View Source

EnterModuleOptions(VisualBasic6Parser.ModuleOptionsContext)

Enter a parse tree produced by moduleOptions().

Declaration
void EnterModuleOptions([NotNull] VisualBasic6Parser.ModuleOptionsContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleOptionsContext context

The parse tree.

| Improve this Doc View Source

EnterModuleReference(VisualBasic6Parser.ModuleReferenceContext)

Enter a parse tree produced by moduleReference().

Declaration
void EnterModuleReference([NotNull] VisualBasic6Parser.ModuleReferenceContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterModuleReferenceComponent(VisualBasic6Parser.ModuleReferenceComponentContext)

Enter a parse tree produced by moduleReferenceComponent().

Declaration
void EnterModuleReferenceComponent([NotNull] VisualBasic6Parser.ModuleReferenceComponentContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceComponentContext context

The parse tree.

| Improve this Doc View Source

EnterModuleReferences(VisualBasic6Parser.ModuleReferencesContext)

Enter a parse tree produced by moduleReferences().

Declaration
void EnterModuleReferences([NotNull] VisualBasic6Parser.ModuleReferencesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferencesContext context

The parse tree.

| Improve this Doc View Source

EnterModuleReferenceValue(VisualBasic6Parser.ModuleReferenceValueContext)

Enter a parse tree produced by moduleReferenceValue().

Declaration
void EnterModuleReferenceValue([NotNull] VisualBasic6Parser.ModuleReferenceValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceValueContext context

The parse tree.

| Improve this Doc View Source

EnterNameStmt(VisualBasic6Parser.NameStmtContext)

Enter a parse tree produced by nameStmt().

Declaration
void EnterNameStmt([NotNull] VisualBasic6Parser.NameStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.NameStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnErrorStmt(VisualBasic6Parser.OnErrorStmtContext)

Enter a parse tree produced by onErrorStmt().

Declaration
void EnterOnErrorStmt([NotNull] VisualBasic6Parser.OnErrorStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnErrorStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnGoSubStmt(VisualBasic6Parser.OnGoSubStmtContext)

Enter a parse tree produced by onGoSubStmt().

Declaration
void EnterOnGoSubStmt([NotNull] VisualBasic6Parser.OnGoSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnGoSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOnGoToStmt(VisualBasic6Parser.OnGoToStmtContext)

Enter a parse tree produced by onGoToStmt().

Declaration
void EnterOnGoToStmt([NotNull] VisualBasic6Parser.OnGoToStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnGoToStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOpenStmt(VisualBasic6Parser.OpenStmtContext)

Enter a parse tree produced by openStmt().

Declaration
void EnterOpenStmt([NotNull] VisualBasic6Parser.OpenStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OpenStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionBaseStmt(VisualBasic6Parser.OptionBaseStmtContext)

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

Declaration
void EnterOptionBaseStmt([NotNull] VisualBasic6Parser.OptionBaseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionBaseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionCompareStmt(VisualBasic6Parser.OptionCompareStmtContext)

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

Declaration
void EnterOptionCompareStmt([NotNull] VisualBasic6Parser.OptionCompareStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionCompareStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionExplicitStmt(VisualBasic6Parser.OptionExplicitStmtContext)

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

Declaration
void EnterOptionExplicitStmt([NotNull] VisualBasic6Parser.OptionExplicitStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionExplicitStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOptionPrivateModuleStmt(VisualBasic6Parser.OptionPrivateModuleStmtContext)

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

Declaration
void EnterOptionPrivateModuleStmt([NotNull] VisualBasic6Parser.OptionPrivateModuleStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionPrivateModuleStmtContext context

The parse tree.

| Improve this Doc View Source

EnterOutputList(VisualBasic6Parser.OutputListContext)

Enter a parse tree produced by outputList().

Declaration
void EnterOutputList([NotNull] VisualBasic6Parser.OutputListContext context)
Parameters
Type Name Description
VisualBasic6Parser.OutputListContext context

The parse tree.

| Improve this Doc View Source

EnterOutputList_Expression(VisualBasic6Parser.OutputList_ExpressionContext)

Enter a parse tree produced by outputList_Expression().

Declaration
void EnterOutputList_Expression([NotNull] VisualBasic6Parser.OutputList_ExpressionContext context)
Parameters
Type Name Description
VisualBasic6Parser.OutputList_ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterPrintStmt(VisualBasic6Parser.PrintStmtContext)

Enter a parse tree produced by printStmt().

Declaration
void EnterPrintStmt([NotNull] VisualBasic6Parser.PrintStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PrintStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyGetStmt(VisualBasic6Parser.PropertyGetStmtContext)

Enter a parse tree produced by propertyGetStmt().

Declaration
void EnterPropertyGetStmt([NotNull] VisualBasic6Parser.PropertyGetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertyGetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyLetStmt(VisualBasic6Parser.PropertyLetStmtContext)

Enter a parse tree produced by propertyLetStmt().

Declaration
void EnterPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertyLetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPropertySetStmt(VisualBasic6Parser.PropertySetStmtContext)

Enter a parse tree produced by propertySetStmt().

Declaration
void EnterPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertySetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterPublicPrivateGlobalVisibility(VisualBasic6Parser.PublicPrivateGlobalVisibilityContext)

Enter a parse tree produced by publicPrivateGlobalVisibility().

Declaration
void EnterPublicPrivateGlobalVisibility([NotNull] VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context

The parse tree.

| Improve this Doc View Source

EnterPublicPrivateVisibility(VisualBasic6Parser.PublicPrivateVisibilityContext)

Enter a parse tree produced by publicPrivateVisibility().

Declaration
void EnterPublicPrivateVisibility([NotNull] VisualBasic6Parser.PublicPrivateVisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.PublicPrivateVisibilityContext context

The parse tree.

| Improve this Doc View Source

EnterPutStmt(VisualBasic6Parser.PutStmtContext)

Enter a parse tree produced by putStmt().

Declaration
void EnterPutStmt([NotNull] VisualBasic6Parser.PutStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PutStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRaiseEventStmt(VisualBasic6Parser.RaiseEventStmtContext)

Enter a parse tree produced by raiseEventStmt().

Declaration
void EnterRaiseEventStmt([NotNull] VisualBasic6Parser.RaiseEventStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RaiseEventStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRandomizeStmt(VisualBasic6Parser.RandomizeStmtContext)

Enter a parse tree produced by randomizeStmt().

Declaration
void EnterRandomizeStmt([NotNull] VisualBasic6Parser.RandomizeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RandomizeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRedimStmt(VisualBasic6Parser.RedimStmtContext)

Enter a parse tree produced by redimStmt().

Declaration
void EnterRedimStmt([NotNull] VisualBasic6Parser.RedimStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RedimStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRedimSubStmt(VisualBasic6Parser.RedimSubStmtContext)

Enter a parse tree produced by redimSubStmt().

Declaration
void EnterRedimSubStmt([NotNull] VisualBasic6Parser.RedimSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RedimSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterResetStmt(VisualBasic6Parser.ResetStmtContext)

Enter a parse tree produced by resetStmt().

Declaration
void EnterResetStmt([NotNull] VisualBasic6Parser.ResetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ResetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterResumeStmt(VisualBasic6Parser.ResumeStmtContext)

Enter a parse tree produced by resumeStmt().

Declaration
void EnterResumeStmt([NotNull] VisualBasic6Parser.ResumeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ResumeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterReturnStmt(VisualBasic6Parser.ReturnStmtContext)

Enter a parse tree produced by returnStmt().

Declaration
void EnterReturnStmt([NotNull] VisualBasic6Parser.ReturnStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ReturnStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRmdirStmt(VisualBasic6Parser.RmdirStmtContext)

Enter a parse tree produced by rmdirStmt().

Declaration
void EnterRmdirStmt([NotNull] VisualBasic6Parser.RmdirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RmdirStmtContext context

The parse tree.

| Improve this Doc View Source

EnterRsetStmt(VisualBasic6Parser.RsetStmtContext)

Enter a parse tree produced by rsetStmt().

Declaration
void EnterRsetStmt([NotNull] VisualBasic6Parser.RsetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RsetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSavepictureStmt(VisualBasic6Parser.SavepictureStmtContext)

Enter a parse tree produced by savepictureStmt().

Declaration
void EnterSavepictureStmt([NotNull] VisualBasic6Parser.SavepictureStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SavepictureStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSaveSettingStmt(VisualBasic6Parser.SaveSettingStmtContext)

Enter a parse tree produced by saveSettingStmt().

Declaration
void EnterSaveSettingStmt([NotNull] VisualBasic6Parser.SaveSettingStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SaveSettingStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSC_Case(VisualBasic6Parser.SC_CaseContext)

Enter a parse tree produced by sC_Case().

Declaration
void EnterSC_Case([NotNull] VisualBasic6Parser.SC_CaseContext context)
Parameters
Type Name Description
VisualBasic6Parser.SC_CaseContext context

The parse tree.

| Improve this Doc View Source

EnterSeekStmt(VisualBasic6Parser.SeekStmtContext)

Enter a parse tree produced by seekStmt().

Declaration
void EnterSeekStmt([NotNull] VisualBasic6Parser.SeekStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SeekStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSelectCaseStmt(VisualBasic6Parser.SelectCaseStmtContext)

Enter a parse tree produced by selectCaseStmt().

Declaration
void EnterSelectCaseStmt([NotNull] VisualBasic6Parser.SelectCaseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SelectCaseStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSendkeysStmt(VisualBasic6Parser.SendkeysStmtContext)

Enter a parse tree produced by sendkeysStmt().

Declaration
void EnterSendkeysStmt([NotNull] VisualBasic6Parser.SendkeysStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SendkeysStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSetattrStmt(VisualBasic6Parser.SetattrStmtContext)

Enter a parse tree produced by setattrStmt().

Declaration
void EnterSetattrStmt([NotNull] VisualBasic6Parser.SetattrStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SetattrStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSetStmt(VisualBasic6Parser.SetStmtContext)

Enter a parse tree produced by setStmt().

Declaration
void EnterSetStmt([NotNull] VisualBasic6Parser.SetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SetStmtContext context

The parse tree.

| Improve this Doc View Source

EnterStartRule(VisualBasic6Parser.StartRuleContext)

Enter a parse tree produced by startRule().

Declaration
void EnterStartRule([NotNull] VisualBasic6Parser.StartRuleContext context)
Parameters
Type Name Description
VisualBasic6Parser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

EnterStopStmt(VisualBasic6Parser.StopStmtContext)

Enter a parse tree produced by stopStmt().

Declaration
void EnterStopStmt([NotNull] VisualBasic6Parser.StopStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.StopStmtContext context

The parse tree.

| Improve this Doc View Source

EnterSubscript(VisualBasic6Parser.SubscriptContext)

Enter a parse tree produced by subscript().

Declaration
void EnterSubscript([NotNull] VisualBasic6Parser.SubscriptContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubscriptContext context

The parse tree.

| Improve this Doc View Source

EnterSubscripts(VisualBasic6Parser.SubscriptsContext)

Enter a parse tree produced by subscripts().

Declaration
void EnterSubscripts([NotNull] VisualBasic6Parser.SubscriptsContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubscriptsContext context

The parse tree.

| Improve this Doc View Source

EnterSubStmt(VisualBasic6Parser.SubStmtContext)

Enter a parse tree produced by subStmt().

Declaration
void EnterSubStmt([NotNull] VisualBasic6Parser.SubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTimeStmt(VisualBasic6Parser.TimeStmtContext)

Enter a parse tree produced by timeStmt().

Declaration
void EnterTimeStmt([NotNull] VisualBasic6Parser.TimeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TimeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterType(VisualBasic6Parser.TypeContext)

Enter a parse tree produced by type().

Declaration
void EnterType([NotNull] VisualBasic6Parser.TypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeContext context

The parse tree.

| Improve this Doc View Source

EnterTypeHint(VisualBasic6Parser.TypeHintContext)

Enter a parse tree produced by typeHint().

Declaration
void EnterTypeHint([NotNull] VisualBasic6Parser.TypeHintContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeHintContext context

The parse tree.

| Improve this Doc View Source

EnterTypeOfStmt(VisualBasic6Parser.TypeOfStmtContext)

Enter a parse tree produced by typeOfStmt().

Declaration
void EnterTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeOfStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTypeStmt(VisualBasic6Parser.TypeStmtContext)

Enter a parse tree produced by typeStmt().

Declaration
void EnterTypeStmt([NotNull] VisualBasic6Parser.TypeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeStmtContext context

The parse tree.

| Improve this Doc View Source

EnterTypeStmt_Element(VisualBasic6Parser.TypeStmt_ElementContext)

Enter a parse tree produced by typeStmt_Element().

Declaration
void EnterTypeStmt_Element([NotNull] VisualBasic6Parser.TypeStmt_ElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeStmt_ElementContext context

The parse tree.

| Improve this Doc View Source

EnterUnloadStmt(VisualBasic6Parser.UnloadStmtContext)

Enter a parse tree produced by unloadStmt().

Declaration
void EnterUnloadStmt([NotNull] VisualBasic6Parser.UnloadStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.UnloadStmtContext context

The parse tree.

| Improve this Doc View Source

EnterUnlockStmt(VisualBasic6Parser.UnlockStmtContext)

Enter a parse tree produced by unlockStmt().

Declaration
void EnterUnlockStmt([NotNull] VisualBasic6Parser.UnlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.UnlockStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableListStmt(VisualBasic6Parser.VariableListStmtContext)

Enter a parse tree produced by variableListStmt().

Declaration
void EnterVariableListStmt([NotNull] VisualBasic6Parser.VariableListStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableListStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableStmt(VisualBasic6Parser.VariableStmtContext)

Enter a parse tree produced by variableStmt().

Declaration
void EnterVariableStmt([NotNull] VisualBasic6Parser.VariableStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVariableSubStmt(VisualBasic6Parser.VariableSubStmtContext)

Enter a parse tree produced by variableSubStmt().

Declaration
void EnterVariableSubStmt([NotNull] VisualBasic6Parser.VariableSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableSubStmtContext context

The parse tree.

| Improve this Doc View Source

EnterVisibility(VisualBasic6Parser.VisibilityContext)

Enter a parse tree produced by visibility().

Declaration
void EnterVisibility([NotNull] VisualBasic6Parser.VisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.VisibilityContext context

The parse tree.

| Improve this Doc View Source

EnterVsAdd(VisualBasic6Parser.VsAddContext)

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

Declaration
void EnterVsAdd([NotNull] VisualBasic6Parser.VsAddContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAddContext context

The parse tree.

| Improve this Doc View Source

EnterVsAddressOf(VisualBasic6Parser.VsAddressOfContext)

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

Declaration
void EnterVsAddressOf([NotNull] VisualBasic6Parser.VsAddressOfContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAddressOfContext context

The parse tree.

| Improve this Doc View Source

EnterVsAmp(VisualBasic6Parser.VsAmpContext)

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

Declaration
void EnterVsAmp([NotNull] VisualBasic6Parser.VsAmpContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAmpContext context

The parse tree.

| Improve this Doc View Source

EnterVsAnd(VisualBasic6Parser.VsAndContext)

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

Declaration
void EnterVsAnd([NotNull] VisualBasic6Parser.VsAndContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAndContext context

The parse tree.

| Improve this Doc View Source

EnterVsAssign(VisualBasic6Parser.VsAssignContext)

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

Declaration
void EnterVsAssign([NotNull] VisualBasic6Parser.VsAssignContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAssignContext context

The parse tree.

| Improve this Doc View Source

EnterVsDiv(VisualBasic6Parser.VsDivContext)

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

Declaration
void EnterVsDiv([NotNull] VisualBasic6Parser.VsDivContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsDivContext context

The parse tree.

| Improve this Doc View Source

EnterVsEq(VisualBasic6Parser.VsEqContext)

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

Declaration
void EnterVsEq([NotNull] VisualBasic6Parser.VsEqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsEqContext context

The parse tree.

| Improve this Doc View Source

EnterVsEqv(VisualBasic6Parser.VsEqvContext)

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

Declaration
void EnterVsEqv([NotNull] VisualBasic6Parser.VsEqvContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsEqvContext context

The parse tree.

| Improve this Doc View Source

EnterVsGeq(VisualBasic6Parser.VsGeqContext)

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

Declaration
void EnterVsGeq([NotNull] VisualBasic6Parser.VsGeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsGeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsGt(VisualBasic6Parser.VsGtContext)

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

Declaration
void EnterVsGt([NotNull] VisualBasic6Parser.VsGtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsGtContext context

The parse tree.

| Improve this Doc View Source

EnterVsICS(VisualBasic6Parser.VsICSContext)

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

Declaration
void EnterVsICS([NotNull] VisualBasic6Parser.VsICSContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsICSContext context

The parse tree.

| Improve this Doc View Source

EnterVsImp(VisualBasic6Parser.VsImpContext)

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

Declaration
void EnterVsImp([NotNull] VisualBasic6Parser.VsImpContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsImpContext context

The parse tree.

| Improve this Doc View Source

EnterVsIs(VisualBasic6Parser.VsIsContext)

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

Declaration
void EnterVsIs([NotNull] VisualBasic6Parser.VsIsContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsIsContext context

The parse tree.

| Improve this Doc View Source

EnterVsLeq(VisualBasic6Parser.VsLeqContext)

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

Declaration
void EnterVsLeq([NotNull] VisualBasic6Parser.VsLeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsLike(VisualBasic6Parser.VsLikeContext)

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

Declaration
void EnterVsLike([NotNull] VisualBasic6Parser.VsLikeContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLikeContext context

The parse tree.

| Improve this Doc View Source

EnterVsLiteral(VisualBasic6Parser.VsLiteralContext)

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

Declaration
void EnterVsLiteral([NotNull] VisualBasic6Parser.VsLiteralContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterVsLt(VisualBasic6Parser.VsLtContext)

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

Declaration
void EnterVsLt([NotNull] VisualBasic6Parser.VsLtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLtContext context

The parse tree.

| Improve this Doc View Source

EnterVsMid(VisualBasic6Parser.VsMidContext)

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

Declaration
void EnterVsMid([NotNull] VisualBasic6Parser.VsMidContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMidContext context

The parse tree.

| Improve this Doc View Source

EnterVsMinus(VisualBasic6Parser.VsMinusContext)

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

Declaration
void EnterVsMinus([NotNull] VisualBasic6Parser.VsMinusContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMinusContext context

The parse tree.

| Improve this Doc View Source

EnterVsMod(VisualBasic6Parser.VsModContext)

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

Declaration
void EnterVsMod([NotNull] VisualBasic6Parser.VsModContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsModContext context

The parse tree.

| Improve this Doc View Source

EnterVsMult(VisualBasic6Parser.VsMultContext)

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

Declaration
void EnterVsMult([NotNull] VisualBasic6Parser.VsMultContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMultContext context

The parse tree.

| Improve this Doc View Source

EnterVsNegation(VisualBasic6Parser.VsNegationContext)

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

Declaration
void EnterVsNegation([NotNull] VisualBasic6Parser.VsNegationContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNegationContext context

The parse tree.

| Improve this Doc View Source

EnterVsNeq(VisualBasic6Parser.VsNeqContext)

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

Declaration
void EnterVsNeq([NotNull] VisualBasic6Parser.VsNeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNeqContext context

The parse tree.

| Improve this Doc View Source

EnterVsNew(VisualBasic6Parser.VsNewContext)

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

Declaration
void EnterVsNew([NotNull] VisualBasic6Parser.VsNewContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNewContext context

The parse tree.

| Improve this Doc View Source

EnterVsNot(VisualBasic6Parser.VsNotContext)

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

Declaration
void EnterVsNot([NotNull] VisualBasic6Parser.VsNotContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNotContext context

The parse tree.

| Improve this Doc View Source

EnterVsOr(VisualBasic6Parser.VsOrContext)

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

Declaration
void EnterVsOr([NotNull] VisualBasic6Parser.VsOrContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsOrContext context

The parse tree.

| Improve this Doc View Source

EnterVsPlus(VisualBasic6Parser.VsPlusContext)

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

Declaration
void EnterVsPlus([NotNull] VisualBasic6Parser.VsPlusContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsPlusContext context

The parse tree.

| Improve this Doc View Source

EnterVsPow(VisualBasic6Parser.VsPowContext)

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

Declaration
void EnterVsPow([NotNull] VisualBasic6Parser.VsPowContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsPowContext context

The parse tree.

| Improve this Doc View Source

EnterVsStruct(VisualBasic6Parser.VsStructContext)

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

Declaration
void EnterVsStruct([NotNull] VisualBasic6Parser.VsStructContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsStructContext context

The parse tree.

| Improve this Doc View Source

EnterVsTypeOf(VisualBasic6Parser.VsTypeOfContext)

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

Declaration
void EnterVsTypeOf([NotNull] VisualBasic6Parser.VsTypeOfContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsTypeOfContext context

The parse tree.

| Improve this Doc View Source

EnterVsXor(VisualBasic6Parser.VsXorContext)

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

Declaration
void EnterVsXor([NotNull] VisualBasic6Parser.VsXorContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsXorContext context

The parse tree.

| Improve this Doc View Source

EnterWhileWendStmt(VisualBasic6Parser.WhileWendStmtContext)

Enter a parse tree produced by whileWendStmt().

Declaration
void EnterWhileWendStmt([NotNull] VisualBasic6Parser.WhileWendStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WhileWendStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWidthStmt(VisualBasic6Parser.WidthStmtContext)

Enter a parse tree produced by widthStmt().

Declaration
void EnterWidthStmt([NotNull] VisualBasic6Parser.WidthStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WidthStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWithStmt(VisualBasic6Parser.WithStmtContext)

Enter a parse tree produced by withStmt().

Declaration
void EnterWithStmt([NotNull] VisualBasic6Parser.WithStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WithStmtContext context

The parse tree.

| Improve this Doc View Source

EnterWriteStmt(VisualBasic6Parser.WriteStmtContext)

Enter a parse tree produced by writeStmt().

Declaration
void EnterWriteStmt([NotNull] VisualBasic6Parser.WriteStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WriteStmtContext context

The parse tree.

| Improve this Doc View Source

ExitAmbiguousIdentifier(VisualBasic6Parser.AmbiguousIdentifierContext)

Exit a parse tree produced by ambiguousIdentifier().

Declaration
void ExitAmbiguousIdentifier([NotNull] VisualBasic6Parser.AmbiguousIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.AmbiguousIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitAmbiguousKeyword(VisualBasic6Parser.AmbiguousKeywordContext)

Exit a parse tree produced by ambiguousKeyword().

Declaration
void ExitAmbiguousKeyword([NotNull] VisualBasic6Parser.AmbiguousKeywordContext context)
Parameters
Type Name Description
VisualBasic6Parser.AmbiguousKeywordContext context

The parse tree.

| Improve this Doc View Source

ExitAppActivateStmt(VisualBasic6Parser.AppActivateStmtContext)

Exit a parse tree produced by appActivateStmt().

Declaration
void ExitAppActivateStmt([NotNull] VisualBasic6Parser.AppActivateStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.AppActivateStmtContext context

The parse tree.

| Improve this Doc View Source

ExitArg(VisualBasic6Parser.ArgContext)

Exit a parse tree produced by arg().

Declaration
void ExitArg([NotNull] VisualBasic6Parser.ArgContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgContext context

The parse tree.

| Improve this Doc View Source

ExitArgCall(VisualBasic6Parser.ArgCallContext)

Exit a parse tree produced by argCall().

Declaration
void ExitArgCall([NotNull] VisualBasic6Parser.ArgCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgCallContext context

The parse tree.

| Improve this Doc View Source

ExitArgDefaultValue(VisualBasic6Parser.ArgDefaultValueContext)

Exit a parse tree produced by argDefaultValue().

Declaration
void ExitArgDefaultValue([NotNull] VisualBasic6Parser.ArgDefaultValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgDefaultValueContext context

The parse tree.

| Improve this Doc View Source

ExitArgList(VisualBasic6Parser.ArgListContext)

Exit a parse tree produced by argList().

Declaration
void ExitArgList([NotNull] VisualBasic6Parser.ArgListContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgListContext context

The parse tree.

| Improve this Doc View Source

ExitArgsCall(VisualBasic6Parser.ArgsCallContext)

Exit a parse tree produced by argsCall().

Declaration
void ExitArgsCall([NotNull] VisualBasic6Parser.ArgsCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ArgsCallContext context

The parse tree.

| Improve this Doc View Source

ExitAsTypeClause(VisualBasic6Parser.AsTypeClauseContext)

Exit a parse tree produced by asTypeClause().

Declaration
void ExitAsTypeClause([NotNull] VisualBasic6Parser.AsTypeClauseContext context)
Parameters
Type Name Description
VisualBasic6Parser.AsTypeClauseContext context

The parse tree.

| Improve this Doc View Source

ExitAttributeStmt(VisualBasic6Parser.AttributeStmtContext)

Exit a parse tree produced by attributeStmt().

Declaration
void ExitAttributeStmt([NotNull] VisualBasic6Parser.AttributeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.AttributeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitBaseType(VisualBasic6Parser.BaseTypeContext)

Exit a parse tree produced by baseType().

Declaration
void ExitBaseType([NotNull] VisualBasic6Parser.BaseTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.BaseTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBeepStmt(VisualBasic6Parser.BeepStmtContext)

Exit a parse tree produced by beepStmt().

Declaration
void ExitBeepStmt([NotNull] VisualBasic6Parser.BeepStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.BeepStmtContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(VisualBasic6Parser.BlockContext)

Exit a parse tree produced by block().

Declaration
void ExitBlock([NotNull] VisualBasic6Parser.BlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitBlockIfThenElse(VisualBasic6Parser.BlockIfThenElseContext)

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

Declaration
void ExitBlockIfThenElse([NotNull] VisualBasic6Parser.BlockIfThenElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockIfThenElseContext context

The parse tree.

| Improve this Doc View Source

ExitBlockStmt(VisualBasic6Parser.BlockStmtContext)

Exit a parse tree produced by blockStmt().

Declaration
void ExitBlockStmt([NotNull] VisualBasic6Parser.BlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.BlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondElse(VisualBasic6Parser.CaseCondElseContext)

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

Declaration
void ExitCaseCondElse([NotNull] VisualBasic6Parser.CaseCondElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondElseContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondExpr(VisualBasic6Parser.CaseCondExprContext)

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

Declaration
void ExitCaseCondExpr([NotNull] VisualBasic6Parser.CaseCondExprContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondExprIs(VisualBasic6Parser.CaseCondExprIsContext)

Exit a parse tree produced by the caseCondExprIs labeled alternative in sC_CondExpr().

Declaration
void ExitCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprIsContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondExprTo(VisualBasic6Parser.CaseCondExprToContext)

Exit a parse tree produced by the caseCondExprTo labeled alternative in sC_CondExpr().

Declaration
void ExitCaseCondExprTo([NotNull] VisualBasic6Parser.CaseCondExprToContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprToContext context

The parse tree.

| Improve this Doc View Source

ExitCaseCondExprValue(VisualBasic6Parser.CaseCondExprValueContext)

Exit a parse tree produced by the caseCondExprValue labeled alternative in sC_CondExpr().

Declaration
void ExitCaseCondExprValue([NotNull] VisualBasic6Parser.CaseCondExprValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.CaseCondExprValueContext context

The parse tree.

| Improve this Doc View Source

ExitCertainIdentifier(VisualBasic6Parser.CertainIdentifierContext)

Exit a parse tree produced by certainIdentifier().

Declaration
void ExitCertainIdentifier([NotNull] VisualBasic6Parser.CertainIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.CertainIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitChDirStmt(VisualBasic6Parser.ChDirStmtContext)

Exit a parse tree produced by chDirStmt().

Declaration
void ExitChDirStmt([NotNull] VisualBasic6Parser.ChDirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ChDirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitChDriveStmt(VisualBasic6Parser.ChDriveStmtContext)

Exit a parse tree produced by chDriveStmt().

Declaration
void ExitChDriveStmt([NotNull] VisualBasic6Parser.ChDriveStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ChDriveStmtContext context

The parse tree.

| Improve this Doc View Source

ExitCloseStmt(VisualBasic6Parser.CloseStmtContext)

Exit a parse tree produced by closeStmt().

Declaration
void ExitCloseStmt([NotNull] VisualBasic6Parser.CloseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.CloseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitComparisonOperator(VisualBasic6Parser.ComparisonOperatorContext)

Exit a parse tree produced by comparisonOperator().

Declaration
void ExitComparisonOperator([NotNull] VisualBasic6Parser.ComparisonOperatorContext context)
Parameters
Type Name Description
VisualBasic6Parser.ComparisonOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitComplexType(VisualBasic6Parser.ComplexTypeContext)

Exit a parse tree produced by complexType().

Declaration
void ExitComplexType([NotNull] VisualBasic6Parser.ComplexTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.ComplexTypeContext context

The parse tree.

| Improve this Doc View Source

ExitConstStmt(VisualBasic6Parser.ConstStmtContext)

Exit a parse tree produced by constStmt().

Declaration
void ExitConstStmt([NotNull] VisualBasic6Parser.ConstStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ConstStmtContext context

The parse tree.

| Improve this Doc View Source

ExitConstSubStmt(VisualBasic6Parser.ConstSubStmtContext)

Exit a parse tree produced by constSubStmt().

Declaration
void ExitConstSubStmt([NotNull] VisualBasic6Parser.ConstSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ConstSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitControlProperties(VisualBasic6Parser.ControlPropertiesContext)

Exit a parse tree produced by controlProperties().

Declaration
void ExitControlProperties([NotNull] VisualBasic6Parser.ControlPropertiesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ControlPropertiesContext context

The parse tree.

| Improve this Doc View Source

ExitCp_ControlIdentifier(VisualBasic6Parser.Cp_ControlIdentifierContext)

Exit a parse tree produced by cp_ControlIdentifier().

Declaration
void ExitCp_ControlIdentifier([NotNull] VisualBasic6Parser.Cp_ControlIdentifierContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_ControlIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitCp_ControlType(VisualBasic6Parser.Cp_ControlTypeContext)

Exit a parse tree produced by cp_ControlType().

Declaration
void ExitCp_ControlType([NotNull] VisualBasic6Parser.Cp_ControlTypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_ControlTypeContext context

The parse tree.

| Improve this Doc View Source

ExitCp_NestedProperty(VisualBasic6Parser.Cp_NestedPropertyContext)

Exit a parse tree produced by cp_NestedProperty().

Declaration
void ExitCp_NestedProperty([NotNull] VisualBasic6Parser.Cp_NestedPropertyContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_NestedPropertyContext context

The parse tree.

| Improve this Doc View Source

ExitCp_Properties(VisualBasic6Parser.Cp_PropertiesContext)

Exit a parse tree produced by cp_Properties().

Declaration
void ExitCp_Properties([NotNull] VisualBasic6Parser.Cp_PropertiesContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertiesContext context

The parse tree.

| Improve this Doc View Source

ExitCp_PropertyName(VisualBasic6Parser.Cp_PropertyNameContext)

Exit a parse tree produced by cp_PropertyName().

Declaration
void ExitCp_PropertyName([NotNull] VisualBasic6Parser.Cp_PropertyNameContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertyNameContext context

The parse tree.

| Improve this Doc View Source

ExitCp_PropertyValue(VisualBasic6Parser.Cp_PropertyValueContext)

Exit a parse tree produced by cp_PropertyValue().

Declaration
void ExitCp_PropertyValue([NotNull] VisualBasic6Parser.Cp_PropertyValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_PropertyValueContext context

The parse tree.

| Improve this Doc View Source

ExitCp_SingleProperty(VisualBasic6Parser.Cp_SinglePropertyContext)

Exit a parse tree produced by cp_SingleProperty().

Declaration
void ExitCp_SingleProperty([NotNull] VisualBasic6Parser.Cp_SinglePropertyContext context)
Parameters
Type Name Description
VisualBasic6Parser.Cp_SinglePropertyContext context

The parse tree.

| Improve this Doc View Source

ExitDateStmt(VisualBasic6Parser.DateStmtContext)

Exit a parse tree produced by dateStmt().

Declaration
void ExitDateStmt([NotNull] VisualBasic6Parser.DateStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DateStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeclareStmt(VisualBasic6Parser.DeclareStmtContext)

Exit a parse tree produced by declareStmt().

Declaration
void ExitDeclareStmt([NotNull] VisualBasic6Parser.DeclareStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeclareStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeftypeStmt(VisualBasic6Parser.DeftypeStmtContext)

Exit a parse tree produced by deftypeStmt().

Declaration
void ExitDeftypeStmt([NotNull] VisualBasic6Parser.DeftypeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeftypeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDeleteSettingStmt(VisualBasic6Parser.DeleteSettingStmtContext)

Exit a parse tree produced by deleteSettingStmt().

Declaration
void ExitDeleteSettingStmt([NotNull] VisualBasic6Parser.DeleteSettingStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DeleteSettingStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDictionaryCallStmt(VisualBasic6Parser.DictionaryCallStmtContext)

Exit a parse tree produced by dictionaryCallStmt().

Declaration
void ExitDictionaryCallStmt([NotNull] VisualBasic6Parser.DictionaryCallStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DictionaryCallStmtContext context

The parse tree.

| Improve this Doc View Source

ExitDoLoopStmt(VisualBasic6Parser.DoLoopStmtContext)

Exit a parse tree produced by doLoopStmt().

Declaration
void ExitDoLoopStmt([NotNull] VisualBasic6Parser.DoLoopStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.DoLoopStmtContext context

The parse tree.

| Improve this Doc View Source

ExitECS_MemberProcedureCall(VisualBasic6Parser.ECS_MemberProcedureCallContext)

Exit a parse tree produced by eCS_MemberProcedureCall().

Declaration
void ExitECS_MemberProcedureCall([NotNull] VisualBasic6Parser.ECS_MemberProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ECS_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitECS_ProcedureCall(VisualBasic6Parser.ECS_ProcedureCallContext)

Exit a parse tree produced by eCS_ProcedureCall().

Declaration
void ExitECS_ProcedureCall([NotNull] VisualBasic6Parser.ECS_ProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ECS_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitEndStmt(VisualBasic6Parser.EndStmtContext)

Exit a parse tree produced by endStmt().

Declaration
void ExitEndStmt([NotNull] VisualBasic6Parser.EndStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EndStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEnumerationStmt(VisualBasic6Parser.EnumerationStmtContext)

Exit a parse tree produced by enumerationStmt().

Declaration
void ExitEnumerationStmt([NotNull] VisualBasic6Parser.EnumerationStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EnumerationStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEnumerationStmt_Constant(VisualBasic6Parser.EnumerationStmt_ConstantContext)

Exit a parse tree produced by enumerationStmt_Constant().

Declaration
void ExitEnumerationStmt_Constant([NotNull] VisualBasic6Parser.EnumerationStmt_ConstantContext context)
Parameters
Type Name Description
VisualBasic6Parser.EnumerationStmt_ConstantContext context

The parse tree.

| Improve this Doc View Source

ExitEraseStmt(VisualBasic6Parser.EraseStmtContext)

Exit a parse tree produced by eraseStmt().

Declaration
void ExitEraseStmt([NotNull] VisualBasic6Parser.EraseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EraseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitErrorStmt(VisualBasic6Parser.ErrorStmtContext)

Exit a parse tree produced by errorStmt().

Declaration
void ExitErrorStmt([NotNull] VisualBasic6Parser.ErrorStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ErrorStmtContext context

The parse tree.

| Improve this Doc View Source

ExitEventStmt(VisualBasic6Parser.EventStmtContext)

Exit a parse tree produced by eventStmt().

Declaration
void ExitEventStmt([NotNull] VisualBasic6Parser.EventStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.EventStmtContext context

The parse tree.

| Improve this Doc View Source

ExitExitStmt(VisualBasic6Parser.ExitStmtContext)

Exit a parse tree produced by exitStmt().

Declaration
void ExitExitStmt([NotNull] VisualBasic6Parser.ExitStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ExitStmtContext context

The parse tree.

| Improve this Doc View Source

ExitExplicitCallStmt(VisualBasic6Parser.ExplicitCallStmtContext)

Exit a parse tree produced by explicitCallStmt().

Declaration
void ExitExplicitCallStmt([NotNull] VisualBasic6Parser.ExplicitCallStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ExplicitCallStmtContext context

The parse tree.

| Improve this Doc View Source

ExitFieldLength(VisualBasic6Parser.FieldLengthContext)

Exit a parse tree produced by fieldLength().

Declaration
void ExitFieldLength([NotNull] VisualBasic6Parser.FieldLengthContext context)
Parameters
Type Name Description
VisualBasic6Parser.FieldLengthContext context

The parse tree.

| Improve this Doc View Source

ExitFilecopyStmt(VisualBasic6Parser.FilecopyStmtContext)

Exit a parse tree produced by filecopyStmt().

Declaration
void ExitFilecopyStmt([NotNull] VisualBasic6Parser.FilecopyStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.FilecopyStmtContext context

The parse tree.

| Improve this Doc View Source

ExitForEachStmt(VisualBasic6Parser.ForEachStmtContext)

Exit a parse tree produced by forEachStmt().

Declaration
void ExitForEachStmt([NotNull] VisualBasic6Parser.ForEachStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ForEachStmtContext context

The parse tree.

| Improve this Doc View Source

ExitForNextStmt(VisualBasic6Parser.ForNextStmtContext)

Exit a parse tree produced by forNextStmt().

Declaration
void ExitForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ForNextStmtContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionStmt(VisualBasic6Parser.FunctionStmtContext)

Exit a parse tree produced by functionStmt().

Declaration
void ExitFunctionStmt([NotNull] VisualBasic6Parser.FunctionStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.FunctionStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGetStmt(VisualBasic6Parser.GetStmtContext)

Exit a parse tree produced by getStmt().

Declaration
void ExitGetStmt([NotNull] VisualBasic6Parser.GetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGoSubStmt(VisualBasic6Parser.GoSubStmtContext)

Exit a parse tree produced by goSubStmt().

Declaration
void ExitGoSubStmt([NotNull] VisualBasic6Parser.GoSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GoSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitGoToStmt(VisualBasic6Parser.GoToStmtContext)

Exit a parse tree produced by goToStmt().

Declaration
void ExitGoToStmt([NotNull] VisualBasic6Parser.GoToStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.GoToStmtContext context

The parse tree.

| Improve this Doc View Source

ExitICS_B_MemberProcedureCall(VisualBasic6Parser.ICS_B_MemberProcedureCallContext)

Exit a parse tree produced by iCS_B_MemberProcedureCall().

Declaration
void ExitICS_B_MemberProcedureCall([NotNull] VisualBasic6Parser.ICS_B_MemberProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_B_MemberProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_B_ProcedureCall(VisualBasic6Parser.ICS_B_ProcedureCallContext)

Exit a parse tree produced by iCS_B_ProcedureCall().

Declaration
void ExitICS_B_ProcedureCall([NotNull] VisualBasic6Parser.ICS_B_ProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_B_ProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_DictionaryCall(VisualBasic6Parser.ICS_S_DictionaryCallContext)

Exit a parse tree produced by iCS_S_DictionaryCall().

Declaration
void ExitICS_S_DictionaryCall([NotNull] VisualBasic6Parser.ICS_S_DictionaryCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_DictionaryCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_MemberCall(VisualBasic6Parser.ICS_S_MemberCallContext)

Exit a parse tree produced by iCS_S_MemberCall().

Declaration
void ExitICS_S_MemberCall([NotNull] VisualBasic6Parser.ICS_S_MemberCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_MemberCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_MembersCall(VisualBasic6Parser.ICS_S_MembersCallContext)

Exit a parse tree produced by iCS_S_MembersCall().

Declaration
void ExitICS_S_MembersCall([NotNull] VisualBasic6Parser.ICS_S_MembersCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_MembersCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_NestedProcedureCall(VisualBasic6Parser.ICS_S_NestedProcedureCallContext)

Exit a parse tree produced by iCS_S_NestedProcedureCall().

Declaration
void ExitICS_S_NestedProcedureCall([NotNull] VisualBasic6Parser.ICS_S_NestedProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_NestedProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_ProcedureOrArrayCall(VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext)

Exit a parse tree produced by iCS_S_ProcedureOrArrayCall().

Declaration
void ExitICS_S_ProcedureOrArrayCall([NotNull] VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context

The parse tree.

| Improve this Doc View Source

ExitICS_S_VariableOrProcedureCall(VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext)

Exit a parse tree produced by iCS_S_VariableOrProcedureCall().

Declaration
void ExitICS_S_VariableOrProcedureCall([NotNull] VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type Name Description
VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context

The parse tree.

| Improve this Doc View Source

ExitIfBlockStmt(VisualBasic6Parser.IfBlockStmtContext)

Exit a parse tree produced by ifBlockStmt().

Declaration
void ExitIfBlockStmt([NotNull] VisualBasic6Parser.IfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfConditionStmt(VisualBasic6Parser.IfConditionStmtContext)

Exit a parse tree produced by ifConditionStmt().

Declaration
void ExitIfConditionStmt([NotNull] VisualBasic6Parser.IfConditionStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfConditionStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfElseBlockStmt(VisualBasic6Parser.IfElseBlockStmtContext)

Exit a parse tree produced by ifElseBlockStmt().

Declaration
void ExitIfElseBlockStmt([NotNull] VisualBasic6Parser.IfElseBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitIfElseIfBlockStmt(VisualBasic6Parser.IfElseIfBlockStmtContext)

Exit a parse tree produced by ifElseIfBlockStmt().

Declaration
void ExitIfElseIfBlockStmt([NotNull] VisualBasic6Parser.IfElseIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.IfElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitImplementsStmt(VisualBasic6Parser.ImplementsStmtContext)

Exit a parse tree produced by implementsStmt().

Declaration
void ExitImplementsStmt([NotNull] VisualBasic6Parser.ImplementsStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplementsStmtContext context

The parse tree.

| Improve this Doc View Source

ExitImplicitCallStmt_InBlock(VisualBasic6Parser.ImplicitCallStmt_InBlockContext)

Exit a parse tree produced by implicitCallStmt_InBlock().

Declaration
void ExitImplicitCallStmt_InBlock([NotNull] VisualBasic6Parser.ImplicitCallStmt_InBlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplicitCallStmt_InBlockContext context

The parse tree.

| Improve this Doc View Source

ExitImplicitCallStmt_InStmt(VisualBasic6Parser.ImplicitCallStmt_InStmtContext)

Exit a parse tree produced by implicitCallStmt_InStmt().

Declaration
void ExitImplicitCallStmt_InStmt([NotNull] VisualBasic6Parser.ImplicitCallStmt_InStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ImplicitCallStmt_InStmtContext context

The parse tree.

| Improve this Doc View Source

ExitInlineIfThenElse(VisualBasic6Parser.InlineIfThenElseContext)

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

Declaration
void ExitInlineIfThenElse([NotNull] VisualBasic6Parser.InlineIfThenElseContext context)
Parameters
Type Name Description
VisualBasic6Parser.InlineIfThenElseContext context

The parse tree.

| Improve this Doc View Source

ExitInputStmt(VisualBasic6Parser.InputStmtContext)

Exit a parse tree produced by inputStmt().

Declaration
void ExitInputStmt([NotNull] VisualBasic6Parser.InputStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.InputStmtContext context

The parse tree.

| Improve this Doc View Source

ExitKillStmt(VisualBasic6Parser.KillStmtContext)

Exit a parse tree produced by killStmt().

Declaration
void ExitKillStmt([NotNull] VisualBasic6Parser.KillStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.KillStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLetStmt(VisualBasic6Parser.LetStmtContext)

Exit a parse tree produced by letStmt().

Declaration
void ExitLetStmt([NotNull] VisualBasic6Parser.LetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLetterrange(VisualBasic6Parser.LetterrangeContext)

Exit a parse tree produced by letterrange().

Declaration
void ExitLetterrange([NotNull] VisualBasic6Parser.LetterrangeContext context)
Parameters
Type Name Description
VisualBasic6Parser.LetterrangeContext context

The parse tree.

| Improve this Doc View Source

ExitLineInputStmt(VisualBasic6Parser.LineInputStmtContext)

Exit a parse tree produced by lineInputStmt().

Declaration
void ExitLineInputStmt([NotNull] VisualBasic6Parser.LineInputStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LineInputStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLineLabel(VisualBasic6Parser.LineLabelContext)

Exit a parse tree produced by lineLabel().

Declaration
void ExitLineLabel([NotNull] VisualBasic6Parser.LineLabelContext context)
Parameters
Type Name Description
VisualBasic6Parser.LineLabelContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(VisualBasic6Parser.LiteralContext)

Exit a parse tree produced by literal().

Declaration
void ExitLiteral([NotNull] VisualBasic6Parser.LiteralContext context)
Parameters
Type Name Description
VisualBasic6Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLoadStmt(VisualBasic6Parser.LoadStmtContext)

Exit a parse tree produced by loadStmt().

Declaration
void ExitLoadStmt([NotNull] VisualBasic6Parser.LoadStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LoadStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLockStmt(VisualBasic6Parser.LockStmtContext)

Exit a parse tree produced by lockStmt().

Declaration
void ExitLockStmt([NotNull] VisualBasic6Parser.LockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitLsetStmt(VisualBasic6Parser.LsetStmtContext)

Exit a parse tree produced by lsetStmt().

Declaration
void ExitLsetStmt([NotNull] VisualBasic6Parser.LsetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.LsetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroElseBlockStmt(VisualBasic6Parser.MacroElseBlockStmtContext)

Exit a parse tree produced by macroElseBlockStmt().

Declaration
void ExitMacroElseBlockStmt([NotNull] VisualBasic6Parser.MacroElseBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroElseBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroElseIfBlockStmt(VisualBasic6Parser.MacroElseIfBlockStmtContext)

Exit a parse tree produced by macroElseIfBlockStmt().

Declaration
void ExitMacroElseIfBlockStmt([NotNull] VisualBasic6Parser.MacroElseIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroElseIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroIfBlockStmt(VisualBasic6Parser.MacroIfBlockStmtContext)

Exit a parse tree produced by macroIfBlockStmt().

Declaration
void ExitMacroIfBlockStmt([NotNull] VisualBasic6Parser.MacroIfBlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroIfBlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMacroIfThenElseStmt(VisualBasic6Parser.MacroIfThenElseStmtContext)

Exit a parse tree produced by macroIfThenElseStmt().

Declaration
void ExitMacroIfThenElseStmt([NotNull] VisualBasic6Parser.MacroIfThenElseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MacroIfThenElseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMidStmt(VisualBasic6Parser.MidStmtContext)

Exit a parse tree produced by midStmt().

Declaration
void ExitMidStmt([NotNull] VisualBasic6Parser.MidStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MidStmtContext context

The parse tree.

| Improve this Doc View Source

ExitMkdirStmt(VisualBasic6Parser.MkdirStmtContext)

Exit a parse tree produced by mkdirStmt().

Declaration
void ExitMkdirStmt([NotNull] VisualBasic6Parser.MkdirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.MkdirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitModule(VisualBasic6Parser.ModuleContext)

Exit a parse tree produced by module().

Declaration
void ExitModule([NotNull] VisualBasic6Parser.ModuleContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleContext context

The parse tree.

| Improve this Doc View Source

ExitModuleAttributes(VisualBasic6Parser.ModuleAttributesContext)

Exit a parse tree produced by moduleAttributes().

Declaration
void ExitModuleAttributes([NotNull] VisualBasic6Parser.ModuleAttributesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleAttributesContext context

The parse tree.

| Improve this Doc View Source

ExitModuleBlock(VisualBasic6Parser.ModuleBlockContext)

Exit a parse tree produced by moduleBlock().

Declaration
void ExitModuleBlock([NotNull] VisualBasic6Parser.ModuleBlockContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBlockContext context

The parse tree.

| Improve this Doc View Source

ExitModuleBody(VisualBasic6Parser.ModuleBodyContext)

Exit a parse tree produced by moduleBody().

Declaration
void ExitModuleBody([NotNull] VisualBasic6Parser.ModuleBodyContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBodyContext context

The parse tree.

| Improve this Doc View Source

ExitModuleBodyElement(VisualBasic6Parser.ModuleBodyElementContext)

Exit a parse tree produced by moduleBodyElement().

Declaration
void ExitModuleBodyElement([NotNull] VisualBasic6Parser.ModuleBodyElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleBodyElementContext context

The parse tree.

| Improve this Doc View Source

ExitModuleConfig(VisualBasic6Parser.ModuleConfigContext)

Exit a parse tree produced by moduleConfig().

Declaration
void ExitModuleConfig([NotNull] VisualBasic6Parser.ModuleConfigContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleConfigContext context

The parse tree.

| Improve this Doc View Source

ExitModuleConfigElement(VisualBasic6Parser.ModuleConfigElementContext)

Exit a parse tree produced by moduleConfigElement().

Declaration
void ExitModuleConfigElement([NotNull] VisualBasic6Parser.ModuleConfigElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleConfigElementContext context

The parse tree.

| Improve this Doc View Source

ExitModuleHeader(VisualBasic6Parser.ModuleHeaderContext)

Exit a parse tree produced by moduleHeader().

Declaration
void ExitModuleHeader([NotNull] VisualBasic6Parser.ModuleHeaderContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleHeaderContext context

The parse tree.

| Improve this Doc View Source

ExitModuleOptions(VisualBasic6Parser.ModuleOptionsContext)

Exit a parse tree produced by moduleOptions().

Declaration
void ExitModuleOptions([NotNull] VisualBasic6Parser.ModuleOptionsContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleOptionsContext context

The parse tree.

| Improve this Doc View Source

ExitModuleReference(VisualBasic6Parser.ModuleReferenceContext)

Exit a parse tree produced by moduleReference().

Declaration
void ExitModuleReference([NotNull] VisualBasic6Parser.ModuleReferenceContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitModuleReferenceComponent(VisualBasic6Parser.ModuleReferenceComponentContext)

Exit a parse tree produced by moduleReferenceComponent().

Declaration
void ExitModuleReferenceComponent([NotNull] VisualBasic6Parser.ModuleReferenceComponentContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceComponentContext context

The parse tree.

| Improve this Doc View Source

ExitModuleReferences(VisualBasic6Parser.ModuleReferencesContext)

Exit a parse tree produced by moduleReferences().

Declaration
void ExitModuleReferences([NotNull] VisualBasic6Parser.ModuleReferencesContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferencesContext context

The parse tree.

| Improve this Doc View Source

ExitModuleReferenceValue(VisualBasic6Parser.ModuleReferenceValueContext)

Exit a parse tree produced by moduleReferenceValue().

Declaration
void ExitModuleReferenceValue([NotNull] VisualBasic6Parser.ModuleReferenceValueContext context)
Parameters
Type Name Description
VisualBasic6Parser.ModuleReferenceValueContext context

The parse tree.

| Improve this Doc View Source

ExitNameStmt(VisualBasic6Parser.NameStmtContext)

Exit a parse tree produced by nameStmt().

Declaration
void ExitNameStmt([NotNull] VisualBasic6Parser.NameStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.NameStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnErrorStmt(VisualBasic6Parser.OnErrorStmtContext)

Exit a parse tree produced by onErrorStmt().

Declaration
void ExitOnErrorStmt([NotNull] VisualBasic6Parser.OnErrorStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnErrorStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnGoSubStmt(VisualBasic6Parser.OnGoSubStmtContext)

Exit a parse tree produced by onGoSubStmt().

Declaration
void ExitOnGoSubStmt([NotNull] VisualBasic6Parser.OnGoSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnGoSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOnGoToStmt(VisualBasic6Parser.OnGoToStmtContext)

Exit a parse tree produced by onGoToStmt().

Declaration
void ExitOnGoToStmt([NotNull] VisualBasic6Parser.OnGoToStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OnGoToStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOpenStmt(VisualBasic6Parser.OpenStmtContext)

Exit a parse tree produced by openStmt().

Declaration
void ExitOpenStmt([NotNull] VisualBasic6Parser.OpenStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OpenStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionBaseStmt(VisualBasic6Parser.OptionBaseStmtContext)

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

Declaration
void ExitOptionBaseStmt([NotNull] VisualBasic6Parser.OptionBaseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionBaseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionCompareStmt(VisualBasic6Parser.OptionCompareStmtContext)

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

Declaration
void ExitOptionCompareStmt([NotNull] VisualBasic6Parser.OptionCompareStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionCompareStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionExplicitStmt(VisualBasic6Parser.OptionExplicitStmtContext)

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

Declaration
void ExitOptionExplicitStmt([NotNull] VisualBasic6Parser.OptionExplicitStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionExplicitStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOptionPrivateModuleStmt(VisualBasic6Parser.OptionPrivateModuleStmtContext)

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

Declaration
void ExitOptionPrivateModuleStmt([NotNull] VisualBasic6Parser.OptionPrivateModuleStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.OptionPrivateModuleStmtContext context

The parse tree.

| Improve this Doc View Source

ExitOutputList(VisualBasic6Parser.OutputListContext)

Exit a parse tree produced by outputList().

Declaration
void ExitOutputList([NotNull] VisualBasic6Parser.OutputListContext context)
Parameters
Type Name Description
VisualBasic6Parser.OutputListContext context

The parse tree.

| Improve this Doc View Source

ExitOutputList_Expression(VisualBasic6Parser.OutputList_ExpressionContext)

Exit a parse tree produced by outputList_Expression().

Declaration
void ExitOutputList_Expression([NotNull] VisualBasic6Parser.OutputList_ExpressionContext context)
Parameters
Type Name Description
VisualBasic6Parser.OutputList_ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitPrintStmt(VisualBasic6Parser.PrintStmtContext)

Exit a parse tree produced by printStmt().

Declaration
void ExitPrintStmt([NotNull] VisualBasic6Parser.PrintStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PrintStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyGetStmt(VisualBasic6Parser.PropertyGetStmtContext)

Exit a parse tree produced by propertyGetStmt().

Declaration
void ExitPropertyGetStmt([NotNull] VisualBasic6Parser.PropertyGetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertyGetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyLetStmt(VisualBasic6Parser.PropertyLetStmtContext)

Exit a parse tree produced by propertyLetStmt().

Declaration
void ExitPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertyLetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPropertySetStmt(VisualBasic6Parser.PropertySetStmtContext)

Exit a parse tree produced by propertySetStmt().

Declaration
void ExitPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PropertySetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitPublicPrivateGlobalVisibility(VisualBasic6Parser.PublicPrivateGlobalVisibilityContext)

Exit a parse tree produced by publicPrivateGlobalVisibility().

Declaration
void ExitPublicPrivateGlobalVisibility([NotNull] VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context

The parse tree.

| Improve this Doc View Source

ExitPublicPrivateVisibility(VisualBasic6Parser.PublicPrivateVisibilityContext)

Exit a parse tree produced by publicPrivateVisibility().

Declaration
void ExitPublicPrivateVisibility([NotNull] VisualBasic6Parser.PublicPrivateVisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.PublicPrivateVisibilityContext context

The parse tree.

| Improve this Doc View Source

ExitPutStmt(VisualBasic6Parser.PutStmtContext)

Exit a parse tree produced by putStmt().

Declaration
void ExitPutStmt([NotNull] VisualBasic6Parser.PutStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.PutStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRaiseEventStmt(VisualBasic6Parser.RaiseEventStmtContext)

Exit a parse tree produced by raiseEventStmt().

Declaration
void ExitRaiseEventStmt([NotNull] VisualBasic6Parser.RaiseEventStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RaiseEventStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRandomizeStmt(VisualBasic6Parser.RandomizeStmtContext)

Exit a parse tree produced by randomizeStmt().

Declaration
void ExitRandomizeStmt([NotNull] VisualBasic6Parser.RandomizeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RandomizeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRedimStmt(VisualBasic6Parser.RedimStmtContext)

Exit a parse tree produced by redimStmt().

Declaration
void ExitRedimStmt([NotNull] VisualBasic6Parser.RedimStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RedimStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRedimSubStmt(VisualBasic6Parser.RedimSubStmtContext)

Exit a parse tree produced by redimSubStmt().

Declaration
void ExitRedimSubStmt([NotNull] VisualBasic6Parser.RedimSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RedimSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitResetStmt(VisualBasic6Parser.ResetStmtContext)

Exit a parse tree produced by resetStmt().

Declaration
void ExitResetStmt([NotNull] VisualBasic6Parser.ResetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ResetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitResumeStmt(VisualBasic6Parser.ResumeStmtContext)

Exit a parse tree produced by resumeStmt().

Declaration
void ExitResumeStmt([NotNull] VisualBasic6Parser.ResumeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ResumeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitReturnStmt(VisualBasic6Parser.ReturnStmtContext)

Exit a parse tree produced by returnStmt().

Declaration
void ExitReturnStmt([NotNull] VisualBasic6Parser.ReturnStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.ReturnStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRmdirStmt(VisualBasic6Parser.RmdirStmtContext)

Exit a parse tree produced by rmdirStmt().

Declaration
void ExitRmdirStmt([NotNull] VisualBasic6Parser.RmdirStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RmdirStmtContext context

The parse tree.

| Improve this Doc View Source

ExitRsetStmt(VisualBasic6Parser.RsetStmtContext)

Exit a parse tree produced by rsetStmt().

Declaration
void ExitRsetStmt([NotNull] VisualBasic6Parser.RsetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.RsetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSavepictureStmt(VisualBasic6Parser.SavepictureStmtContext)

Exit a parse tree produced by savepictureStmt().

Declaration
void ExitSavepictureStmt([NotNull] VisualBasic6Parser.SavepictureStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SavepictureStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSaveSettingStmt(VisualBasic6Parser.SaveSettingStmtContext)

Exit a parse tree produced by saveSettingStmt().

Declaration
void ExitSaveSettingStmt([NotNull] VisualBasic6Parser.SaveSettingStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SaveSettingStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSC_Case(VisualBasic6Parser.SC_CaseContext)

Exit a parse tree produced by sC_Case().

Declaration
void ExitSC_Case([NotNull] VisualBasic6Parser.SC_CaseContext context)
Parameters
Type Name Description
VisualBasic6Parser.SC_CaseContext context

The parse tree.

| Improve this Doc View Source

ExitSeekStmt(VisualBasic6Parser.SeekStmtContext)

Exit a parse tree produced by seekStmt().

Declaration
void ExitSeekStmt([NotNull] VisualBasic6Parser.SeekStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SeekStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSelectCaseStmt(VisualBasic6Parser.SelectCaseStmtContext)

Exit a parse tree produced by selectCaseStmt().

Declaration
void ExitSelectCaseStmt([NotNull] VisualBasic6Parser.SelectCaseStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SelectCaseStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSendkeysStmt(VisualBasic6Parser.SendkeysStmtContext)

Exit a parse tree produced by sendkeysStmt().

Declaration
void ExitSendkeysStmt([NotNull] VisualBasic6Parser.SendkeysStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SendkeysStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSetattrStmt(VisualBasic6Parser.SetattrStmtContext)

Exit a parse tree produced by setattrStmt().

Declaration
void ExitSetattrStmt([NotNull] VisualBasic6Parser.SetattrStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SetattrStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSetStmt(VisualBasic6Parser.SetStmtContext)

Exit a parse tree produced by setStmt().

Declaration
void ExitSetStmt([NotNull] VisualBasic6Parser.SetStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SetStmtContext context

The parse tree.

| Improve this Doc View Source

ExitStartRule(VisualBasic6Parser.StartRuleContext)

Exit a parse tree produced by startRule().

Declaration
void ExitStartRule([NotNull] VisualBasic6Parser.StartRuleContext context)
Parameters
Type Name Description
VisualBasic6Parser.StartRuleContext context

The parse tree.

| Improve this Doc View Source

ExitStopStmt(VisualBasic6Parser.StopStmtContext)

Exit a parse tree produced by stopStmt().

Declaration
void ExitStopStmt([NotNull] VisualBasic6Parser.StopStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.StopStmtContext context

The parse tree.

| Improve this Doc View Source

ExitSubscript(VisualBasic6Parser.SubscriptContext)

Exit a parse tree produced by subscript().

Declaration
void ExitSubscript([NotNull] VisualBasic6Parser.SubscriptContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubscriptContext context

The parse tree.

| Improve this Doc View Source

ExitSubscripts(VisualBasic6Parser.SubscriptsContext)

Exit a parse tree produced by subscripts().

Declaration
void ExitSubscripts([NotNull] VisualBasic6Parser.SubscriptsContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubscriptsContext context

The parse tree.

| Improve this Doc View Source

ExitSubStmt(VisualBasic6Parser.SubStmtContext)

Exit a parse tree produced by subStmt().

Declaration
void ExitSubStmt([NotNull] VisualBasic6Parser.SubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.SubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTimeStmt(VisualBasic6Parser.TimeStmtContext)

Exit a parse tree produced by timeStmt().

Declaration
void ExitTimeStmt([NotNull] VisualBasic6Parser.TimeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TimeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitType(VisualBasic6Parser.TypeContext)

Exit a parse tree produced by type().

Declaration
void ExitType([NotNull] VisualBasic6Parser.TypeContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeContext context

The parse tree.

| Improve this Doc View Source

ExitTypeHint(VisualBasic6Parser.TypeHintContext)

Exit a parse tree produced by typeHint().

Declaration
void ExitTypeHint([NotNull] VisualBasic6Parser.TypeHintContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeHintContext context

The parse tree.

| Improve this Doc View Source

ExitTypeOfStmt(VisualBasic6Parser.TypeOfStmtContext)

Exit a parse tree produced by typeOfStmt().

Declaration
void ExitTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeOfStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTypeStmt(VisualBasic6Parser.TypeStmtContext)

Exit a parse tree produced by typeStmt().

Declaration
void ExitTypeStmt([NotNull] VisualBasic6Parser.TypeStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeStmtContext context

The parse tree.

| Improve this Doc View Source

ExitTypeStmt_Element(VisualBasic6Parser.TypeStmt_ElementContext)

Exit a parse tree produced by typeStmt_Element().

Declaration
void ExitTypeStmt_Element([NotNull] VisualBasic6Parser.TypeStmt_ElementContext context)
Parameters
Type Name Description
VisualBasic6Parser.TypeStmt_ElementContext context

The parse tree.

| Improve this Doc View Source

ExitUnloadStmt(VisualBasic6Parser.UnloadStmtContext)

Exit a parse tree produced by unloadStmt().

Declaration
void ExitUnloadStmt([NotNull] VisualBasic6Parser.UnloadStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.UnloadStmtContext context

The parse tree.

| Improve this Doc View Source

ExitUnlockStmt(VisualBasic6Parser.UnlockStmtContext)

Exit a parse tree produced by unlockStmt().

Declaration
void ExitUnlockStmt([NotNull] VisualBasic6Parser.UnlockStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.UnlockStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableListStmt(VisualBasic6Parser.VariableListStmtContext)

Exit a parse tree produced by variableListStmt().

Declaration
void ExitVariableListStmt([NotNull] VisualBasic6Parser.VariableListStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableListStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableStmt(VisualBasic6Parser.VariableStmtContext)

Exit a parse tree produced by variableStmt().

Declaration
void ExitVariableStmt([NotNull] VisualBasic6Parser.VariableStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVariableSubStmt(VisualBasic6Parser.VariableSubStmtContext)

Exit a parse tree produced by variableSubStmt().

Declaration
void ExitVariableSubStmt([NotNull] VisualBasic6Parser.VariableSubStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VariableSubStmtContext context

The parse tree.

| Improve this Doc View Source

ExitVisibility(VisualBasic6Parser.VisibilityContext)

Exit a parse tree produced by visibility().

Declaration
void ExitVisibility([NotNull] VisualBasic6Parser.VisibilityContext context)
Parameters
Type Name Description
VisualBasic6Parser.VisibilityContext context

The parse tree.

| Improve this Doc View Source

ExitVsAdd(VisualBasic6Parser.VsAddContext)

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

Declaration
void ExitVsAdd([NotNull] VisualBasic6Parser.VsAddContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAddContext context

The parse tree.

| Improve this Doc View Source

ExitVsAddressOf(VisualBasic6Parser.VsAddressOfContext)

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

Declaration
void ExitVsAddressOf([NotNull] VisualBasic6Parser.VsAddressOfContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAddressOfContext context

The parse tree.

| Improve this Doc View Source

ExitVsAmp(VisualBasic6Parser.VsAmpContext)

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

Declaration
void ExitVsAmp([NotNull] VisualBasic6Parser.VsAmpContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAmpContext context

The parse tree.

| Improve this Doc View Source

ExitVsAnd(VisualBasic6Parser.VsAndContext)

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

Declaration
void ExitVsAnd([NotNull] VisualBasic6Parser.VsAndContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAndContext context

The parse tree.

| Improve this Doc View Source

ExitVsAssign(VisualBasic6Parser.VsAssignContext)

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

Declaration
void ExitVsAssign([NotNull] VisualBasic6Parser.VsAssignContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsAssignContext context

The parse tree.

| Improve this Doc View Source

ExitVsDiv(VisualBasic6Parser.VsDivContext)

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

Declaration
void ExitVsDiv([NotNull] VisualBasic6Parser.VsDivContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsDivContext context

The parse tree.

| Improve this Doc View Source

ExitVsEq(VisualBasic6Parser.VsEqContext)

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

Declaration
void ExitVsEq([NotNull] VisualBasic6Parser.VsEqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsEqContext context

The parse tree.

| Improve this Doc View Source

ExitVsEqv(VisualBasic6Parser.VsEqvContext)

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

Declaration
void ExitVsEqv([NotNull] VisualBasic6Parser.VsEqvContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsEqvContext context

The parse tree.

| Improve this Doc View Source

ExitVsGeq(VisualBasic6Parser.VsGeqContext)

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

Declaration
void ExitVsGeq([NotNull] VisualBasic6Parser.VsGeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsGeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsGt(VisualBasic6Parser.VsGtContext)

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

Declaration
void ExitVsGt([NotNull] VisualBasic6Parser.VsGtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsGtContext context

The parse tree.

| Improve this Doc View Source

ExitVsICS(VisualBasic6Parser.VsICSContext)

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

Declaration
void ExitVsICS([NotNull] VisualBasic6Parser.VsICSContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsICSContext context

The parse tree.

| Improve this Doc View Source

ExitVsImp(VisualBasic6Parser.VsImpContext)

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

Declaration
void ExitVsImp([NotNull] VisualBasic6Parser.VsImpContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsImpContext context

The parse tree.

| Improve this Doc View Source

ExitVsIs(VisualBasic6Parser.VsIsContext)

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

Declaration
void ExitVsIs([NotNull] VisualBasic6Parser.VsIsContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsIsContext context

The parse tree.

| Improve this Doc View Source

ExitVsLeq(VisualBasic6Parser.VsLeqContext)

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

Declaration
void ExitVsLeq([NotNull] VisualBasic6Parser.VsLeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsLike(VisualBasic6Parser.VsLikeContext)

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

Declaration
void ExitVsLike([NotNull] VisualBasic6Parser.VsLikeContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLikeContext context

The parse tree.

| Improve this Doc View Source

ExitVsLiteral(VisualBasic6Parser.VsLiteralContext)

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

Declaration
void ExitVsLiteral([NotNull] VisualBasic6Parser.VsLiteralContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitVsLt(VisualBasic6Parser.VsLtContext)

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

Declaration
void ExitVsLt([NotNull] VisualBasic6Parser.VsLtContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsLtContext context

The parse tree.

| Improve this Doc View Source

ExitVsMid(VisualBasic6Parser.VsMidContext)

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

Declaration
void ExitVsMid([NotNull] VisualBasic6Parser.VsMidContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMidContext context

The parse tree.

| Improve this Doc View Source

ExitVsMinus(VisualBasic6Parser.VsMinusContext)

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

Declaration
void ExitVsMinus([NotNull] VisualBasic6Parser.VsMinusContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMinusContext context

The parse tree.

| Improve this Doc View Source

ExitVsMod(VisualBasic6Parser.VsModContext)

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

Declaration
void ExitVsMod([NotNull] VisualBasic6Parser.VsModContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsModContext context

The parse tree.

| Improve this Doc View Source

ExitVsMult(VisualBasic6Parser.VsMultContext)

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

Declaration
void ExitVsMult([NotNull] VisualBasic6Parser.VsMultContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsMultContext context

The parse tree.

| Improve this Doc View Source

ExitVsNegation(VisualBasic6Parser.VsNegationContext)

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

Declaration
void ExitVsNegation([NotNull] VisualBasic6Parser.VsNegationContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNegationContext context

The parse tree.

| Improve this Doc View Source

ExitVsNeq(VisualBasic6Parser.VsNeqContext)

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

Declaration
void ExitVsNeq([NotNull] VisualBasic6Parser.VsNeqContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNeqContext context

The parse tree.

| Improve this Doc View Source

ExitVsNew(VisualBasic6Parser.VsNewContext)

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

Declaration
void ExitVsNew([NotNull] VisualBasic6Parser.VsNewContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNewContext context

The parse tree.

| Improve this Doc View Source

ExitVsNot(VisualBasic6Parser.VsNotContext)

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

Declaration
void ExitVsNot([NotNull] VisualBasic6Parser.VsNotContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsNotContext context

The parse tree.

| Improve this Doc View Source

ExitVsOr(VisualBasic6Parser.VsOrContext)

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

Declaration
void ExitVsOr([NotNull] VisualBasic6Parser.VsOrContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsOrContext context

The parse tree.

| Improve this Doc View Source

ExitVsPlus(VisualBasic6Parser.VsPlusContext)

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

Declaration
void ExitVsPlus([NotNull] VisualBasic6Parser.VsPlusContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsPlusContext context

The parse tree.

| Improve this Doc View Source

ExitVsPow(VisualBasic6Parser.VsPowContext)

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

Declaration
void ExitVsPow([NotNull] VisualBasic6Parser.VsPowContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsPowContext context

The parse tree.

| Improve this Doc View Source

ExitVsStruct(VisualBasic6Parser.VsStructContext)

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

Declaration
void ExitVsStruct([NotNull] VisualBasic6Parser.VsStructContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsStructContext context

The parse tree.

| Improve this Doc View Source

ExitVsTypeOf(VisualBasic6Parser.VsTypeOfContext)

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

Declaration
void ExitVsTypeOf([NotNull] VisualBasic6Parser.VsTypeOfContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsTypeOfContext context

The parse tree.

| Improve this Doc View Source

ExitVsXor(VisualBasic6Parser.VsXorContext)

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

Declaration
void ExitVsXor([NotNull] VisualBasic6Parser.VsXorContext context)
Parameters
Type Name Description
VisualBasic6Parser.VsXorContext context

The parse tree.

| Improve this Doc View Source

ExitWhileWendStmt(VisualBasic6Parser.WhileWendStmtContext)

Exit a parse tree produced by whileWendStmt().

Declaration
void ExitWhileWendStmt([NotNull] VisualBasic6Parser.WhileWendStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WhileWendStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWidthStmt(VisualBasic6Parser.WidthStmtContext)

Exit a parse tree produced by widthStmt().

Declaration
void ExitWidthStmt([NotNull] VisualBasic6Parser.WidthStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WidthStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWithStmt(VisualBasic6Parser.WithStmtContext)

Exit a parse tree produced by withStmt().

Declaration
void ExitWithStmt([NotNull] VisualBasic6Parser.WithStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WithStmtContext context

The parse tree.

| Improve this Doc View Source

ExitWriteStmt(VisualBasic6Parser.WriteStmtContext)

Exit a parse tree produced by writeStmt().

Declaration
void ExitWriteStmt([NotNull] VisualBasic6Parser.WriteStmtContext context)
Parameters
Type Name Description
VisualBasic6Parser.WriteStmtContext context

The parse tree.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX