Show / Hide Table of Contents

Class VisualBasic6BaseListener

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

Inheritance
System.Object
VisualBasic6BaseListener
Implements
IVisualBasic6Listener
Antlr4.Runtime.Tree.IParseTreeListener
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GCore.Antlr.Grammers.Vb6
Assembly: Vb6.dll
Syntax
[CLSCompliant(false)]
public class VisualBasic6BaseListener : IVisualBasic6Listener, IParseTreeListener

Methods

| Improve this Doc View Source

EnterAmbiguousIdentifier(VisualBasic6Parser.AmbiguousIdentifierContext)

Enter a parse tree produced by ambiguousIdentifier().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterEveryRule(ParserRuleContext)

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

The default implementation does nothing.

| Improve this Doc View Source

EnterExitStmt(VisualBasic6Parser.ExitStmtContext)

Enter a parse tree produced by exitStmt().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(ParserRuleContext)

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

The default implementation does nothing.

| Improve this Doc View Source

ExitExitStmt(VisualBasic6Parser.ExitStmtContext)

Exit a parse tree produced by exitStmt().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(IErrorNode)

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

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(ITerminalNode)

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

The default implementation does nothing.

Implements

IVisualBasic6Listener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
Back to top Generated by DocFX