Interface IVisualBasic6Listener
This interface defines a complete listener for a parse tree produced by VisualBasic6Parser.
Inherited Members
Namespace: GCore.Antlr.Grammers.Vb6
Assembly: Vb6.dll
Syntax
[CLSCompliant(false)]
public interface IVisualBasic6Listener : IParseTreeListener
Methods
| Improve this Doc View SourceEnterAmbiguousIdentifier(VisualBasic6Parser.AmbiguousIdentifierContext)
Enter a parse tree produced by ambiguousIdentifier().
Declaration
void EnterAmbiguousIdentifier([NotNull] VisualBasic6Parser.AmbiguousIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AmbiguousIdentifierContext | context | The parse tree. |
EnterAmbiguousKeyword(VisualBasic6Parser.AmbiguousKeywordContext)
Enter a parse tree produced by ambiguousKeyword().
Declaration
void EnterAmbiguousKeyword([NotNull] VisualBasic6Parser.AmbiguousKeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AmbiguousKeywordContext | context | The parse tree. |
EnterAppActivateStmt(VisualBasic6Parser.AppActivateStmtContext)
Enter a parse tree produced by appActivateStmt().
Declaration
void EnterAppActivateStmt([NotNull] VisualBasic6Parser.AppActivateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AppActivateStmtContext | context | The parse tree. |
EnterArg(VisualBasic6Parser.ArgContext)
Enter a parse tree produced by arg().
Declaration
void EnterArg([NotNull] VisualBasic6Parser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgContext | context | The parse tree. |
EnterArgCall(VisualBasic6Parser.ArgCallContext)
Enter a parse tree produced by argCall().
Declaration
void EnterArgCall([NotNull] VisualBasic6Parser.ArgCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgCallContext | context | The parse tree. |
EnterArgDefaultValue(VisualBasic6Parser.ArgDefaultValueContext)
Enter a parse tree produced by argDefaultValue().
Declaration
void EnterArgDefaultValue([NotNull] VisualBasic6Parser.ArgDefaultValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgDefaultValueContext | context | The parse tree. |
EnterArgList(VisualBasic6Parser.ArgListContext)
Enter a parse tree produced by argList().
Declaration
void EnterArgList([NotNull] VisualBasic6Parser.ArgListContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgListContext | context | The parse tree. |
EnterArgsCall(VisualBasic6Parser.ArgsCallContext)
Enter a parse tree produced by argsCall().
Declaration
void EnterArgsCall([NotNull] VisualBasic6Parser.ArgsCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgsCallContext | context | The parse tree. |
EnterAsTypeClause(VisualBasic6Parser.AsTypeClauseContext)
Enter a parse tree produced by asTypeClause().
Declaration
void EnterAsTypeClause([NotNull] VisualBasic6Parser.AsTypeClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AsTypeClauseContext | context | The parse tree. |
EnterAttributeStmt(VisualBasic6Parser.AttributeStmtContext)
Enter a parse tree produced by attributeStmt().
Declaration
void EnterAttributeStmt([NotNull] VisualBasic6Parser.AttributeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AttributeStmtContext | context | The parse tree. |
EnterBaseType(VisualBasic6Parser.BaseTypeContext)
Enter a parse tree produced by baseType().
Declaration
void EnterBaseType([NotNull] VisualBasic6Parser.BaseTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BaseTypeContext | context | The parse tree. |
EnterBeepStmt(VisualBasic6Parser.BeepStmtContext)
Enter a parse tree produced by beepStmt().
Declaration
void EnterBeepStmt([NotNull] VisualBasic6Parser.BeepStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BeepStmtContext | context | The parse tree. |
EnterBlock(VisualBasic6Parser.BlockContext)
Enter a parse tree produced by block().
Declaration
void EnterBlock([NotNull] VisualBasic6Parser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockContext | context | The parse tree. |
EnterBlockIfThenElse(VisualBasic6Parser.BlockIfThenElseContext)
Enter a parse tree produced by the blockIfThenElse
labeled alternative in ifThenElseStmt().
Declaration
void EnterBlockIfThenElse([NotNull] VisualBasic6Parser.BlockIfThenElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockIfThenElseContext | context | The parse tree. |
EnterBlockStmt(VisualBasic6Parser.BlockStmtContext)
Enter a parse tree produced by blockStmt().
Declaration
void EnterBlockStmt([NotNull] VisualBasic6Parser.BlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockStmtContext | context | The parse tree. |
EnterCaseCondElse(VisualBasic6Parser.CaseCondElseContext)
Enter a parse tree produced by the caseCondElse
labeled alternative in sC_Cond().
Declaration
void EnterCaseCondElse([NotNull] VisualBasic6Parser.CaseCondElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondElseContext | context | The parse tree. |
EnterCaseCondExpr(VisualBasic6Parser.CaseCondExprContext)
Enter a parse tree produced by the caseCondExpr
labeled alternative in sC_Cond().
Declaration
void EnterCaseCondExpr([NotNull] VisualBasic6Parser.CaseCondExprContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprContext | context | The parse tree. |
EnterCaseCondExprIs(VisualBasic6Parser.CaseCondExprIsContext)
Enter a parse tree produced by the caseCondExprIs
labeled alternative in sC_CondExpr().
Declaration
void EnterCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprIsContext | context | The parse tree. |
EnterCaseCondExprTo(VisualBasic6Parser.CaseCondExprToContext)
Enter a parse tree produced by the caseCondExprTo
labeled alternative in sC_CondExpr().
Declaration
void EnterCaseCondExprTo([NotNull] VisualBasic6Parser.CaseCondExprToContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprToContext | context | The parse tree. |
EnterCaseCondExprValue(VisualBasic6Parser.CaseCondExprValueContext)
Enter a parse tree produced by the caseCondExprValue
labeled alternative in sC_CondExpr().
Declaration
void EnterCaseCondExprValue([NotNull] VisualBasic6Parser.CaseCondExprValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprValueContext | context | The parse tree. |
EnterCertainIdentifier(VisualBasic6Parser.CertainIdentifierContext)
Enter a parse tree produced by certainIdentifier().
Declaration
void EnterCertainIdentifier([NotNull] VisualBasic6Parser.CertainIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CertainIdentifierContext | context | The parse tree. |
EnterChDirStmt(VisualBasic6Parser.ChDirStmtContext)
Enter a parse tree produced by chDirStmt().
Declaration
void EnterChDirStmt([NotNull] VisualBasic6Parser.ChDirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ChDirStmtContext | context | The parse tree. |
EnterChDriveStmt(VisualBasic6Parser.ChDriveStmtContext)
Enter a parse tree produced by chDriveStmt().
Declaration
void EnterChDriveStmt([NotNull] VisualBasic6Parser.ChDriveStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ChDriveStmtContext | context | The parse tree. |
EnterCloseStmt(VisualBasic6Parser.CloseStmtContext)
Enter a parse tree produced by closeStmt().
Declaration
void EnterCloseStmt([NotNull] VisualBasic6Parser.CloseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CloseStmtContext | context | The parse tree. |
EnterComparisonOperator(VisualBasic6Parser.ComparisonOperatorContext)
Enter a parse tree produced by comparisonOperator().
Declaration
void EnterComparisonOperator([NotNull] VisualBasic6Parser.ComparisonOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ComparisonOperatorContext | context | The parse tree. |
EnterComplexType(VisualBasic6Parser.ComplexTypeContext)
Enter a parse tree produced by complexType().
Declaration
void EnterComplexType([NotNull] VisualBasic6Parser.ComplexTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ComplexTypeContext | context | The parse tree. |
EnterConstStmt(VisualBasic6Parser.ConstStmtContext)
Enter a parse tree produced by constStmt().
Declaration
void EnterConstStmt([NotNull] VisualBasic6Parser.ConstStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ConstStmtContext | context | The parse tree. |
EnterConstSubStmt(VisualBasic6Parser.ConstSubStmtContext)
Enter a parse tree produced by constSubStmt().
Declaration
void EnterConstSubStmt([NotNull] VisualBasic6Parser.ConstSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ConstSubStmtContext | context | The parse tree. |
EnterControlProperties(VisualBasic6Parser.ControlPropertiesContext)
Enter a parse tree produced by controlProperties().
Declaration
void EnterControlProperties([NotNull] VisualBasic6Parser.ControlPropertiesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ControlPropertiesContext | context | The parse tree. |
EnterCp_ControlIdentifier(VisualBasic6Parser.Cp_ControlIdentifierContext)
Enter a parse tree produced by cp_ControlIdentifier().
Declaration
void EnterCp_ControlIdentifier([NotNull] VisualBasic6Parser.Cp_ControlIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_ControlIdentifierContext | context | The parse tree. |
EnterCp_ControlType(VisualBasic6Parser.Cp_ControlTypeContext)
Enter a parse tree produced by cp_ControlType().
Declaration
void EnterCp_ControlType([NotNull] VisualBasic6Parser.Cp_ControlTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_ControlTypeContext | context | The parse tree. |
EnterCp_NestedProperty(VisualBasic6Parser.Cp_NestedPropertyContext)
Enter a parse tree produced by cp_NestedProperty().
Declaration
void EnterCp_NestedProperty([NotNull] VisualBasic6Parser.Cp_NestedPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_NestedPropertyContext | context | The parse tree. |
EnterCp_Properties(VisualBasic6Parser.Cp_PropertiesContext)
Enter a parse tree produced by cp_Properties().
Declaration
void EnterCp_Properties([NotNull] VisualBasic6Parser.Cp_PropertiesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertiesContext | context | The parse tree. |
EnterCp_PropertyName(VisualBasic6Parser.Cp_PropertyNameContext)
Enter a parse tree produced by cp_PropertyName().
Declaration
void EnterCp_PropertyName([NotNull] VisualBasic6Parser.Cp_PropertyNameContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertyNameContext | context | The parse tree. |
EnterCp_PropertyValue(VisualBasic6Parser.Cp_PropertyValueContext)
Enter a parse tree produced by cp_PropertyValue().
Declaration
void EnterCp_PropertyValue([NotNull] VisualBasic6Parser.Cp_PropertyValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertyValueContext | context | The parse tree. |
EnterCp_SingleProperty(VisualBasic6Parser.Cp_SinglePropertyContext)
Enter a parse tree produced by cp_SingleProperty().
Declaration
void EnterCp_SingleProperty([NotNull] VisualBasic6Parser.Cp_SinglePropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_SinglePropertyContext | context | The parse tree. |
EnterDateStmt(VisualBasic6Parser.DateStmtContext)
Enter a parse tree produced by dateStmt().
Declaration
void EnterDateStmt([NotNull] VisualBasic6Parser.DateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DateStmtContext | context | The parse tree. |
EnterDeclareStmt(VisualBasic6Parser.DeclareStmtContext)
Enter a parse tree produced by declareStmt().
Declaration
void EnterDeclareStmt([NotNull] VisualBasic6Parser.DeclareStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeclareStmtContext | context | The parse tree. |
EnterDeftypeStmt(VisualBasic6Parser.DeftypeStmtContext)
Enter a parse tree produced by deftypeStmt().
Declaration
void EnterDeftypeStmt([NotNull] VisualBasic6Parser.DeftypeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeftypeStmtContext | context | The parse tree. |
EnterDeleteSettingStmt(VisualBasic6Parser.DeleteSettingStmtContext)
Enter a parse tree produced by deleteSettingStmt().
Declaration
void EnterDeleteSettingStmt([NotNull] VisualBasic6Parser.DeleteSettingStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeleteSettingStmtContext | context | The parse tree. |
EnterDictionaryCallStmt(VisualBasic6Parser.DictionaryCallStmtContext)
Enter a parse tree produced by dictionaryCallStmt().
Declaration
void EnterDictionaryCallStmt([NotNull] VisualBasic6Parser.DictionaryCallStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DictionaryCallStmtContext | context | The parse tree. |
EnterDoLoopStmt(VisualBasic6Parser.DoLoopStmtContext)
Enter a parse tree produced by doLoopStmt().
Declaration
void EnterDoLoopStmt([NotNull] VisualBasic6Parser.DoLoopStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DoLoopStmtContext | context | The parse tree. |
EnterECS_MemberProcedureCall(VisualBasic6Parser.ECS_MemberProcedureCallContext)
Enter a parse tree produced by eCS_MemberProcedureCall().
Declaration
void EnterECS_MemberProcedureCall([NotNull] VisualBasic6Parser.ECS_MemberProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ECS_MemberProcedureCallContext | context | The parse tree. |
EnterECS_ProcedureCall(VisualBasic6Parser.ECS_ProcedureCallContext)
Enter a parse tree produced by eCS_ProcedureCall().
Declaration
void EnterECS_ProcedureCall([NotNull] VisualBasic6Parser.ECS_ProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ECS_ProcedureCallContext | context | The parse tree. |
EnterEndStmt(VisualBasic6Parser.EndStmtContext)
Enter a parse tree produced by endStmt().
Declaration
void EnterEndStmt([NotNull] VisualBasic6Parser.EndStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EndStmtContext | context | The parse tree. |
EnterEnumerationStmt(VisualBasic6Parser.EnumerationStmtContext)
Enter a parse tree produced by enumerationStmt().
Declaration
void EnterEnumerationStmt([NotNull] VisualBasic6Parser.EnumerationStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EnumerationStmtContext | context | The parse tree. |
EnterEnumerationStmt_Constant(VisualBasic6Parser.EnumerationStmt_ConstantContext)
Enter a parse tree produced by enumerationStmt_Constant().
Declaration
void EnterEnumerationStmt_Constant([NotNull] VisualBasic6Parser.EnumerationStmt_ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EnumerationStmt_ConstantContext | context | The parse tree. |
EnterEraseStmt(VisualBasic6Parser.EraseStmtContext)
Enter a parse tree produced by eraseStmt().
Declaration
void EnterEraseStmt([NotNull] VisualBasic6Parser.EraseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EraseStmtContext | context | The parse tree. |
EnterErrorStmt(VisualBasic6Parser.ErrorStmtContext)
Enter a parse tree produced by errorStmt().
Declaration
void EnterErrorStmt([NotNull] VisualBasic6Parser.ErrorStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ErrorStmtContext | context | The parse tree. |
EnterEventStmt(VisualBasic6Parser.EventStmtContext)
Enter a parse tree produced by eventStmt().
Declaration
void EnterEventStmt([NotNull] VisualBasic6Parser.EventStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EventStmtContext | context | The parse tree. |
EnterExitStmt(VisualBasic6Parser.ExitStmtContext)
Enter a parse tree produced by exitStmt().
Declaration
void EnterExitStmt([NotNull] VisualBasic6Parser.ExitStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ExitStmtContext | context | The parse tree. |
EnterExplicitCallStmt(VisualBasic6Parser.ExplicitCallStmtContext)
Enter a parse tree produced by explicitCallStmt().
Declaration
void EnterExplicitCallStmt([NotNull] VisualBasic6Parser.ExplicitCallStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ExplicitCallStmtContext | context | The parse tree. |
EnterFieldLength(VisualBasic6Parser.FieldLengthContext)
Enter a parse tree produced by fieldLength().
Declaration
void EnterFieldLength([NotNull] VisualBasic6Parser.FieldLengthContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FieldLengthContext | context | The parse tree. |
EnterFilecopyStmt(VisualBasic6Parser.FilecopyStmtContext)
Enter a parse tree produced by filecopyStmt().
Declaration
void EnterFilecopyStmt([NotNull] VisualBasic6Parser.FilecopyStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FilecopyStmtContext | context | The parse tree. |
EnterForEachStmt(VisualBasic6Parser.ForEachStmtContext)
Enter a parse tree produced by forEachStmt().
Declaration
void EnterForEachStmt([NotNull] VisualBasic6Parser.ForEachStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ForEachStmtContext | context | The parse tree. |
EnterForNextStmt(VisualBasic6Parser.ForNextStmtContext)
Enter a parse tree produced by forNextStmt().
Declaration
void EnterForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ForNextStmtContext | context | The parse tree. |
EnterFunctionStmt(VisualBasic6Parser.FunctionStmtContext)
Enter a parse tree produced by functionStmt().
Declaration
void EnterFunctionStmt([NotNull] VisualBasic6Parser.FunctionStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FunctionStmtContext | context | The parse tree. |
EnterGetStmt(VisualBasic6Parser.GetStmtContext)
Enter a parse tree produced by getStmt().
Declaration
void EnterGetStmt([NotNull] VisualBasic6Parser.GetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GetStmtContext | context | The parse tree. |
EnterGoSubStmt(VisualBasic6Parser.GoSubStmtContext)
Enter a parse tree produced by goSubStmt().
Declaration
void EnterGoSubStmt([NotNull] VisualBasic6Parser.GoSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GoSubStmtContext | context | The parse tree. |
EnterGoToStmt(VisualBasic6Parser.GoToStmtContext)
Enter a parse tree produced by goToStmt().
Declaration
void EnterGoToStmt([NotNull] VisualBasic6Parser.GoToStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GoToStmtContext | context | The parse tree. |
EnterICS_B_MemberProcedureCall(VisualBasic6Parser.ICS_B_MemberProcedureCallContext)
Enter a parse tree produced by iCS_B_MemberProcedureCall().
Declaration
void EnterICS_B_MemberProcedureCall([NotNull] VisualBasic6Parser.ICS_B_MemberProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_B_MemberProcedureCallContext | context | The parse tree. |
EnterICS_B_ProcedureCall(VisualBasic6Parser.ICS_B_ProcedureCallContext)
Enter a parse tree produced by iCS_B_ProcedureCall().
Declaration
void EnterICS_B_ProcedureCall([NotNull] VisualBasic6Parser.ICS_B_ProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_B_ProcedureCallContext | context | The parse tree. |
EnterICS_S_DictionaryCall(VisualBasic6Parser.ICS_S_DictionaryCallContext)
Enter a parse tree produced by iCS_S_DictionaryCall().
Declaration
void EnterICS_S_DictionaryCall([NotNull] VisualBasic6Parser.ICS_S_DictionaryCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_DictionaryCallContext | context | The parse tree. |
EnterICS_S_MemberCall(VisualBasic6Parser.ICS_S_MemberCallContext)
Enter a parse tree produced by iCS_S_MemberCall().
Declaration
void EnterICS_S_MemberCall([NotNull] VisualBasic6Parser.ICS_S_MemberCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_MemberCallContext | context | The parse tree. |
EnterICS_S_MembersCall(VisualBasic6Parser.ICS_S_MembersCallContext)
Enter a parse tree produced by iCS_S_MembersCall().
Declaration
void EnterICS_S_MembersCall([NotNull] VisualBasic6Parser.ICS_S_MembersCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_MembersCallContext | context | The parse tree. |
EnterICS_S_NestedProcedureCall(VisualBasic6Parser.ICS_S_NestedProcedureCallContext)
Enter a parse tree produced by iCS_S_NestedProcedureCall().
Declaration
void EnterICS_S_NestedProcedureCall([NotNull] VisualBasic6Parser.ICS_S_NestedProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_NestedProcedureCallContext | context | The parse tree. |
EnterICS_S_ProcedureOrArrayCall(VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext)
Enter a parse tree produced by iCS_S_ProcedureOrArrayCall().
Declaration
void EnterICS_S_ProcedureOrArrayCall([NotNull] VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext | context | The parse tree. |
EnterICS_S_VariableOrProcedureCall(VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext)
Enter a parse tree produced by iCS_S_VariableOrProcedureCall().
Declaration
void EnterICS_S_VariableOrProcedureCall([NotNull] VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext | context | The parse tree. |
EnterIfBlockStmt(VisualBasic6Parser.IfBlockStmtContext)
Enter a parse tree produced by ifBlockStmt().
Declaration
void EnterIfBlockStmt([NotNull] VisualBasic6Parser.IfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfBlockStmtContext | context | The parse tree. |
EnterIfConditionStmt(VisualBasic6Parser.IfConditionStmtContext)
Enter a parse tree produced by ifConditionStmt().
Declaration
void EnterIfConditionStmt([NotNull] VisualBasic6Parser.IfConditionStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfConditionStmtContext | context | The parse tree. |
EnterIfElseBlockStmt(VisualBasic6Parser.IfElseBlockStmtContext)
Enter a parse tree produced by ifElseBlockStmt().
Declaration
void EnterIfElseBlockStmt([NotNull] VisualBasic6Parser.IfElseBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfElseBlockStmtContext | context | The parse tree. |
EnterIfElseIfBlockStmt(VisualBasic6Parser.IfElseIfBlockStmtContext)
Enter a parse tree produced by ifElseIfBlockStmt().
Declaration
void EnterIfElseIfBlockStmt([NotNull] VisualBasic6Parser.IfElseIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfElseIfBlockStmtContext | context | The parse tree. |
EnterImplementsStmt(VisualBasic6Parser.ImplementsStmtContext)
Enter a parse tree produced by implementsStmt().
Declaration
void EnterImplementsStmt([NotNull] VisualBasic6Parser.ImplementsStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplementsStmtContext | context | The parse tree. |
EnterImplicitCallStmt_InBlock(VisualBasic6Parser.ImplicitCallStmt_InBlockContext)
Enter a parse tree produced by implicitCallStmt_InBlock().
Declaration
void EnterImplicitCallStmt_InBlock([NotNull] VisualBasic6Parser.ImplicitCallStmt_InBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplicitCallStmt_InBlockContext | context | The parse tree. |
EnterImplicitCallStmt_InStmt(VisualBasic6Parser.ImplicitCallStmt_InStmtContext)
Enter a parse tree produced by implicitCallStmt_InStmt().
Declaration
void EnterImplicitCallStmt_InStmt([NotNull] VisualBasic6Parser.ImplicitCallStmt_InStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplicitCallStmt_InStmtContext | context | The parse tree. |
EnterInlineIfThenElse(VisualBasic6Parser.InlineIfThenElseContext)
Enter a parse tree produced by the inlineIfThenElse
labeled alternative in ifThenElseStmt().
Declaration
void EnterInlineIfThenElse([NotNull] VisualBasic6Parser.InlineIfThenElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.InlineIfThenElseContext | context | The parse tree. |
EnterInputStmt(VisualBasic6Parser.InputStmtContext)
Enter a parse tree produced by inputStmt().
Declaration
void EnterInputStmt([NotNull] VisualBasic6Parser.InputStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.InputStmtContext | context | The parse tree. |
EnterKillStmt(VisualBasic6Parser.KillStmtContext)
Enter a parse tree produced by killStmt().
Declaration
void EnterKillStmt([NotNull] VisualBasic6Parser.KillStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.KillStmtContext | context | The parse tree. |
EnterLetStmt(VisualBasic6Parser.LetStmtContext)
Enter a parse tree produced by letStmt().
Declaration
void EnterLetStmt([NotNull] VisualBasic6Parser.LetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LetStmtContext | context | The parse tree. |
EnterLetterrange(VisualBasic6Parser.LetterrangeContext)
Enter a parse tree produced by letterrange().
Declaration
void EnterLetterrange([NotNull] VisualBasic6Parser.LetterrangeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LetterrangeContext | context | The parse tree. |
EnterLineInputStmt(VisualBasic6Parser.LineInputStmtContext)
Enter a parse tree produced by lineInputStmt().
Declaration
void EnterLineInputStmt([NotNull] VisualBasic6Parser.LineInputStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LineInputStmtContext | context | The parse tree. |
EnterLineLabel(VisualBasic6Parser.LineLabelContext)
Enter a parse tree produced by lineLabel().
Declaration
void EnterLineLabel([NotNull] VisualBasic6Parser.LineLabelContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LineLabelContext | context | The parse tree. |
EnterLiteral(VisualBasic6Parser.LiteralContext)
Enter a parse tree produced by literal().
Declaration
void EnterLiteral([NotNull] VisualBasic6Parser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LiteralContext | context | The parse tree. |
EnterLoadStmt(VisualBasic6Parser.LoadStmtContext)
Enter a parse tree produced by loadStmt().
Declaration
void EnterLoadStmt([NotNull] VisualBasic6Parser.LoadStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LoadStmtContext | context | The parse tree. |
EnterLockStmt(VisualBasic6Parser.LockStmtContext)
Enter a parse tree produced by lockStmt().
Declaration
void EnterLockStmt([NotNull] VisualBasic6Parser.LockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LockStmtContext | context | The parse tree. |
EnterLsetStmt(VisualBasic6Parser.LsetStmtContext)
Enter a parse tree produced by lsetStmt().
Declaration
void EnterLsetStmt([NotNull] VisualBasic6Parser.LsetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LsetStmtContext | context | The parse tree. |
EnterMacroElseBlockStmt(VisualBasic6Parser.MacroElseBlockStmtContext)
Enter a parse tree produced by macroElseBlockStmt().
Declaration
void EnterMacroElseBlockStmt([NotNull] VisualBasic6Parser.MacroElseBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroElseBlockStmtContext | context | The parse tree. |
EnterMacroElseIfBlockStmt(VisualBasic6Parser.MacroElseIfBlockStmtContext)
Enter a parse tree produced by macroElseIfBlockStmt().
Declaration
void EnterMacroElseIfBlockStmt([NotNull] VisualBasic6Parser.MacroElseIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroElseIfBlockStmtContext | context | The parse tree. |
EnterMacroIfBlockStmt(VisualBasic6Parser.MacroIfBlockStmtContext)
Enter a parse tree produced by macroIfBlockStmt().
Declaration
void EnterMacroIfBlockStmt([NotNull] VisualBasic6Parser.MacroIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroIfBlockStmtContext | context | The parse tree. |
EnterMacroIfThenElseStmt(VisualBasic6Parser.MacroIfThenElseStmtContext)
Enter a parse tree produced by macroIfThenElseStmt().
Declaration
void EnterMacroIfThenElseStmt([NotNull] VisualBasic6Parser.MacroIfThenElseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroIfThenElseStmtContext | context | The parse tree. |
EnterMidStmt(VisualBasic6Parser.MidStmtContext)
Enter a parse tree produced by midStmt().
Declaration
void EnterMidStmt([NotNull] VisualBasic6Parser.MidStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MidStmtContext | context | The parse tree. |
EnterMkdirStmt(VisualBasic6Parser.MkdirStmtContext)
Enter a parse tree produced by mkdirStmt().
Declaration
void EnterMkdirStmt([NotNull] VisualBasic6Parser.MkdirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MkdirStmtContext | context | The parse tree. |
EnterModule(VisualBasic6Parser.ModuleContext)
Enter a parse tree produced by module().
Declaration
void EnterModule([NotNull] VisualBasic6Parser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleContext | context | The parse tree. |
EnterModuleAttributes(VisualBasic6Parser.ModuleAttributesContext)
Enter a parse tree produced by moduleAttributes().
Declaration
void EnterModuleAttributes([NotNull] VisualBasic6Parser.ModuleAttributesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleAttributesContext | context | The parse tree. |
EnterModuleBlock(VisualBasic6Parser.ModuleBlockContext)
Enter a parse tree produced by moduleBlock().
Declaration
void EnterModuleBlock([NotNull] VisualBasic6Parser.ModuleBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBlockContext | context | The parse tree. |
EnterModuleBody(VisualBasic6Parser.ModuleBodyContext)
Enter a parse tree produced by moduleBody().
Declaration
void EnterModuleBody([NotNull] VisualBasic6Parser.ModuleBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBodyContext | context | The parse tree. |
EnterModuleBodyElement(VisualBasic6Parser.ModuleBodyElementContext)
Enter a parse tree produced by moduleBodyElement().
Declaration
void EnterModuleBodyElement([NotNull] VisualBasic6Parser.ModuleBodyElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBodyElementContext | context | The parse tree. |
EnterModuleConfig(VisualBasic6Parser.ModuleConfigContext)
Enter a parse tree produced by moduleConfig().
Declaration
void EnterModuleConfig([NotNull] VisualBasic6Parser.ModuleConfigContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleConfigContext | context | The parse tree. |
EnterModuleConfigElement(VisualBasic6Parser.ModuleConfigElementContext)
Enter a parse tree produced by moduleConfigElement().
Declaration
void EnterModuleConfigElement([NotNull] VisualBasic6Parser.ModuleConfigElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleConfigElementContext | context | The parse tree. |
EnterModuleHeader(VisualBasic6Parser.ModuleHeaderContext)
Enter a parse tree produced by moduleHeader().
Declaration
void EnterModuleHeader([NotNull] VisualBasic6Parser.ModuleHeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleHeaderContext | context | The parse tree. |
EnterModuleOptions(VisualBasic6Parser.ModuleOptionsContext)
Enter a parse tree produced by moduleOptions().
Declaration
void EnterModuleOptions([NotNull] VisualBasic6Parser.ModuleOptionsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleOptionsContext | context | The parse tree. |
EnterModuleReference(VisualBasic6Parser.ModuleReferenceContext)
Enter a parse tree produced by moduleReference().
Declaration
void EnterModuleReference([NotNull] VisualBasic6Parser.ModuleReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceContext | context | The parse tree. |
EnterModuleReferenceComponent(VisualBasic6Parser.ModuleReferenceComponentContext)
Enter a parse tree produced by moduleReferenceComponent().
Declaration
void EnterModuleReferenceComponent([NotNull] VisualBasic6Parser.ModuleReferenceComponentContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceComponentContext | context | The parse tree. |
EnterModuleReferences(VisualBasic6Parser.ModuleReferencesContext)
Enter a parse tree produced by moduleReferences().
Declaration
void EnterModuleReferences([NotNull] VisualBasic6Parser.ModuleReferencesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferencesContext | context | The parse tree. |
EnterModuleReferenceValue(VisualBasic6Parser.ModuleReferenceValueContext)
Enter a parse tree produced by moduleReferenceValue().
Declaration
void EnterModuleReferenceValue([NotNull] VisualBasic6Parser.ModuleReferenceValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceValueContext | context | The parse tree. |
EnterNameStmt(VisualBasic6Parser.NameStmtContext)
Enter a parse tree produced by nameStmt().
Declaration
void EnterNameStmt([NotNull] VisualBasic6Parser.NameStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.NameStmtContext | context | The parse tree. |
EnterOnErrorStmt(VisualBasic6Parser.OnErrorStmtContext)
Enter a parse tree produced by onErrorStmt().
Declaration
void EnterOnErrorStmt([NotNull] VisualBasic6Parser.OnErrorStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnErrorStmtContext | context | The parse tree. |
EnterOnGoSubStmt(VisualBasic6Parser.OnGoSubStmtContext)
Enter a parse tree produced by onGoSubStmt().
Declaration
void EnterOnGoSubStmt([NotNull] VisualBasic6Parser.OnGoSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnGoSubStmtContext | context | The parse tree. |
EnterOnGoToStmt(VisualBasic6Parser.OnGoToStmtContext)
Enter a parse tree produced by onGoToStmt().
Declaration
void EnterOnGoToStmt([NotNull] VisualBasic6Parser.OnGoToStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnGoToStmtContext | context | The parse tree. |
EnterOpenStmt(VisualBasic6Parser.OpenStmtContext)
Enter a parse tree produced by openStmt().
Declaration
void EnterOpenStmt([NotNull] VisualBasic6Parser.OpenStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OpenStmtContext | context | The parse tree. |
EnterOptionBaseStmt(VisualBasic6Parser.OptionBaseStmtContext)
Enter a parse tree produced by the optionBaseStmt
labeled alternative in moduleOption().
Declaration
void EnterOptionBaseStmt([NotNull] VisualBasic6Parser.OptionBaseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionBaseStmtContext | context | The parse tree. |
EnterOptionCompareStmt(VisualBasic6Parser.OptionCompareStmtContext)
Enter a parse tree produced by the optionCompareStmt
labeled alternative in moduleOption().
Declaration
void EnterOptionCompareStmt([NotNull] VisualBasic6Parser.OptionCompareStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionCompareStmtContext | context | The parse tree. |
EnterOptionExplicitStmt(VisualBasic6Parser.OptionExplicitStmtContext)
Enter a parse tree produced by the optionExplicitStmt
labeled alternative in moduleOption().
Declaration
void EnterOptionExplicitStmt([NotNull] VisualBasic6Parser.OptionExplicitStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionExplicitStmtContext | context | The parse tree. |
EnterOptionPrivateModuleStmt(VisualBasic6Parser.OptionPrivateModuleStmtContext)
Enter a parse tree produced by the optionPrivateModuleStmt
labeled alternative in moduleOption().
Declaration
void EnterOptionPrivateModuleStmt([NotNull] VisualBasic6Parser.OptionPrivateModuleStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionPrivateModuleStmtContext | context | The parse tree. |
EnterOutputList(VisualBasic6Parser.OutputListContext)
Enter a parse tree produced by outputList().
Declaration
void EnterOutputList([NotNull] VisualBasic6Parser.OutputListContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OutputListContext | context | The parse tree. |
EnterOutputList_Expression(VisualBasic6Parser.OutputList_ExpressionContext)
Enter a parse tree produced by outputList_Expression().
Declaration
void EnterOutputList_Expression([NotNull] VisualBasic6Parser.OutputList_ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OutputList_ExpressionContext | context | The parse tree. |
EnterPrintStmt(VisualBasic6Parser.PrintStmtContext)
Enter a parse tree produced by printStmt().
Declaration
void EnterPrintStmt([NotNull] VisualBasic6Parser.PrintStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PrintStmtContext | context | The parse tree. |
EnterPropertyGetStmt(VisualBasic6Parser.PropertyGetStmtContext)
Enter a parse tree produced by propertyGetStmt().
Declaration
void EnterPropertyGetStmt([NotNull] VisualBasic6Parser.PropertyGetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertyGetStmtContext | context | The parse tree. |
EnterPropertyLetStmt(VisualBasic6Parser.PropertyLetStmtContext)
Enter a parse tree produced by propertyLetStmt().
Declaration
void EnterPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertyLetStmtContext | context | The parse tree. |
EnterPropertySetStmt(VisualBasic6Parser.PropertySetStmtContext)
Enter a parse tree produced by propertySetStmt().
Declaration
void EnterPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertySetStmtContext | context | The parse tree. |
EnterPublicPrivateGlobalVisibility(VisualBasic6Parser.PublicPrivateGlobalVisibilityContext)
Enter a parse tree produced by publicPrivateGlobalVisibility().
Declaration
void EnterPublicPrivateGlobalVisibility([NotNull] VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PublicPrivateGlobalVisibilityContext | context | The parse tree. |
EnterPublicPrivateVisibility(VisualBasic6Parser.PublicPrivateVisibilityContext)
Enter a parse tree produced by publicPrivateVisibility().
Declaration
void EnterPublicPrivateVisibility([NotNull] VisualBasic6Parser.PublicPrivateVisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PublicPrivateVisibilityContext | context | The parse tree. |
EnterPutStmt(VisualBasic6Parser.PutStmtContext)
Enter a parse tree produced by putStmt().
Declaration
void EnterPutStmt([NotNull] VisualBasic6Parser.PutStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PutStmtContext | context | The parse tree. |
EnterRaiseEventStmt(VisualBasic6Parser.RaiseEventStmtContext)
Enter a parse tree produced by raiseEventStmt().
Declaration
void EnterRaiseEventStmt([NotNull] VisualBasic6Parser.RaiseEventStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RaiseEventStmtContext | context | The parse tree. |
EnterRandomizeStmt(VisualBasic6Parser.RandomizeStmtContext)
Enter a parse tree produced by randomizeStmt().
Declaration
void EnterRandomizeStmt([NotNull] VisualBasic6Parser.RandomizeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RandomizeStmtContext | context | The parse tree. |
EnterRedimStmt(VisualBasic6Parser.RedimStmtContext)
Enter a parse tree produced by redimStmt().
Declaration
void EnterRedimStmt([NotNull] VisualBasic6Parser.RedimStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RedimStmtContext | context | The parse tree. |
EnterRedimSubStmt(VisualBasic6Parser.RedimSubStmtContext)
Enter a parse tree produced by redimSubStmt().
Declaration
void EnterRedimSubStmt([NotNull] VisualBasic6Parser.RedimSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RedimSubStmtContext | context | The parse tree. |
EnterResetStmt(VisualBasic6Parser.ResetStmtContext)
Enter a parse tree produced by resetStmt().
Declaration
void EnterResetStmt([NotNull] VisualBasic6Parser.ResetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ResetStmtContext | context | The parse tree. |
EnterResumeStmt(VisualBasic6Parser.ResumeStmtContext)
Enter a parse tree produced by resumeStmt().
Declaration
void EnterResumeStmt([NotNull] VisualBasic6Parser.ResumeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ResumeStmtContext | context | The parse tree. |
EnterReturnStmt(VisualBasic6Parser.ReturnStmtContext)
Enter a parse tree produced by returnStmt().
Declaration
void EnterReturnStmt([NotNull] VisualBasic6Parser.ReturnStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ReturnStmtContext | context | The parse tree. |
EnterRmdirStmt(VisualBasic6Parser.RmdirStmtContext)
Enter a parse tree produced by rmdirStmt().
Declaration
void EnterRmdirStmt([NotNull] VisualBasic6Parser.RmdirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RmdirStmtContext | context | The parse tree. |
EnterRsetStmt(VisualBasic6Parser.RsetStmtContext)
Enter a parse tree produced by rsetStmt().
Declaration
void EnterRsetStmt([NotNull] VisualBasic6Parser.RsetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RsetStmtContext | context | The parse tree. |
EnterSavepictureStmt(VisualBasic6Parser.SavepictureStmtContext)
Enter a parse tree produced by savepictureStmt().
Declaration
void EnterSavepictureStmt([NotNull] VisualBasic6Parser.SavepictureStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SavepictureStmtContext | context | The parse tree. |
EnterSaveSettingStmt(VisualBasic6Parser.SaveSettingStmtContext)
Enter a parse tree produced by saveSettingStmt().
Declaration
void EnterSaveSettingStmt([NotNull] VisualBasic6Parser.SaveSettingStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SaveSettingStmtContext | context | The parse tree. |
EnterSC_Case(VisualBasic6Parser.SC_CaseContext)
Enter a parse tree produced by sC_Case().
Declaration
void EnterSC_Case([NotNull] VisualBasic6Parser.SC_CaseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SC_CaseContext | context | The parse tree. |
EnterSeekStmt(VisualBasic6Parser.SeekStmtContext)
Enter a parse tree produced by seekStmt().
Declaration
void EnterSeekStmt([NotNull] VisualBasic6Parser.SeekStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SeekStmtContext | context | The parse tree. |
EnterSelectCaseStmt(VisualBasic6Parser.SelectCaseStmtContext)
Enter a parse tree produced by selectCaseStmt().
Declaration
void EnterSelectCaseStmt([NotNull] VisualBasic6Parser.SelectCaseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SelectCaseStmtContext | context | The parse tree. |
EnterSendkeysStmt(VisualBasic6Parser.SendkeysStmtContext)
Enter a parse tree produced by sendkeysStmt().
Declaration
void EnterSendkeysStmt([NotNull] VisualBasic6Parser.SendkeysStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SendkeysStmtContext | context | The parse tree. |
EnterSetattrStmt(VisualBasic6Parser.SetattrStmtContext)
Enter a parse tree produced by setattrStmt().
Declaration
void EnterSetattrStmt([NotNull] VisualBasic6Parser.SetattrStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SetattrStmtContext | context | The parse tree. |
EnterSetStmt(VisualBasic6Parser.SetStmtContext)
Enter a parse tree produced by setStmt().
Declaration
void EnterSetStmt([NotNull] VisualBasic6Parser.SetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SetStmtContext | context | The parse tree. |
EnterStartRule(VisualBasic6Parser.StartRuleContext)
Enter a parse tree produced by startRule().
Declaration
void EnterStartRule([NotNull] VisualBasic6Parser.StartRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.StartRuleContext | context | The parse tree. |
EnterStopStmt(VisualBasic6Parser.StopStmtContext)
Enter a parse tree produced by stopStmt().
Declaration
void EnterStopStmt([NotNull] VisualBasic6Parser.StopStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.StopStmtContext | context | The parse tree. |
EnterSubscript(VisualBasic6Parser.SubscriptContext)
Enter a parse tree produced by subscript().
Declaration
void EnterSubscript([NotNull] VisualBasic6Parser.SubscriptContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubscriptContext | context | The parse tree. |
EnterSubscripts(VisualBasic6Parser.SubscriptsContext)
Enter a parse tree produced by subscripts().
Declaration
void EnterSubscripts([NotNull] VisualBasic6Parser.SubscriptsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubscriptsContext | context | The parse tree. |
EnterSubStmt(VisualBasic6Parser.SubStmtContext)
Enter a parse tree produced by subStmt().
Declaration
void EnterSubStmt([NotNull] VisualBasic6Parser.SubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubStmtContext | context | The parse tree. |
EnterTimeStmt(VisualBasic6Parser.TimeStmtContext)
Enter a parse tree produced by timeStmt().
Declaration
void EnterTimeStmt([NotNull] VisualBasic6Parser.TimeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TimeStmtContext | context | The parse tree. |
EnterType(VisualBasic6Parser.TypeContext)
Enter a parse tree produced by type().
Declaration
void EnterType([NotNull] VisualBasic6Parser.TypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeContext | context | The parse tree. |
EnterTypeHint(VisualBasic6Parser.TypeHintContext)
Enter a parse tree produced by typeHint().
Declaration
void EnterTypeHint([NotNull] VisualBasic6Parser.TypeHintContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeHintContext | context | The parse tree. |
EnterTypeOfStmt(VisualBasic6Parser.TypeOfStmtContext)
Enter a parse tree produced by typeOfStmt().
Declaration
void EnterTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeOfStmtContext | context | The parse tree. |
EnterTypeStmt(VisualBasic6Parser.TypeStmtContext)
Enter a parse tree produced by typeStmt().
Declaration
void EnterTypeStmt([NotNull] VisualBasic6Parser.TypeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeStmtContext | context | The parse tree. |
EnterTypeStmt_Element(VisualBasic6Parser.TypeStmt_ElementContext)
Enter a parse tree produced by typeStmt_Element().
Declaration
void EnterTypeStmt_Element([NotNull] VisualBasic6Parser.TypeStmt_ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeStmt_ElementContext | context | The parse tree. |
EnterUnloadStmt(VisualBasic6Parser.UnloadStmtContext)
Enter a parse tree produced by unloadStmt().
Declaration
void EnterUnloadStmt([NotNull] VisualBasic6Parser.UnloadStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.UnloadStmtContext | context | The parse tree. |
EnterUnlockStmt(VisualBasic6Parser.UnlockStmtContext)
Enter a parse tree produced by unlockStmt().
Declaration
void EnterUnlockStmt([NotNull] VisualBasic6Parser.UnlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.UnlockStmtContext | context | The parse tree. |
EnterVariableListStmt(VisualBasic6Parser.VariableListStmtContext)
Enter a parse tree produced by variableListStmt().
Declaration
void EnterVariableListStmt([NotNull] VisualBasic6Parser.VariableListStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableListStmtContext | context | The parse tree. |
EnterVariableStmt(VisualBasic6Parser.VariableStmtContext)
Enter a parse tree produced by variableStmt().
Declaration
void EnterVariableStmt([NotNull] VisualBasic6Parser.VariableStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableStmtContext | context | The parse tree. |
EnterVariableSubStmt(VisualBasic6Parser.VariableSubStmtContext)
Enter a parse tree produced by variableSubStmt().
Declaration
void EnterVariableSubStmt([NotNull] VisualBasic6Parser.VariableSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableSubStmtContext | context | The parse tree. |
EnterVisibility(VisualBasic6Parser.VisibilityContext)
Enter a parse tree produced by visibility().
Declaration
void EnterVisibility([NotNull] VisualBasic6Parser.VisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VisibilityContext | context | The parse tree. |
EnterVsAdd(VisualBasic6Parser.VsAddContext)
Enter a parse tree produced by the vsAdd
labeled alternative in valueStmt().
Declaration
void EnterVsAdd([NotNull] VisualBasic6Parser.VsAddContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAddContext | context | The parse tree. |
EnterVsAddressOf(VisualBasic6Parser.VsAddressOfContext)
Enter a parse tree produced by the vsAddressOf
labeled alternative in valueStmt().
Declaration
void EnterVsAddressOf([NotNull] VisualBasic6Parser.VsAddressOfContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAddressOfContext | context | The parse tree. |
EnterVsAmp(VisualBasic6Parser.VsAmpContext)
Enter a parse tree produced by the vsAmp
labeled alternative in valueStmt().
Declaration
void EnterVsAmp([NotNull] VisualBasic6Parser.VsAmpContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAmpContext | context | The parse tree. |
EnterVsAnd(VisualBasic6Parser.VsAndContext)
Enter a parse tree produced by the vsAnd
labeled alternative in valueStmt().
Declaration
void EnterVsAnd([NotNull] VisualBasic6Parser.VsAndContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAndContext | context | The parse tree. |
EnterVsAssign(VisualBasic6Parser.VsAssignContext)
Enter a parse tree produced by the vsAssign
labeled alternative in valueStmt().
Declaration
void EnterVsAssign([NotNull] VisualBasic6Parser.VsAssignContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAssignContext | context | The parse tree. |
EnterVsDiv(VisualBasic6Parser.VsDivContext)
Enter a parse tree produced by the vsDiv
labeled alternative in valueStmt().
Declaration
void EnterVsDiv([NotNull] VisualBasic6Parser.VsDivContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsDivContext | context | The parse tree. |
EnterVsEq(VisualBasic6Parser.VsEqContext)
Enter a parse tree produced by the vsEq
labeled alternative in valueStmt().
Declaration
void EnterVsEq([NotNull] VisualBasic6Parser.VsEqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsEqContext | context | The parse tree. |
EnterVsEqv(VisualBasic6Parser.VsEqvContext)
Enter a parse tree produced by the vsEqv
labeled alternative in valueStmt().
Declaration
void EnterVsEqv([NotNull] VisualBasic6Parser.VsEqvContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsEqvContext | context | The parse tree. |
EnterVsGeq(VisualBasic6Parser.VsGeqContext)
Enter a parse tree produced by the vsGeq
labeled alternative in valueStmt().
Declaration
void EnterVsGeq([NotNull] VisualBasic6Parser.VsGeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsGeqContext | context | The parse tree. |
EnterVsGt(VisualBasic6Parser.VsGtContext)
Enter a parse tree produced by the vsGt
labeled alternative in valueStmt().
Declaration
void EnterVsGt([NotNull] VisualBasic6Parser.VsGtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsGtContext | context | The parse tree. |
EnterVsICS(VisualBasic6Parser.VsICSContext)
Enter a parse tree produced by the vsICS
labeled alternative in valueStmt().
Declaration
void EnterVsICS([NotNull] VisualBasic6Parser.VsICSContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsICSContext | context | The parse tree. |
EnterVsImp(VisualBasic6Parser.VsImpContext)
Enter a parse tree produced by the vsImp
labeled alternative in valueStmt().
Declaration
void EnterVsImp([NotNull] VisualBasic6Parser.VsImpContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsImpContext | context | The parse tree. |
EnterVsIs(VisualBasic6Parser.VsIsContext)
Enter a parse tree produced by the vsIs
labeled alternative in valueStmt().
Declaration
void EnterVsIs([NotNull] VisualBasic6Parser.VsIsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsIsContext | context | The parse tree. |
EnterVsLeq(VisualBasic6Parser.VsLeqContext)
Enter a parse tree produced by the vsLeq
labeled alternative in valueStmt().
Declaration
void EnterVsLeq([NotNull] VisualBasic6Parser.VsLeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLeqContext | context | The parse tree. |
EnterVsLike(VisualBasic6Parser.VsLikeContext)
Enter a parse tree produced by the vsLike
labeled alternative in valueStmt().
Declaration
void EnterVsLike([NotNull] VisualBasic6Parser.VsLikeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLikeContext | context | The parse tree. |
EnterVsLiteral(VisualBasic6Parser.VsLiteralContext)
Enter a parse tree produced by the vsLiteral
labeled alternative in valueStmt().
Declaration
void EnterVsLiteral([NotNull] VisualBasic6Parser.VsLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLiteralContext | context | The parse tree. |
EnterVsLt(VisualBasic6Parser.VsLtContext)
Enter a parse tree produced by the vsLt
labeled alternative in valueStmt().
Declaration
void EnterVsLt([NotNull] VisualBasic6Parser.VsLtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLtContext | context | The parse tree. |
EnterVsMid(VisualBasic6Parser.VsMidContext)
Enter a parse tree produced by the vsMid
labeled alternative in valueStmt().
Declaration
void EnterVsMid([NotNull] VisualBasic6Parser.VsMidContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMidContext | context | The parse tree. |
EnterVsMinus(VisualBasic6Parser.VsMinusContext)
Enter a parse tree produced by the vsMinus
labeled alternative in valueStmt().
Declaration
void EnterVsMinus([NotNull] VisualBasic6Parser.VsMinusContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMinusContext | context | The parse tree. |
EnterVsMod(VisualBasic6Parser.VsModContext)
Enter a parse tree produced by the vsMod
labeled alternative in valueStmt().
Declaration
void EnterVsMod([NotNull] VisualBasic6Parser.VsModContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsModContext | context | The parse tree. |
EnterVsMult(VisualBasic6Parser.VsMultContext)
Enter a parse tree produced by the vsMult
labeled alternative in valueStmt().
Declaration
void EnterVsMult([NotNull] VisualBasic6Parser.VsMultContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMultContext | context | The parse tree. |
EnterVsNegation(VisualBasic6Parser.VsNegationContext)
Enter a parse tree produced by the vsNegation
labeled alternative in valueStmt().
Declaration
void EnterVsNegation([NotNull] VisualBasic6Parser.VsNegationContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNegationContext | context | The parse tree. |
EnterVsNeq(VisualBasic6Parser.VsNeqContext)
Enter a parse tree produced by the vsNeq
labeled alternative in valueStmt().
Declaration
void EnterVsNeq([NotNull] VisualBasic6Parser.VsNeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNeqContext | context | The parse tree. |
EnterVsNew(VisualBasic6Parser.VsNewContext)
Enter a parse tree produced by the vsNew
labeled alternative in valueStmt().
Declaration
void EnterVsNew([NotNull] VisualBasic6Parser.VsNewContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNewContext | context | The parse tree. |
EnterVsNot(VisualBasic6Parser.VsNotContext)
Enter a parse tree produced by the vsNot
labeled alternative in valueStmt().
Declaration
void EnterVsNot([NotNull] VisualBasic6Parser.VsNotContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNotContext | context | The parse tree. |
EnterVsOr(VisualBasic6Parser.VsOrContext)
Enter a parse tree produced by the vsOr
labeled alternative in valueStmt().
Declaration
void EnterVsOr([NotNull] VisualBasic6Parser.VsOrContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsOrContext | context | The parse tree. |
EnterVsPlus(VisualBasic6Parser.VsPlusContext)
Enter a parse tree produced by the vsPlus
labeled alternative in valueStmt().
Declaration
void EnterVsPlus([NotNull] VisualBasic6Parser.VsPlusContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsPlusContext | context | The parse tree. |
EnterVsPow(VisualBasic6Parser.VsPowContext)
Enter a parse tree produced by the vsPow
labeled alternative in valueStmt().
Declaration
void EnterVsPow([NotNull] VisualBasic6Parser.VsPowContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsPowContext | context | The parse tree. |
EnterVsStruct(VisualBasic6Parser.VsStructContext)
Enter a parse tree produced by the vsStruct
labeled alternative in valueStmt().
Declaration
void EnterVsStruct([NotNull] VisualBasic6Parser.VsStructContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsStructContext | context | The parse tree. |
EnterVsTypeOf(VisualBasic6Parser.VsTypeOfContext)
Enter a parse tree produced by the vsTypeOf
labeled alternative in valueStmt().
Declaration
void EnterVsTypeOf([NotNull] VisualBasic6Parser.VsTypeOfContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsTypeOfContext | context | The parse tree. |
EnterVsXor(VisualBasic6Parser.VsXorContext)
Enter a parse tree produced by the vsXor
labeled alternative in valueStmt().
Declaration
void EnterVsXor([NotNull] VisualBasic6Parser.VsXorContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsXorContext | context | The parse tree. |
EnterWhileWendStmt(VisualBasic6Parser.WhileWendStmtContext)
Enter a parse tree produced by whileWendStmt().
Declaration
void EnterWhileWendStmt([NotNull] VisualBasic6Parser.WhileWendStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WhileWendStmtContext | context | The parse tree. |
EnterWidthStmt(VisualBasic6Parser.WidthStmtContext)
Enter a parse tree produced by widthStmt().
Declaration
void EnterWidthStmt([NotNull] VisualBasic6Parser.WidthStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WidthStmtContext | context | The parse tree. |
EnterWithStmt(VisualBasic6Parser.WithStmtContext)
Enter a parse tree produced by withStmt().
Declaration
void EnterWithStmt([NotNull] VisualBasic6Parser.WithStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WithStmtContext | context | The parse tree. |
EnterWriteStmt(VisualBasic6Parser.WriteStmtContext)
Enter a parse tree produced by writeStmt().
Declaration
void EnterWriteStmt([NotNull] VisualBasic6Parser.WriteStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WriteStmtContext | context | The parse tree. |
ExitAmbiguousIdentifier(VisualBasic6Parser.AmbiguousIdentifierContext)
Exit a parse tree produced by ambiguousIdentifier().
Declaration
void ExitAmbiguousIdentifier([NotNull] VisualBasic6Parser.AmbiguousIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AmbiguousIdentifierContext | context | The parse tree. |
ExitAmbiguousKeyword(VisualBasic6Parser.AmbiguousKeywordContext)
Exit a parse tree produced by ambiguousKeyword().
Declaration
void ExitAmbiguousKeyword([NotNull] VisualBasic6Parser.AmbiguousKeywordContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AmbiguousKeywordContext | context | The parse tree. |
ExitAppActivateStmt(VisualBasic6Parser.AppActivateStmtContext)
Exit a parse tree produced by appActivateStmt().
Declaration
void ExitAppActivateStmt([NotNull] VisualBasic6Parser.AppActivateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AppActivateStmtContext | context | The parse tree. |
ExitArg(VisualBasic6Parser.ArgContext)
Exit a parse tree produced by arg().
Declaration
void ExitArg([NotNull] VisualBasic6Parser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgContext | context | The parse tree. |
ExitArgCall(VisualBasic6Parser.ArgCallContext)
Exit a parse tree produced by argCall().
Declaration
void ExitArgCall([NotNull] VisualBasic6Parser.ArgCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgCallContext | context | The parse tree. |
ExitArgDefaultValue(VisualBasic6Parser.ArgDefaultValueContext)
Exit a parse tree produced by argDefaultValue().
Declaration
void ExitArgDefaultValue([NotNull] VisualBasic6Parser.ArgDefaultValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgDefaultValueContext | context | The parse tree. |
ExitArgList(VisualBasic6Parser.ArgListContext)
Exit a parse tree produced by argList().
Declaration
void ExitArgList([NotNull] VisualBasic6Parser.ArgListContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgListContext | context | The parse tree. |
ExitArgsCall(VisualBasic6Parser.ArgsCallContext)
Exit a parse tree produced by argsCall().
Declaration
void ExitArgsCall([NotNull] VisualBasic6Parser.ArgsCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ArgsCallContext | context | The parse tree. |
ExitAsTypeClause(VisualBasic6Parser.AsTypeClauseContext)
Exit a parse tree produced by asTypeClause().
Declaration
void ExitAsTypeClause([NotNull] VisualBasic6Parser.AsTypeClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AsTypeClauseContext | context | The parse tree. |
ExitAttributeStmt(VisualBasic6Parser.AttributeStmtContext)
Exit a parse tree produced by attributeStmt().
Declaration
void ExitAttributeStmt([NotNull] VisualBasic6Parser.AttributeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.AttributeStmtContext | context | The parse tree. |
ExitBaseType(VisualBasic6Parser.BaseTypeContext)
Exit a parse tree produced by baseType().
Declaration
void ExitBaseType([NotNull] VisualBasic6Parser.BaseTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BaseTypeContext | context | The parse tree. |
ExitBeepStmt(VisualBasic6Parser.BeepStmtContext)
Exit a parse tree produced by beepStmt().
Declaration
void ExitBeepStmt([NotNull] VisualBasic6Parser.BeepStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BeepStmtContext | context | The parse tree. |
ExitBlock(VisualBasic6Parser.BlockContext)
Exit a parse tree produced by block().
Declaration
void ExitBlock([NotNull] VisualBasic6Parser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockContext | context | The parse tree. |
ExitBlockIfThenElse(VisualBasic6Parser.BlockIfThenElseContext)
Exit a parse tree produced by the blockIfThenElse
labeled alternative in ifThenElseStmt().
Declaration
void ExitBlockIfThenElse([NotNull] VisualBasic6Parser.BlockIfThenElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockIfThenElseContext | context | The parse tree. |
ExitBlockStmt(VisualBasic6Parser.BlockStmtContext)
Exit a parse tree produced by blockStmt().
Declaration
void ExitBlockStmt([NotNull] VisualBasic6Parser.BlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.BlockStmtContext | context | The parse tree. |
ExitCaseCondElse(VisualBasic6Parser.CaseCondElseContext)
Exit a parse tree produced by the caseCondElse
labeled alternative in sC_Cond().
Declaration
void ExitCaseCondElse([NotNull] VisualBasic6Parser.CaseCondElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondElseContext | context | The parse tree. |
ExitCaseCondExpr(VisualBasic6Parser.CaseCondExprContext)
Exit a parse tree produced by the caseCondExpr
labeled alternative in sC_Cond().
Declaration
void ExitCaseCondExpr([NotNull] VisualBasic6Parser.CaseCondExprContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprContext | context | The parse tree. |
ExitCaseCondExprIs(VisualBasic6Parser.CaseCondExprIsContext)
Exit a parse tree produced by the caseCondExprIs
labeled alternative in sC_CondExpr().
Declaration
void ExitCaseCondExprIs([NotNull] VisualBasic6Parser.CaseCondExprIsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprIsContext | context | The parse tree. |
ExitCaseCondExprTo(VisualBasic6Parser.CaseCondExprToContext)
Exit a parse tree produced by the caseCondExprTo
labeled alternative in sC_CondExpr().
Declaration
void ExitCaseCondExprTo([NotNull] VisualBasic6Parser.CaseCondExprToContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprToContext | context | The parse tree. |
ExitCaseCondExprValue(VisualBasic6Parser.CaseCondExprValueContext)
Exit a parse tree produced by the caseCondExprValue
labeled alternative in sC_CondExpr().
Declaration
void ExitCaseCondExprValue([NotNull] VisualBasic6Parser.CaseCondExprValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CaseCondExprValueContext | context | The parse tree. |
ExitCertainIdentifier(VisualBasic6Parser.CertainIdentifierContext)
Exit a parse tree produced by certainIdentifier().
Declaration
void ExitCertainIdentifier([NotNull] VisualBasic6Parser.CertainIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CertainIdentifierContext | context | The parse tree. |
ExitChDirStmt(VisualBasic6Parser.ChDirStmtContext)
Exit a parse tree produced by chDirStmt().
Declaration
void ExitChDirStmt([NotNull] VisualBasic6Parser.ChDirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ChDirStmtContext | context | The parse tree. |
ExitChDriveStmt(VisualBasic6Parser.ChDriveStmtContext)
Exit a parse tree produced by chDriveStmt().
Declaration
void ExitChDriveStmt([NotNull] VisualBasic6Parser.ChDriveStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ChDriveStmtContext | context | The parse tree. |
ExitCloseStmt(VisualBasic6Parser.CloseStmtContext)
Exit a parse tree produced by closeStmt().
Declaration
void ExitCloseStmt([NotNull] VisualBasic6Parser.CloseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.CloseStmtContext | context | The parse tree. |
ExitComparisonOperator(VisualBasic6Parser.ComparisonOperatorContext)
Exit a parse tree produced by comparisonOperator().
Declaration
void ExitComparisonOperator([NotNull] VisualBasic6Parser.ComparisonOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ComparisonOperatorContext | context | The parse tree. |
ExitComplexType(VisualBasic6Parser.ComplexTypeContext)
Exit a parse tree produced by complexType().
Declaration
void ExitComplexType([NotNull] VisualBasic6Parser.ComplexTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ComplexTypeContext | context | The parse tree. |
ExitConstStmt(VisualBasic6Parser.ConstStmtContext)
Exit a parse tree produced by constStmt().
Declaration
void ExitConstStmt([NotNull] VisualBasic6Parser.ConstStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ConstStmtContext | context | The parse tree. |
ExitConstSubStmt(VisualBasic6Parser.ConstSubStmtContext)
Exit a parse tree produced by constSubStmt().
Declaration
void ExitConstSubStmt([NotNull] VisualBasic6Parser.ConstSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ConstSubStmtContext | context | The parse tree. |
ExitControlProperties(VisualBasic6Parser.ControlPropertiesContext)
Exit a parse tree produced by controlProperties().
Declaration
void ExitControlProperties([NotNull] VisualBasic6Parser.ControlPropertiesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ControlPropertiesContext | context | The parse tree. |
ExitCp_ControlIdentifier(VisualBasic6Parser.Cp_ControlIdentifierContext)
Exit a parse tree produced by cp_ControlIdentifier().
Declaration
void ExitCp_ControlIdentifier([NotNull] VisualBasic6Parser.Cp_ControlIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_ControlIdentifierContext | context | The parse tree. |
ExitCp_ControlType(VisualBasic6Parser.Cp_ControlTypeContext)
Exit a parse tree produced by cp_ControlType().
Declaration
void ExitCp_ControlType([NotNull] VisualBasic6Parser.Cp_ControlTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_ControlTypeContext | context | The parse tree. |
ExitCp_NestedProperty(VisualBasic6Parser.Cp_NestedPropertyContext)
Exit a parse tree produced by cp_NestedProperty().
Declaration
void ExitCp_NestedProperty([NotNull] VisualBasic6Parser.Cp_NestedPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_NestedPropertyContext | context | The parse tree. |
ExitCp_Properties(VisualBasic6Parser.Cp_PropertiesContext)
Exit a parse tree produced by cp_Properties().
Declaration
void ExitCp_Properties([NotNull] VisualBasic6Parser.Cp_PropertiesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertiesContext | context | The parse tree. |
ExitCp_PropertyName(VisualBasic6Parser.Cp_PropertyNameContext)
Exit a parse tree produced by cp_PropertyName().
Declaration
void ExitCp_PropertyName([NotNull] VisualBasic6Parser.Cp_PropertyNameContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertyNameContext | context | The parse tree. |
ExitCp_PropertyValue(VisualBasic6Parser.Cp_PropertyValueContext)
Exit a parse tree produced by cp_PropertyValue().
Declaration
void ExitCp_PropertyValue([NotNull] VisualBasic6Parser.Cp_PropertyValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_PropertyValueContext | context | The parse tree. |
ExitCp_SingleProperty(VisualBasic6Parser.Cp_SinglePropertyContext)
Exit a parse tree produced by cp_SingleProperty().
Declaration
void ExitCp_SingleProperty([NotNull] VisualBasic6Parser.Cp_SinglePropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.Cp_SinglePropertyContext | context | The parse tree. |
ExitDateStmt(VisualBasic6Parser.DateStmtContext)
Exit a parse tree produced by dateStmt().
Declaration
void ExitDateStmt([NotNull] VisualBasic6Parser.DateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DateStmtContext | context | The parse tree. |
ExitDeclareStmt(VisualBasic6Parser.DeclareStmtContext)
Exit a parse tree produced by declareStmt().
Declaration
void ExitDeclareStmt([NotNull] VisualBasic6Parser.DeclareStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeclareStmtContext | context | The parse tree. |
ExitDeftypeStmt(VisualBasic6Parser.DeftypeStmtContext)
Exit a parse tree produced by deftypeStmt().
Declaration
void ExitDeftypeStmt([NotNull] VisualBasic6Parser.DeftypeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeftypeStmtContext | context | The parse tree. |
ExitDeleteSettingStmt(VisualBasic6Parser.DeleteSettingStmtContext)
Exit a parse tree produced by deleteSettingStmt().
Declaration
void ExitDeleteSettingStmt([NotNull] VisualBasic6Parser.DeleteSettingStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DeleteSettingStmtContext | context | The parse tree. |
ExitDictionaryCallStmt(VisualBasic6Parser.DictionaryCallStmtContext)
Exit a parse tree produced by dictionaryCallStmt().
Declaration
void ExitDictionaryCallStmt([NotNull] VisualBasic6Parser.DictionaryCallStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DictionaryCallStmtContext | context | The parse tree. |
ExitDoLoopStmt(VisualBasic6Parser.DoLoopStmtContext)
Exit a parse tree produced by doLoopStmt().
Declaration
void ExitDoLoopStmt([NotNull] VisualBasic6Parser.DoLoopStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.DoLoopStmtContext | context | The parse tree. |
ExitECS_MemberProcedureCall(VisualBasic6Parser.ECS_MemberProcedureCallContext)
Exit a parse tree produced by eCS_MemberProcedureCall().
Declaration
void ExitECS_MemberProcedureCall([NotNull] VisualBasic6Parser.ECS_MemberProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ECS_MemberProcedureCallContext | context | The parse tree. |
ExitECS_ProcedureCall(VisualBasic6Parser.ECS_ProcedureCallContext)
Exit a parse tree produced by eCS_ProcedureCall().
Declaration
void ExitECS_ProcedureCall([NotNull] VisualBasic6Parser.ECS_ProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ECS_ProcedureCallContext | context | The parse tree. |
ExitEndStmt(VisualBasic6Parser.EndStmtContext)
Exit a parse tree produced by endStmt().
Declaration
void ExitEndStmt([NotNull] VisualBasic6Parser.EndStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EndStmtContext | context | The parse tree. |
ExitEnumerationStmt(VisualBasic6Parser.EnumerationStmtContext)
Exit a parse tree produced by enumerationStmt().
Declaration
void ExitEnumerationStmt([NotNull] VisualBasic6Parser.EnumerationStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EnumerationStmtContext | context | The parse tree. |
ExitEnumerationStmt_Constant(VisualBasic6Parser.EnumerationStmt_ConstantContext)
Exit a parse tree produced by enumerationStmt_Constant().
Declaration
void ExitEnumerationStmt_Constant([NotNull] VisualBasic6Parser.EnumerationStmt_ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EnumerationStmt_ConstantContext | context | The parse tree. |
ExitEraseStmt(VisualBasic6Parser.EraseStmtContext)
Exit a parse tree produced by eraseStmt().
Declaration
void ExitEraseStmt([NotNull] VisualBasic6Parser.EraseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EraseStmtContext | context | The parse tree. |
ExitErrorStmt(VisualBasic6Parser.ErrorStmtContext)
Exit a parse tree produced by errorStmt().
Declaration
void ExitErrorStmt([NotNull] VisualBasic6Parser.ErrorStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ErrorStmtContext | context | The parse tree. |
ExitEventStmt(VisualBasic6Parser.EventStmtContext)
Exit a parse tree produced by eventStmt().
Declaration
void ExitEventStmt([NotNull] VisualBasic6Parser.EventStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.EventStmtContext | context | The parse tree. |
ExitExitStmt(VisualBasic6Parser.ExitStmtContext)
Exit a parse tree produced by exitStmt().
Declaration
void ExitExitStmt([NotNull] VisualBasic6Parser.ExitStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ExitStmtContext | context | The parse tree. |
ExitExplicitCallStmt(VisualBasic6Parser.ExplicitCallStmtContext)
Exit a parse tree produced by explicitCallStmt().
Declaration
void ExitExplicitCallStmt([NotNull] VisualBasic6Parser.ExplicitCallStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ExplicitCallStmtContext | context | The parse tree. |
ExitFieldLength(VisualBasic6Parser.FieldLengthContext)
Exit a parse tree produced by fieldLength().
Declaration
void ExitFieldLength([NotNull] VisualBasic6Parser.FieldLengthContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FieldLengthContext | context | The parse tree. |
ExitFilecopyStmt(VisualBasic6Parser.FilecopyStmtContext)
Exit a parse tree produced by filecopyStmt().
Declaration
void ExitFilecopyStmt([NotNull] VisualBasic6Parser.FilecopyStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FilecopyStmtContext | context | The parse tree. |
ExitForEachStmt(VisualBasic6Parser.ForEachStmtContext)
Exit a parse tree produced by forEachStmt().
Declaration
void ExitForEachStmt([NotNull] VisualBasic6Parser.ForEachStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ForEachStmtContext | context | The parse tree. |
ExitForNextStmt(VisualBasic6Parser.ForNextStmtContext)
Exit a parse tree produced by forNextStmt().
Declaration
void ExitForNextStmt([NotNull] VisualBasic6Parser.ForNextStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ForNextStmtContext | context | The parse tree. |
ExitFunctionStmt(VisualBasic6Parser.FunctionStmtContext)
Exit a parse tree produced by functionStmt().
Declaration
void ExitFunctionStmt([NotNull] VisualBasic6Parser.FunctionStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.FunctionStmtContext | context | The parse tree. |
ExitGetStmt(VisualBasic6Parser.GetStmtContext)
Exit a parse tree produced by getStmt().
Declaration
void ExitGetStmt([NotNull] VisualBasic6Parser.GetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GetStmtContext | context | The parse tree. |
ExitGoSubStmt(VisualBasic6Parser.GoSubStmtContext)
Exit a parse tree produced by goSubStmt().
Declaration
void ExitGoSubStmt([NotNull] VisualBasic6Parser.GoSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GoSubStmtContext | context | The parse tree. |
ExitGoToStmt(VisualBasic6Parser.GoToStmtContext)
Exit a parse tree produced by goToStmt().
Declaration
void ExitGoToStmt([NotNull] VisualBasic6Parser.GoToStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.GoToStmtContext | context | The parse tree. |
ExitICS_B_MemberProcedureCall(VisualBasic6Parser.ICS_B_MemberProcedureCallContext)
Exit a parse tree produced by iCS_B_MemberProcedureCall().
Declaration
void ExitICS_B_MemberProcedureCall([NotNull] VisualBasic6Parser.ICS_B_MemberProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_B_MemberProcedureCallContext | context | The parse tree. |
ExitICS_B_ProcedureCall(VisualBasic6Parser.ICS_B_ProcedureCallContext)
Exit a parse tree produced by iCS_B_ProcedureCall().
Declaration
void ExitICS_B_ProcedureCall([NotNull] VisualBasic6Parser.ICS_B_ProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_B_ProcedureCallContext | context | The parse tree. |
ExitICS_S_DictionaryCall(VisualBasic6Parser.ICS_S_DictionaryCallContext)
Exit a parse tree produced by iCS_S_DictionaryCall().
Declaration
void ExitICS_S_DictionaryCall([NotNull] VisualBasic6Parser.ICS_S_DictionaryCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_DictionaryCallContext | context | The parse tree. |
ExitICS_S_MemberCall(VisualBasic6Parser.ICS_S_MemberCallContext)
Exit a parse tree produced by iCS_S_MemberCall().
Declaration
void ExitICS_S_MemberCall([NotNull] VisualBasic6Parser.ICS_S_MemberCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_MemberCallContext | context | The parse tree. |
ExitICS_S_MembersCall(VisualBasic6Parser.ICS_S_MembersCallContext)
Exit a parse tree produced by iCS_S_MembersCall().
Declaration
void ExitICS_S_MembersCall([NotNull] VisualBasic6Parser.ICS_S_MembersCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_MembersCallContext | context | The parse tree. |
ExitICS_S_NestedProcedureCall(VisualBasic6Parser.ICS_S_NestedProcedureCallContext)
Exit a parse tree produced by iCS_S_NestedProcedureCall().
Declaration
void ExitICS_S_NestedProcedureCall([NotNull] VisualBasic6Parser.ICS_S_NestedProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_NestedProcedureCallContext | context | The parse tree. |
ExitICS_S_ProcedureOrArrayCall(VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext)
Exit a parse tree produced by iCS_S_ProcedureOrArrayCall().
Declaration
void ExitICS_S_ProcedureOrArrayCall([NotNull] VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_ProcedureOrArrayCallContext | context | The parse tree. |
ExitICS_S_VariableOrProcedureCall(VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext)
Exit a parse tree produced by iCS_S_VariableOrProcedureCall().
Declaration
void ExitICS_S_VariableOrProcedureCall([NotNull] VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ICS_S_VariableOrProcedureCallContext | context | The parse tree. |
ExitIfBlockStmt(VisualBasic6Parser.IfBlockStmtContext)
Exit a parse tree produced by ifBlockStmt().
Declaration
void ExitIfBlockStmt([NotNull] VisualBasic6Parser.IfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfBlockStmtContext | context | The parse tree. |
ExitIfConditionStmt(VisualBasic6Parser.IfConditionStmtContext)
Exit a parse tree produced by ifConditionStmt().
Declaration
void ExitIfConditionStmt([NotNull] VisualBasic6Parser.IfConditionStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfConditionStmtContext | context | The parse tree. |
ExitIfElseBlockStmt(VisualBasic6Parser.IfElseBlockStmtContext)
Exit a parse tree produced by ifElseBlockStmt().
Declaration
void ExitIfElseBlockStmt([NotNull] VisualBasic6Parser.IfElseBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfElseBlockStmtContext | context | The parse tree. |
ExitIfElseIfBlockStmt(VisualBasic6Parser.IfElseIfBlockStmtContext)
Exit a parse tree produced by ifElseIfBlockStmt().
Declaration
void ExitIfElseIfBlockStmt([NotNull] VisualBasic6Parser.IfElseIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.IfElseIfBlockStmtContext | context | The parse tree. |
ExitImplementsStmt(VisualBasic6Parser.ImplementsStmtContext)
Exit a parse tree produced by implementsStmt().
Declaration
void ExitImplementsStmt([NotNull] VisualBasic6Parser.ImplementsStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplementsStmtContext | context | The parse tree. |
ExitImplicitCallStmt_InBlock(VisualBasic6Parser.ImplicitCallStmt_InBlockContext)
Exit a parse tree produced by implicitCallStmt_InBlock().
Declaration
void ExitImplicitCallStmt_InBlock([NotNull] VisualBasic6Parser.ImplicitCallStmt_InBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplicitCallStmt_InBlockContext | context | The parse tree. |
ExitImplicitCallStmt_InStmt(VisualBasic6Parser.ImplicitCallStmt_InStmtContext)
Exit a parse tree produced by implicitCallStmt_InStmt().
Declaration
void ExitImplicitCallStmt_InStmt([NotNull] VisualBasic6Parser.ImplicitCallStmt_InStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ImplicitCallStmt_InStmtContext | context | The parse tree. |
ExitInlineIfThenElse(VisualBasic6Parser.InlineIfThenElseContext)
Exit a parse tree produced by the inlineIfThenElse
labeled alternative in ifThenElseStmt().
Declaration
void ExitInlineIfThenElse([NotNull] VisualBasic6Parser.InlineIfThenElseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.InlineIfThenElseContext | context | The parse tree. |
ExitInputStmt(VisualBasic6Parser.InputStmtContext)
Exit a parse tree produced by inputStmt().
Declaration
void ExitInputStmt([NotNull] VisualBasic6Parser.InputStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.InputStmtContext | context | The parse tree. |
ExitKillStmt(VisualBasic6Parser.KillStmtContext)
Exit a parse tree produced by killStmt().
Declaration
void ExitKillStmt([NotNull] VisualBasic6Parser.KillStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.KillStmtContext | context | The parse tree. |
ExitLetStmt(VisualBasic6Parser.LetStmtContext)
Exit a parse tree produced by letStmt().
Declaration
void ExitLetStmt([NotNull] VisualBasic6Parser.LetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LetStmtContext | context | The parse tree. |
ExitLetterrange(VisualBasic6Parser.LetterrangeContext)
Exit a parse tree produced by letterrange().
Declaration
void ExitLetterrange([NotNull] VisualBasic6Parser.LetterrangeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LetterrangeContext | context | The parse tree. |
ExitLineInputStmt(VisualBasic6Parser.LineInputStmtContext)
Exit a parse tree produced by lineInputStmt().
Declaration
void ExitLineInputStmt([NotNull] VisualBasic6Parser.LineInputStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LineInputStmtContext | context | The parse tree. |
ExitLineLabel(VisualBasic6Parser.LineLabelContext)
Exit a parse tree produced by lineLabel().
Declaration
void ExitLineLabel([NotNull] VisualBasic6Parser.LineLabelContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LineLabelContext | context | The parse tree. |
ExitLiteral(VisualBasic6Parser.LiteralContext)
Exit a parse tree produced by literal().
Declaration
void ExitLiteral([NotNull] VisualBasic6Parser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LiteralContext | context | The parse tree. |
ExitLoadStmt(VisualBasic6Parser.LoadStmtContext)
Exit a parse tree produced by loadStmt().
Declaration
void ExitLoadStmt([NotNull] VisualBasic6Parser.LoadStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LoadStmtContext | context | The parse tree. |
ExitLockStmt(VisualBasic6Parser.LockStmtContext)
Exit a parse tree produced by lockStmt().
Declaration
void ExitLockStmt([NotNull] VisualBasic6Parser.LockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LockStmtContext | context | The parse tree. |
ExitLsetStmt(VisualBasic6Parser.LsetStmtContext)
Exit a parse tree produced by lsetStmt().
Declaration
void ExitLsetStmt([NotNull] VisualBasic6Parser.LsetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.LsetStmtContext | context | The parse tree. |
ExitMacroElseBlockStmt(VisualBasic6Parser.MacroElseBlockStmtContext)
Exit a parse tree produced by macroElseBlockStmt().
Declaration
void ExitMacroElseBlockStmt([NotNull] VisualBasic6Parser.MacroElseBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroElseBlockStmtContext | context | The parse tree. |
ExitMacroElseIfBlockStmt(VisualBasic6Parser.MacroElseIfBlockStmtContext)
Exit a parse tree produced by macroElseIfBlockStmt().
Declaration
void ExitMacroElseIfBlockStmt([NotNull] VisualBasic6Parser.MacroElseIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroElseIfBlockStmtContext | context | The parse tree. |
ExitMacroIfBlockStmt(VisualBasic6Parser.MacroIfBlockStmtContext)
Exit a parse tree produced by macroIfBlockStmt().
Declaration
void ExitMacroIfBlockStmt([NotNull] VisualBasic6Parser.MacroIfBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroIfBlockStmtContext | context | The parse tree. |
ExitMacroIfThenElseStmt(VisualBasic6Parser.MacroIfThenElseStmtContext)
Exit a parse tree produced by macroIfThenElseStmt().
Declaration
void ExitMacroIfThenElseStmt([NotNull] VisualBasic6Parser.MacroIfThenElseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MacroIfThenElseStmtContext | context | The parse tree. |
ExitMidStmt(VisualBasic6Parser.MidStmtContext)
Exit a parse tree produced by midStmt().
Declaration
void ExitMidStmt([NotNull] VisualBasic6Parser.MidStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MidStmtContext | context | The parse tree. |
ExitMkdirStmt(VisualBasic6Parser.MkdirStmtContext)
Exit a parse tree produced by mkdirStmt().
Declaration
void ExitMkdirStmt([NotNull] VisualBasic6Parser.MkdirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.MkdirStmtContext | context | The parse tree. |
ExitModule(VisualBasic6Parser.ModuleContext)
Exit a parse tree produced by module().
Declaration
void ExitModule([NotNull] VisualBasic6Parser.ModuleContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleContext | context | The parse tree. |
ExitModuleAttributes(VisualBasic6Parser.ModuleAttributesContext)
Exit a parse tree produced by moduleAttributes().
Declaration
void ExitModuleAttributes([NotNull] VisualBasic6Parser.ModuleAttributesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleAttributesContext | context | The parse tree. |
ExitModuleBlock(VisualBasic6Parser.ModuleBlockContext)
Exit a parse tree produced by moduleBlock().
Declaration
void ExitModuleBlock([NotNull] VisualBasic6Parser.ModuleBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBlockContext | context | The parse tree. |
ExitModuleBody(VisualBasic6Parser.ModuleBodyContext)
Exit a parse tree produced by moduleBody().
Declaration
void ExitModuleBody([NotNull] VisualBasic6Parser.ModuleBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBodyContext | context | The parse tree. |
ExitModuleBodyElement(VisualBasic6Parser.ModuleBodyElementContext)
Exit a parse tree produced by moduleBodyElement().
Declaration
void ExitModuleBodyElement([NotNull] VisualBasic6Parser.ModuleBodyElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleBodyElementContext | context | The parse tree. |
ExitModuleConfig(VisualBasic6Parser.ModuleConfigContext)
Exit a parse tree produced by moduleConfig().
Declaration
void ExitModuleConfig([NotNull] VisualBasic6Parser.ModuleConfigContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleConfigContext | context | The parse tree. |
ExitModuleConfigElement(VisualBasic6Parser.ModuleConfigElementContext)
Exit a parse tree produced by moduleConfigElement().
Declaration
void ExitModuleConfigElement([NotNull] VisualBasic6Parser.ModuleConfigElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleConfigElementContext | context | The parse tree. |
ExitModuleHeader(VisualBasic6Parser.ModuleHeaderContext)
Exit a parse tree produced by moduleHeader().
Declaration
void ExitModuleHeader([NotNull] VisualBasic6Parser.ModuleHeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleHeaderContext | context | The parse tree. |
ExitModuleOptions(VisualBasic6Parser.ModuleOptionsContext)
Exit a parse tree produced by moduleOptions().
Declaration
void ExitModuleOptions([NotNull] VisualBasic6Parser.ModuleOptionsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleOptionsContext | context | The parse tree. |
ExitModuleReference(VisualBasic6Parser.ModuleReferenceContext)
Exit a parse tree produced by moduleReference().
Declaration
void ExitModuleReference([NotNull] VisualBasic6Parser.ModuleReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceContext | context | The parse tree. |
ExitModuleReferenceComponent(VisualBasic6Parser.ModuleReferenceComponentContext)
Exit a parse tree produced by moduleReferenceComponent().
Declaration
void ExitModuleReferenceComponent([NotNull] VisualBasic6Parser.ModuleReferenceComponentContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceComponentContext | context | The parse tree. |
ExitModuleReferences(VisualBasic6Parser.ModuleReferencesContext)
Exit a parse tree produced by moduleReferences().
Declaration
void ExitModuleReferences([NotNull] VisualBasic6Parser.ModuleReferencesContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferencesContext | context | The parse tree. |
ExitModuleReferenceValue(VisualBasic6Parser.ModuleReferenceValueContext)
Exit a parse tree produced by moduleReferenceValue().
Declaration
void ExitModuleReferenceValue([NotNull] VisualBasic6Parser.ModuleReferenceValueContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ModuleReferenceValueContext | context | The parse tree. |
ExitNameStmt(VisualBasic6Parser.NameStmtContext)
Exit a parse tree produced by nameStmt().
Declaration
void ExitNameStmt([NotNull] VisualBasic6Parser.NameStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.NameStmtContext | context | The parse tree. |
ExitOnErrorStmt(VisualBasic6Parser.OnErrorStmtContext)
Exit a parse tree produced by onErrorStmt().
Declaration
void ExitOnErrorStmt([NotNull] VisualBasic6Parser.OnErrorStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnErrorStmtContext | context | The parse tree. |
ExitOnGoSubStmt(VisualBasic6Parser.OnGoSubStmtContext)
Exit a parse tree produced by onGoSubStmt().
Declaration
void ExitOnGoSubStmt([NotNull] VisualBasic6Parser.OnGoSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnGoSubStmtContext | context | The parse tree. |
ExitOnGoToStmt(VisualBasic6Parser.OnGoToStmtContext)
Exit a parse tree produced by onGoToStmt().
Declaration
void ExitOnGoToStmt([NotNull] VisualBasic6Parser.OnGoToStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OnGoToStmtContext | context | The parse tree. |
ExitOpenStmt(VisualBasic6Parser.OpenStmtContext)
Exit a parse tree produced by openStmt().
Declaration
void ExitOpenStmt([NotNull] VisualBasic6Parser.OpenStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OpenStmtContext | context | The parse tree. |
ExitOptionBaseStmt(VisualBasic6Parser.OptionBaseStmtContext)
Exit a parse tree produced by the optionBaseStmt
labeled alternative in moduleOption().
Declaration
void ExitOptionBaseStmt([NotNull] VisualBasic6Parser.OptionBaseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionBaseStmtContext | context | The parse tree. |
ExitOptionCompareStmt(VisualBasic6Parser.OptionCompareStmtContext)
Exit a parse tree produced by the optionCompareStmt
labeled alternative in moduleOption().
Declaration
void ExitOptionCompareStmt([NotNull] VisualBasic6Parser.OptionCompareStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionCompareStmtContext | context | The parse tree. |
ExitOptionExplicitStmt(VisualBasic6Parser.OptionExplicitStmtContext)
Exit a parse tree produced by the optionExplicitStmt
labeled alternative in moduleOption().
Declaration
void ExitOptionExplicitStmt([NotNull] VisualBasic6Parser.OptionExplicitStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionExplicitStmtContext | context | The parse tree. |
ExitOptionPrivateModuleStmt(VisualBasic6Parser.OptionPrivateModuleStmtContext)
Exit a parse tree produced by the optionPrivateModuleStmt
labeled alternative in moduleOption().
Declaration
void ExitOptionPrivateModuleStmt([NotNull] VisualBasic6Parser.OptionPrivateModuleStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OptionPrivateModuleStmtContext | context | The parse tree. |
ExitOutputList(VisualBasic6Parser.OutputListContext)
Exit a parse tree produced by outputList().
Declaration
void ExitOutputList([NotNull] VisualBasic6Parser.OutputListContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OutputListContext | context | The parse tree. |
ExitOutputList_Expression(VisualBasic6Parser.OutputList_ExpressionContext)
Exit a parse tree produced by outputList_Expression().
Declaration
void ExitOutputList_Expression([NotNull] VisualBasic6Parser.OutputList_ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.OutputList_ExpressionContext | context | The parse tree. |
ExitPrintStmt(VisualBasic6Parser.PrintStmtContext)
Exit a parse tree produced by printStmt().
Declaration
void ExitPrintStmt([NotNull] VisualBasic6Parser.PrintStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PrintStmtContext | context | The parse tree. |
ExitPropertyGetStmt(VisualBasic6Parser.PropertyGetStmtContext)
Exit a parse tree produced by propertyGetStmt().
Declaration
void ExitPropertyGetStmt([NotNull] VisualBasic6Parser.PropertyGetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertyGetStmtContext | context | The parse tree. |
ExitPropertyLetStmt(VisualBasic6Parser.PropertyLetStmtContext)
Exit a parse tree produced by propertyLetStmt().
Declaration
void ExitPropertyLetStmt([NotNull] VisualBasic6Parser.PropertyLetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertyLetStmtContext | context | The parse tree. |
ExitPropertySetStmt(VisualBasic6Parser.PropertySetStmtContext)
Exit a parse tree produced by propertySetStmt().
Declaration
void ExitPropertySetStmt([NotNull] VisualBasic6Parser.PropertySetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PropertySetStmtContext | context | The parse tree. |
ExitPublicPrivateGlobalVisibility(VisualBasic6Parser.PublicPrivateGlobalVisibilityContext)
Exit a parse tree produced by publicPrivateGlobalVisibility().
Declaration
void ExitPublicPrivateGlobalVisibility([NotNull] VisualBasic6Parser.PublicPrivateGlobalVisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PublicPrivateGlobalVisibilityContext | context | The parse tree. |
ExitPublicPrivateVisibility(VisualBasic6Parser.PublicPrivateVisibilityContext)
Exit a parse tree produced by publicPrivateVisibility().
Declaration
void ExitPublicPrivateVisibility([NotNull] VisualBasic6Parser.PublicPrivateVisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PublicPrivateVisibilityContext | context | The parse tree. |
ExitPutStmt(VisualBasic6Parser.PutStmtContext)
Exit a parse tree produced by putStmt().
Declaration
void ExitPutStmt([NotNull] VisualBasic6Parser.PutStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.PutStmtContext | context | The parse tree. |
ExitRaiseEventStmt(VisualBasic6Parser.RaiseEventStmtContext)
Exit a parse tree produced by raiseEventStmt().
Declaration
void ExitRaiseEventStmt([NotNull] VisualBasic6Parser.RaiseEventStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RaiseEventStmtContext | context | The parse tree. |
ExitRandomizeStmt(VisualBasic6Parser.RandomizeStmtContext)
Exit a parse tree produced by randomizeStmt().
Declaration
void ExitRandomizeStmt([NotNull] VisualBasic6Parser.RandomizeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RandomizeStmtContext | context | The parse tree. |
ExitRedimStmt(VisualBasic6Parser.RedimStmtContext)
Exit a parse tree produced by redimStmt().
Declaration
void ExitRedimStmt([NotNull] VisualBasic6Parser.RedimStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RedimStmtContext | context | The parse tree. |
ExitRedimSubStmt(VisualBasic6Parser.RedimSubStmtContext)
Exit a parse tree produced by redimSubStmt().
Declaration
void ExitRedimSubStmt([NotNull] VisualBasic6Parser.RedimSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RedimSubStmtContext | context | The parse tree. |
ExitResetStmt(VisualBasic6Parser.ResetStmtContext)
Exit a parse tree produced by resetStmt().
Declaration
void ExitResetStmt([NotNull] VisualBasic6Parser.ResetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ResetStmtContext | context | The parse tree. |
ExitResumeStmt(VisualBasic6Parser.ResumeStmtContext)
Exit a parse tree produced by resumeStmt().
Declaration
void ExitResumeStmt([NotNull] VisualBasic6Parser.ResumeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ResumeStmtContext | context | The parse tree. |
ExitReturnStmt(VisualBasic6Parser.ReturnStmtContext)
Exit a parse tree produced by returnStmt().
Declaration
void ExitReturnStmt([NotNull] VisualBasic6Parser.ReturnStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.ReturnStmtContext | context | The parse tree. |
ExitRmdirStmt(VisualBasic6Parser.RmdirStmtContext)
Exit a parse tree produced by rmdirStmt().
Declaration
void ExitRmdirStmt([NotNull] VisualBasic6Parser.RmdirStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RmdirStmtContext | context | The parse tree. |
ExitRsetStmt(VisualBasic6Parser.RsetStmtContext)
Exit a parse tree produced by rsetStmt().
Declaration
void ExitRsetStmt([NotNull] VisualBasic6Parser.RsetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.RsetStmtContext | context | The parse tree. |
ExitSavepictureStmt(VisualBasic6Parser.SavepictureStmtContext)
Exit a parse tree produced by savepictureStmt().
Declaration
void ExitSavepictureStmt([NotNull] VisualBasic6Parser.SavepictureStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SavepictureStmtContext | context | The parse tree. |
ExitSaveSettingStmt(VisualBasic6Parser.SaveSettingStmtContext)
Exit a parse tree produced by saveSettingStmt().
Declaration
void ExitSaveSettingStmt([NotNull] VisualBasic6Parser.SaveSettingStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SaveSettingStmtContext | context | The parse tree. |
ExitSC_Case(VisualBasic6Parser.SC_CaseContext)
Exit a parse tree produced by sC_Case().
Declaration
void ExitSC_Case([NotNull] VisualBasic6Parser.SC_CaseContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SC_CaseContext | context | The parse tree. |
ExitSeekStmt(VisualBasic6Parser.SeekStmtContext)
Exit a parse tree produced by seekStmt().
Declaration
void ExitSeekStmt([NotNull] VisualBasic6Parser.SeekStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SeekStmtContext | context | The parse tree. |
ExitSelectCaseStmt(VisualBasic6Parser.SelectCaseStmtContext)
Exit a parse tree produced by selectCaseStmt().
Declaration
void ExitSelectCaseStmt([NotNull] VisualBasic6Parser.SelectCaseStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SelectCaseStmtContext | context | The parse tree. |
ExitSendkeysStmt(VisualBasic6Parser.SendkeysStmtContext)
Exit a parse tree produced by sendkeysStmt().
Declaration
void ExitSendkeysStmt([NotNull] VisualBasic6Parser.SendkeysStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SendkeysStmtContext | context | The parse tree. |
ExitSetattrStmt(VisualBasic6Parser.SetattrStmtContext)
Exit a parse tree produced by setattrStmt().
Declaration
void ExitSetattrStmt([NotNull] VisualBasic6Parser.SetattrStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SetattrStmtContext | context | The parse tree. |
ExitSetStmt(VisualBasic6Parser.SetStmtContext)
Exit a parse tree produced by setStmt().
Declaration
void ExitSetStmt([NotNull] VisualBasic6Parser.SetStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SetStmtContext | context | The parse tree. |
ExitStartRule(VisualBasic6Parser.StartRuleContext)
Exit a parse tree produced by startRule().
Declaration
void ExitStartRule([NotNull] VisualBasic6Parser.StartRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.StartRuleContext | context | The parse tree. |
ExitStopStmt(VisualBasic6Parser.StopStmtContext)
Exit a parse tree produced by stopStmt().
Declaration
void ExitStopStmt([NotNull] VisualBasic6Parser.StopStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.StopStmtContext | context | The parse tree. |
ExitSubscript(VisualBasic6Parser.SubscriptContext)
Exit a parse tree produced by subscript().
Declaration
void ExitSubscript([NotNull] VisualBasic6Parser.SubscriptContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubscriptContext | context | The parse tree. |
ExitSubscripts(VisualBasic6Parser.SubscriptsContext)
Exit a parse tree produced by subscripts().
Declaration
void ExitSubscripts([NotNull] VisualBasic6Parser.SubscriptsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubscriptsContext | context | The parse tree. |
ExitSubStmt(VisualBasic6Parser.SubStmtContext)
Exit a parse tree produced by subStmt().
Declaration
void ExitSubStmt([NotNull] VisualBasic6Parser.SubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.SubStmtContext | context | The parse tree. |
ExitTimeStmt(VisualBasic6Parser.TimeStmtContext)
Exit a parse tree produced by timeStmt().
Declaration
void ExitTimeStmt([NotNull] VisualBasic6Parser.TimeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TimeStmtContext | context | The parse tree. |
ExitType(VisualBasic6Parser.TypeContext)
Exit a parse tree produced by type().
Declaration
void ExitType([NotNull] VisualBasic6Parser.TypeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeContext | context | The parse tree. |
ExitTypeHint(VisualBasic6Parser.TypeHintContext)
Exit a parse tree produced by typeHint().
Declaration
void ExitTypeHint([NotNull] VisualBasic6Parser.TypeHintContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeHintContext | context | The parse tree. |
ExitTypeOfStmt(VisualBasic6Parser.TypeOfStmtContext)
Exit a parse tree produced by typeOfStmt().
Declaration
void ExitTypeOfStmt([NotNull] VisualBasic6Parser.TypeOfStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeOfStmtContext | context | The parse tree. |
ExitTypeStmt(VisualBasic6Parser.TypeStmtContext)
Exit a parse tree produced by typeStmt().
Declaration
void ExitTypeStmt([NotNull] VisualBasic6Parser.TypeStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeStmtContext | context | The parse tree. |
ExitTypeStmt_Element(VisualBasic6Parser.TypeStmt_ElementContext)
Exit a parse tree produced by typeStmt_Element().
Declaration
void ExitTypeStmt_Element([NotNull] VisualBasic6Parser.TypeStmt_ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.TypeStmt_ElementContext | context | The parse tree. |
ExitUnloadStmt(VisualBasic6Parser.UnloadStmtContext)
Exit a parse tree produced by unloadStmt().
Declaration
void ExitUnloadStmt([NotNull] VisualBasic6Parser.UnloadStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.UnloadStmtContext | context | The parse tree. |
ExitUnlockStmt(VisualBasic6Parser.UnlockStmtContext)
Exit a parse tree produced by unlockStmt().
Declaration
void ExitUnlockStmt([NotNull] VisualBasic6Parser.UnlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.UnlockStmtContext | context | The parse tree. |
ExitVariableListStmt(VisualBasic6Parser.VariableListStmtContext)
Exit a parse tree produced by variableListStmt().
Declaration
void ExitVariableListStmt([NotNull] VisualBasic6Parser.VariableListStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableListStmtContext | context | The parse tree. |
ExitVariableStmt(VisualBasic6Parser.VariableStmtContext)
Exit a parse tree produced by variableStmt().
Declaration
void ExitVariableStmt([NotNull] VisualBasic6Parser.VariableStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableStmtContext | context | The parse tree. |
ExitVariableSubStmt(VisualBasic6Parser.VariableSubStmtContext)
Exit a parse tree produced by variableSubStmt().
Declaration
void ExitVariableSubStmt([NotNull] VisualBasic6Parser.VariableSubStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VariableSubStmtContext | context | The parse tree. |
ExitVisibility(VisualBasic6Parser.VisibilityContext)
Exit a parse tree produced by visibility().
Declaration
void ExitVisibility([NotNull] VisualBasic6Parser.VisibilityContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VisibilityContext | context | The parse tree. |
ExitVsAdd(VisualBasic6Parser.VsAddContext)
Exit a parse tree produced by the vsAdd
labeled alternative in valueStmt().
Declaration
void ExitVsAdd([NotNull] VisualBasic6Parser.VsAddContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAddContext | context | The parse tree. |
ExitVsAddressOf(VisualBasic6Parser.VsAddressOfContext)
Exit a parse tree produced by the vsAddressOf
labeled alternative in valueStmt().
Declaration
void ExitVsAddressOf([NotNull] VisualBasic6Parser.VsAddressOfContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAddressOfContext | context | The parse tree. |
ExitVsAmp(VisualBasic6Parser.VsAmpContext)
Exit a parse tree produced by the vsAmp
labeled alternative in valueStmt().
Declaration
void ExitVsAmp([NotNull] VisualBasic6Parser.VsAmpContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAmpContext | context | The parse tree. |
ExitVsAnd(VisualBasic6Parser.VsAndContext)
Exit a parse tree produced by the vsAnd
labeled alternative in valueStmt().
Declaration
void ExitVsAnd([NotNull] VisualBasic6Parser.VsAndContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAndContext | context | The parse tree. |
ExitVsAssign(VisualBasic6Parser.VsAssignContext)
Exit a parse tree produced by the vsAssign
labeled alternative in valueStmt().
Declaration
void ExitVsAssign([NotNull] VisualBasic6Parser.VsAssignContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsAssignContext | context | The parse tree. |
ExitVsDiv(VisualBasic6Parser.VsDivContext)
Exit a parse tree produced by the vsDiv
labeled alternative in valueStmt().
Declaration
void ExitVsDiv([NotNull] VisualBasic6Parser.VsDivContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsDivContext | context | The parse tree. |
ExitVsEq(VisualBasic6Parser.VsEqContext)
Exit a parse tree produced by the vsEq
labeled alternative in valueStmt().
Declaration
void ExitVsEq([NotNull] VisualBasic6Parser.VsEqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsEqContext | context | The parse tree. |
ExitVsEqv(VisualBasic6Parser.VsEqvContext)
Exit a parse tree produced by the vsEqv
labeled alternative in valueStmt().
Declaration
void ExitVsEqv([NotNull] VisualBasic6Parser.VsEqvContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsEqvContext | context | The parse tree. |
ExitVsGeq(VisualBasic6Parser.VsGeqContext)
Exit a parse tree produced by the vsGeq
labeled alternative in valueStmt().
Declaration
void ExitVsGeq([NotNull] VisualBasic6Parser.VsGeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsGeqContext | context | The parse tree. |
ExitVsGt(VisualBasic6Parser.VsGtContext)
Exit a parse tree produced by the vsGt
labeled alternative in valueStmt().
Declaration
void ExitVsGt([NotNull] VisualBasic6Parser.VsGtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsGtContext | context | The parse tree. |
ExitVsICS(VisualBasic6Parser.VsICSContext)
Exit a parse tree produced by the vsICS
labeled alternative in valueStmt().
Declaration
void ExitVsICS([NotNull] VisualBasic6Parser.VsICSContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsICSContext | context | The parse tree. |
ExitVsImp(VisualBasic6Parser.VsImpContext)
Exit a parse tree produced by the vsImp
labeled alternative in valueStmt().
Declaration
void ExitVsImp([NotNull] VisualBasic6Parser.VsImpContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsImpContext | context | The parse tree. |
ExitVsIs(VisualBasic6Parser.VsIsContext)
Exit a parse tree produced by the vsIs
labeled alternative in valueStmt().
Declaration
void ExitVsIs([NotNull] VisualBasic6Parser.VsIsContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsIsContext | context | The parse tree. |
ExitVsLeq(VisualBasic6Parser.VsLeqContext)
Exit a parse tree produced by the vsLeq
labeled alternative in valueStmt().
Declaration
void ExitVsLeq([NotNull] VisualBasic6Parser.VsLeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLeqContext | context | The parse tree. |
ExitVsLike(VisualBasic6Parser.VsLikeContext)
Exit a parse tree produced by the vsLike
labeled alternative in valueStmt().
Declaration
void ExitVsLike([NotNull] VisualBasic6Parser.VsLikeContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLikeContext | context | The parse tree. |
ExitVsLiteral(VisualBasic6Parser.VsLiteralContext)
Exit a parse tree produced by the vsLiteral
labeled alternative in valueStmt().
Declaration
void ExitVsLiteral([NotNull] VisualBasic6Parser.VsLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLiteralContext | context | The parse tree. |
ExitVsLt(VisualBasic6Parser.VsLtContext)
Exit a parse tree produced by the vsLt
labeled alternative in valueStmt().
Declaration
void ExitVsLt([NotNull] VisualBasic6Parser.VsLtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsLtContext | context | The parse tree. |
ExitVsMid(VisualBasic6Parser.VsMidContext)
Exit a parse tree produced by the vsMid
labeled alternative in valueStmt().
Declaration
void ExitVsMid([NotNull] VisualBasic6Parser.VsMidContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMidContext | context | The parse tree. |
ExitVsMinus(VisualBasic6Parser.VsMinusContext)
Exit a parse tree produced by the vsMinus
labeled alternative in valueStmt().
Declaration
void ExitVsMinus([NotNull] VisualBasic6Parser.VsMinusContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMinusContext | context | The parse tree. |
ExitVsMod(VisualBasic6Parser.VsModContext)
Exit a parse tree produced by the vsMod
labeled alternative in valueStmt().
Declaration
void ExitVsMod([NotNull] VisualBasic6Parser.VsModContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsModContext | context | The parse tree. |
ExitVsMult(VisualBasic6Parser.VsMultContext)
Exit a parse tree produced by the vsMult
labeled alternative in valueStmt().
Declaration
void ExitVsMult([NotNull] VisualBasic6Parser.VsMultContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsMultContext | context | The parse tree. |
ExitVsNegation(VisualBasic6Parser.VsNegationContext)
Exit a parse tree produced by the vsNegation
labeled alternative in valueStmt().
Declaration
void ExitVsNegation([NotNull] VisualBasic6Parser.VsNegationContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNegationContext | context | The parse tree. |
ExitVsNeq(VisualBasic6Parser.VsNeqContext)
Exit a parse tree produced by the vsNeq
labeled alternative in valueStmt().
Declaration
void ExitVsNeq([NotNull] VisualBasic6Parser.VsNeqContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNeqContext | context | The parse tree. |
ExitVsNew(VisualBasic6Parser.VsNewContext)
Exit a parse tree produced by the vsNew
labeled alternative in valueStmt().
Declaration
void ExitVsNew([NotNull] VisualBasic6Parser.VsNewContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNewContext | context | The parse tree. |
ExitVsNot(VisualBasic6Parser.VsNotContext)
Exit a parse tree produced by the vsNot
labeled alternative in valueStmt().
Declaration
void ExitVsNot([NotNull] VisualBasic6Parser.VsNotContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsNotContext | context | The parse tree. |
ExitVsOr(VisualBasic6Parser.VsOrContext)
Exit a parse tree produced by the vsOr
labeled alternative in valueStmt().
Declaration
void ExitVsOr([NotNull] VisualBasic6Parser.VsOrContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsOrContext | context | The parse tree. |
ExitVsPlus(VisualBasic6Parser.VsPlusContext)
Exit a parse tree produced by the vsPlus
labeled alternative in valueStmt().
Declaration
void ExitVsPlus([NotNull] VisualBasic6Parser.VsPlusContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsPlusContext | context | The parse tree. |
ExitVsPow(VisualBasic6Parser.VsPowContext)
Exit a parse tree produced by the vsPow
labeled alternative in valueStmt().
Declaration
void ExitVsPow([NotNull] VisualBasic6Parser.VsPowContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsPowContext | context | The parse tree. |
ExitVsStruct(VisualBasic6Parser.VsStructContext)
Exit a parse tree produced by the vsStruct
labeled alternative in valueStmt().
Declaration
void ExitVsStruct([NotNull] VisualBasic6Parser.VsStructContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsStructContext | context | The parse tree. |
ExitVsTypeOf(VisualBasic6Parser.VsTypeOfContext)
Exit a parse tree produced by the vsTypeOf
labeled alternative in valueStmt().
Declaration
void ExitVsTypeOf([NotNull] VisualBasic6Parser.VsTypeOfContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsTypeOfContext | context | The parse tree. |
ExitVsXor(VisualBasic6Parser.VsXorContext)
Exit a parse tree produced by the vsXor
labeled alternative in valueStmt().
Declaration
void ExitVsXor([NotNull] VisualBasic6Parser.VsXorContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.VsXorContext | context | The parse tree. |
ExitWhileWendStmt(VisualBasic6Parser.WhileWendStmtContext)
Exit a parse tree produced by whileWendStmt().
Declaration
void ExitWhileWendStmt([NotNull] VisualBasic6Parser.WhileWendStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WhileWendStmtContext | context | The parse tree. |
ExitWidthStmt(VisualBasic6Parser.WidthStmtContext)
Exit a parse tree produced by widthStmt().
Declaration
void ExitWidthStmt([NotNull] VisualBasic6Parser.WidthStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WidthStmtContext | context | The parse tree. |
ExitWithStmt(VisualBasic6Parser.WithStmtContext)
Exit a parse tree produced by withStmt().
Declaration
void ExitWithStmt([NotNull] VisualBasic6Parser.WithStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WithStmtContext | context | The parse tree. |
ExitWriteStmt(VisualBasic6Parser.WriteStmtContext)
Exit a parse tree produced by writeStmt().
Declaration
void ExitWriteStmt([NotNull] VisualBasic6Parser.WriteStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
VisualBasic6Parser.WriteStmtContext | context | The parse tree. |