C# Class Rubberduck.Parsing.Grammar.VBAParserBaseListener

Inheritance: IVBAParserListener
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
EnterAmbiguousIdentifier ( [ context ) : void

Enter a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

EnterAmbiguousKeyword ( [ context ) : void

Enter a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

EnterAnnotation ( [ context ) : void

Enter a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

EnterAnnotationArg ( [ context ) : void

Enter a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

EnterAnnotationArgList ( [ context ) : void

Enter a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

EnterAnnotationList ( [ context ) : void

Enter a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

EnterAnnotationName ( [ context ) : void

Enter a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

EnterAppactivateStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

EnterArg ( [ context ) : void

Enter a parse tree produced by VBAParser.arg.

The default implementation does nothing.

EnterArgCall ( [ context ) : void

Enter a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

EnterArgDefaultValue ( [ context ) : void

Enter a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

EnterArgList ( [ context ) : void

Enter a parse tree produced by VBAParser.argList.

The default implementation does nothing.

EnterArgsCall ( [ context ) : void

Enter a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

EnterAsTypeClause ( [ context ) : void

Enter a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

EnterAttributeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

EnterBaseType ( [ context ) : void

Enter a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

EnterBeepStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

EnterBlock ( [ context ) : void

Enter a parse tree produced by VBAParser.block.

The default implementation does nothing.

EnterBlockIfThenElse ( [ context ) : void

Enter a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

EnterBlockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

EnterCaseCondElse ( [ context ) : void

Enter a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

EnterCaseCondIs ( [ context ) : void

Enter a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

EnterCaseCondSelection ( [ context ) : void

Enter a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

EnterCaseCondTo ( [ context ) : void

Enter a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

EnterCaseCondValue ( [ context ) : void

Enter a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

EnterCertainIdentifier ( [ context ) : void

Enter a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

EnterChdirStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

EnterChdriveStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

EnterCloseStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

EnterComment ( [ context ) : void

Enter a parse tree produced by VBAParser.comment.

The default implementation does nothing.

EnterComparisonOperator ( [ context ) : void

Enter a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

EnterComplexType ( [ context ) : void

Enter a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

EnterConstStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

EnterConstSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

EnterDateStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

EnterDeclareStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

EnterDeftypeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

EnterDeleteSettingStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

EnterDictionaryCallStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

EnterDoLoopStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

EnterECS_MemberProcedureCall ( [ context ) : void

Enter a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

EnterECS_ProcedureCall ( [ context ) : void

Enter a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

EnterEndOfLine ( [ context ) : void

Enter a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

EnterEndOfStatement ( [ context ) : void

Enter a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

EnterEndStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

EnterEnumerationStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

EnterEnumerationStmt_Constant ( [ context ) : void

Enter a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

EnterEraseStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

EnterErrorStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

EnterEventStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

EnterEveryRule ( [ context ) : void The default implementation does nothing.
EnterExitStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

EnterExplicitCallStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

EnterFieldLength ( [ context ) : void

Enter a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

EnterFileNumber ( [ context ) : void

Enter a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

EnterFilecopyStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

EnterForEachStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

EnterForNextStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

EnterFunctionStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

EnterGetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

EnterGoSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

EnterGoToStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

EnterICS_B_MemberProcedureCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_B_MemberProcedureCall.

The default implementation does nothing.

EnterICS_B_ProcedureCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_B_ProcedureCall.

The default implementation does nothing.

EnterICS_S_DictionaryCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_S_DictionaryCall.

The default implementation does nothing.

EnterICS_S_MemberCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_S_MemberCall.

The default implementation does nothing.

EnterICS_S_MembersCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_S_MembersCall.

The default implementation does nothing.

EnterICS_S_ProcedureOrArrayCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_S_ProcedureOrArrayCall.

The default implementation does nothing.

EnterICS_S_VariableOrProcedureCall ( [ context ) : void

Enter a parse tree produced by VBAParser.iCS_S_VariableOrProcedureCall.

The default implementation does nothing.

EnterIfBlockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

EnterIfConditionStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

EnterIfElseBlockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

EnterIfElseIfBlockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

EnterImplementsStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

EnterImplicitCallStmt_InBlock ( [ context ) : void

Enter a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

EnterImplicitCallStmt_InStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

EnterInlineIfThenElse ( [ context ) : void

Enter a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

EnterInputStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

EnterKillStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

EnterLetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

EnterLetterrange ( [ context ) : void

Enter a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

EnterLineInputStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

EnterLineLabel ( [ context ) : void

Enter a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

EnterLiteral ( [ context ) : void

Enter a parse tree produced by VBAParser.literal.

The default implementation does nothing.

EnterLoadStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

EnterLockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

EnterLsetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

EnterMidStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

EnterMkdirStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

EnterModule ( [ context ) : void

Enter a parse tree produced by VBAParser.module.

The default implementation does nothing.

EnterModuleAttributes ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

EnterModuleBody ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

EnterModuleBodyElement ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

EnterModuleConfig ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

EnterModuleConfigElement ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

EnterModuleDeclarations ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

EnterModuleDeclarationsElement ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

EnterModuleHeader ( [ context ) : void

Enter a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

EnterNameStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

EnterNumberLiteral ( [ context ) : void

Enter a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

EnterOnErrorStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

EnterOnGoSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

EnterOnGoToStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

EnterOpenStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

EnterOptionBaseStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

EnterOptionCompareStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

EnterOptionExplicitStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

EnterOptionPrivateModuleStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

EnterOutputList ( [ context ) : void

Enter a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

EnterOutputList_Expression ( [ context ) : void

Enter a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

EnterPrintStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

EnterPropertyGetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

EnterPropertyLetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

EnterPropertySetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

EnterPutStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

EnterRaiseEventStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

EnterRandomizeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

EnterRedimStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

EnterRedimSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

EnterRemComment ( [ context ) : void

Enter a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

EnterResetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

EnterResumeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

EnterReturnStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

EnterRmdirStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

EnterRsetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

EnterSC_Case ( [ context ) : void

Enter a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

EnterSaveSettingStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

EnterSavepictureStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

EnterSeekStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

EnterSelectCaseStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

EnterSendkeysStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

EnterSetStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

EnterSetattrStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

EnterStartRule ( [ context ) : void

Enter a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

EnterStopStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

EnterSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

EnterSubscript ( [ context ) : void

Enter a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

EnterSubscripts ( [ context ) : void

Enter a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

EnterTimeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

EnterType ( [ context ) : void

Enter a parse tree produced by VBAParser.type.

The default implementation does nothing.

EnterTypeHint ( [ context ) : void

Enter a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

EnterTypeOfStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

EnterTypeStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

EnterTypeStmt_Element ( [ context ) : void

Enter a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

EnterUnloadStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

EnterUnlockStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

EnterVariableListStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

EnterVariableStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

EnterVariableSubStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

EnterVisibility ( [ context ) : void

Enter a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

EnterVsAdd ( [ context ) : void

Enter a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

EnterVsAddressOf ( [ context ) : void

Enter a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

EnterVsAmp ( [ context ) : void

Enter a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

EnterVsAnd ( [ context ) : void

Enter a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

EnterVsAssign ( [ context ) : void

Enter a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

EnterVsEqv ( [ context ) : void

Enter a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

EnterVsICS ( [ context ) : void

Enter a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

EnterVsImp ( [ context ) : void

Enter a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

EnterVsIntDiv ( [ context ) : void

Enter a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

EnterVsLiteral ( [ context ) : void

Enter a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

EnterVsMid ( [ context ) : void

Enter a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

EnterVsMod ( [ context ) : void

Enter a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

EnterVsMult ( [ context ) : void

Enter a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

EnterVsNegation ( [ context ) : void

Enter a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

EnterVsNew ( [ context ) : void

Enter a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

EnterVsNot ( [ context ) : void

Enter a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

EnterVsOr ( [ context ) : void

Enter a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

EnterVsPow ( [ context ) : void

Enter a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

EnterVsRelational ( [ context ) : void

Enter a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

EnterVsStruct ( [ context ) : void

Enter a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

EnterVsTypeOf ( [ context ) : void

Enter a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

EnterVsXor ( [ context ) : void

Enter a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

EnterWhileWendStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

EnterWhiteSpace ( [ context ) : void

Enter a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

EnterWidthStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

EnterWithStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

EnterWriteStmt ( [ context ) : void

Enter a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

ExitAmbiguousIdentifier ( [ context ) : void

Exit a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

ExitAmbiguousKeyword ( [ context ) : void

Exit a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

ExitAnnotation ( [ context ) : void

Exit a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

ExitAnnotationArg ( [ context ) : void

Exit a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

ExitAnnotationArgList ( [ context ) : void

Exit a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

ExitAnnotationList ( [ context ) : void

Exit a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

ExitAnnotationName ( [ context ) : void

Exit a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

ExitAppactivateStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

ExitArg ( [ context ) : void

Exit a parse tree produced by VBAParser.arg.

The default implementation does nothing.

ExitArgCall ( [ context ) : void

Exit a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

ExitArgDefaultValue ( [ context ) : void

Exit a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

ExitArgList ( [ context ) : void

Exit a parse tree produced by VBAParser.argList.

The default implementation does nothing.

ExitArgsCall ( [ context ) : void

Exit a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

ExitAsTypeClause ( [ context ) : void

Exit a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

ExitAttributeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

ExitBaseType ( [ context ) : void

Exit a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

ExitBeepStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

ExitBlock ( [ context ) : void

Exit a parse tree produced by VBAParser.block.

The default implementation does nothing.

ExitBlockIfThenElse ( [ context ) : void

Exit a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

ExitBlockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

ExitCaseCondElse ( [ context ) : void

Exit a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

ExitCaseCondIs ( [ context ) : void

Exit a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

ExitCaseCondSelection ( [ context ) : void

Exit a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

ExitCaseCondTo ( [ context ) : void

Exit a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

ExitCaseCondValue ( [ context ) : void

Exit a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

ExitCertainIdentifier ( [ context ) : void

Exit a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

ExitChdirStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

ExitChdriveStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

ExitCloseStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

ExitComment ( [ context ) : void

Exit a parse tree produced by VBAParser.comment.

The default implementation does nothing.

ExitComparisonOperator ( [ context ) : void

Exit a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

ExitComplexType ( [ context ) : void

Exit a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

ExitConstStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

ExitConstSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

ExitDateStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

ExitDeclareStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

ExitDeftypeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

ExitDeleteSettingStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

ExitDictionaryCallStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

ExitDoLoopStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

ExitECS_MemberProcedureCall ( [ context ) : void

Exit a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

ExitECS_ProcedureCall ( [ context ) : void

Exit a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

ExitEndOfLine ( [ context ) : void

Exit a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

ExitEndOfStatement ( [ context ) : void

Exit a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

ExitEndStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

ExitEnumerationStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

ExitEnumerationStmt_Constant ( [ context ) : void

Exit a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

ExitEraseStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

ExitErrorStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

ExitEventStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

ExitEveryRule ( [ context ) : void The default implementation does nothing.
ExitExitStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

ExitExplicitCallStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

ExitFieldLength ( [ context ) : void

Exit a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

ExitFileNumber ( [ context ) : void

Exit a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

ExitFilecopyStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

ExitForEachStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

ExitForNextStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

ExitFunctionStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

ExitGetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

ExitGoSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

ExitGoToStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

ExitICS_B_MemberProcedureCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_B_MemberProcedureCall.

The default implementation does nothing.

ExitICS_B_ProcedureCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_B_ProcedureCall.

The default implementation does nothing.

ExitICS_S_DictionaryCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_S_DictionaryCall.

The default implementation does nothing.

ExitICS_S_MemberCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_S_MemberCall.

The default implementation does nothing.

ExitICS_S_MembersCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_S_MembersCall.

The default implementation does nothing.

ExitICS_S_ProcedureOrArrayCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_S_ProcedureOrArrayCall.

The default implementation does nothing.

ExitICS_S_VariableOrProcedureCall ( [ context ) : void

Exit a parse tree produced by VBAParser.iCS_S_VariableOrProcedureCall.

The default implementation does nothing.

ExitIfBlockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

ExitIfConditionStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

ExitIfElseBlockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

ExitIfElseIfBlockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

ExitImplementsStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

ExitImplicitCallStmt_InBlock ( [ context ) : void

Exit a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

ExitImplicitCallStmt_InStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

ExitInlineIfThenElse ( [ context ) : void

Exit a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

ExitInputStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

ExitKillStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

ExitLetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

ExitLetterrange ( [ context ) : void

Exit a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

ExitLineInputStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

ExitLineLabel ( [ context ) : void

Exit a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

ExitLiteral ( [ context ) : void

Exit a parse tree produced by VBAParser.literal.

The default implementation does nothing.

ExitLoadStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

ExitLockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

ExitLsetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

ExitMidStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

ExitMkdirStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

ExitModule ( [ context ) : void

Exit a parse tree produced by VBAParser.module.

The default implementation does nothing.

ExitModuleAttributes ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

ExitModuleBody ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

ExitModuleBodyElement ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

ExitModuleConfig ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

ExitModuleConfigElement ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

ExitModuleDeclarations ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

ExitModuleDeclarationsElement ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

ExitModuleHeader ( [ context ) : void

Exit a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

ExitNameStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

ExitNumberLiteral ( [ context ) : void

Exit a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

ExitOnErrorStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

ExitOnGoSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

ExitOnGoToStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

ExitOpenStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

ExitOptionBaseStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

ExitOptionCompareStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

ExitOptionExplicitStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

ExitOptionPrivateModuleStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

ExitOutputList ( [ context ) : void

Exit a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

ExitOutputList_Expression ( [ context ) : void

Exit a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

ExitPrintStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

ExitPropertyGetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

ExitPropertyLetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

ExitPropertySetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

ExitPutStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

ExitRaiseEventStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

ExitRandomizeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

ExitRedimStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

ExitRedimSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

ExitRemComment ( [ context ) : void

Exit a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

ExitResetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

ExitResumeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

ExitReturnStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

ExitRmdirStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

ExitRsetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

ExitSC_Case ( [ context ) : void

Exit a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

ExitSaveSettingStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

ExitSavepictureStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

ExitSeekStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

ExitSelectCaseStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

ExitSendkeysStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

ExitSetStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

ExitSetattrStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

ExitStartRule ( [ context ) : void

Exit a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

ExitStopStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

ExitSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

ExitSubscript ( [ context ) : void

Exit a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

ExitSubscripts ( [ context ) : void

Exit a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

ExitTimeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

ExitType ( [ context ) : void

Exit a parse tree produced by VBAParser.type.

The default implementation does nothing.

ExitTypeHint ( [ context ) : void

Exit a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

ExitTypeOfStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

ExitTypeStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

ExitTypeStmt_Element ( [ context ) : void

Exit a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

ExitUnloadStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

ExitUnlockStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

ExitVariableListStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

ExitVariableStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

ExitVariableSubStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

ExitVisibility ( [ context ) : void

Exit a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

ExitVsAdd ( [ context ) : void

Exit a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

ExitVsAddressOf ( [ context ) : void

Exit a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

ExitVsAmp ( [ context ) : void

Exit a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

ExitVsAnd ( [ context ) : void

Exit a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

ExitVsAssign ( [ context ) : void

Exit a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

ExitVsEqv ( [ context ) : void

Exit a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

ExitVsICS ( [ context ) : void

Exit a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

ExitVsImp ( [ context ) : void

Exit a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

ExitVsIntDiv ( [ context ) : void

Exit a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

ExitVsLiteral ( [ context ) : void

Exit a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

ExitVsMid ( [ context ) : void

Exit a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

ExitVsMod ( [ context ) : void

Exit a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

ExitVsMult ( [ context ) : void

Exit a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

ExitVsNegation ( [ context ) : void

Exit a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

ExitVsNew ( [ context ) : void

Exit a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

ExitVsNot ( [ context ) : void

Exit a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

ExitVsOr ( [ context ) : void

Exit a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

ExitVsPow ( [ context ) : void

Exit a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

ExitVsRelational ( [ context ) : void

Exit a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

ExitVsStruct ( [ context ) : void

Exit a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

ExitVsTypeOf ( [ context ) : void

Exit a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

ExitVsXor ( [ context ) : void

Exit a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

ExitWhileWendStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

ExitWhiteSpace ( [ context ) : void

Exit a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

ExitWidthStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

ExitWithStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

ExitWriteStmt ( [ context ) : void

Exit a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

VisitErrorNode ( [ node ) : void The default implementation does nothing.
VisitTerminal ( [ node ) : void The default implementation does nothing.

Method Details

EnterAmbiguousIdentifier() public method

Enter a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

public EnterAmbiguousIdentifier ( [ context ) : void
context [ The parse tree.
return void

EnterAmbiguousKeyword() public method

Enter a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

public EnterAmbiguousKeyword ( [ context ) : void
context [ The parse tree.
return void

EnterAnnotation() public method

Enter a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

public EnterAnnotation ( [ context ) : void
context [ The parse tree.
return void

EnterAnnotationArg() public method

Enter a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

public EnterAnnotationArg ( [ context ) : void
context [ The parse tree.
return void

EnterAnnotationArgList() public method

Enter a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

public EnterAnnotationArgList ( [ context ) : void
context [ The parse tree.
return void

EnterAnnotationList() public method

Enter a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

public EnterAnnotationList ( [ context ) : void
context [ The parse tree.
return void

EnterAnnotationName() public method

Enter a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

public EnterAnnotationName ( [ context ) : void
context [ The parse tree.
return void

EnterAppactivateStmt() public method

Enter a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

public EnterAppactivateStmt ( [ context ) : void
context [ The parse tree.
return void

EnterArg() public method

Enter a parse tree produced by VBAParser.arg.

The default implementation does nothing.

public EnterArg ( [ context ) : void
context [ The parse tree.
return void

EnterArgCall() public method

Enter a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

public EnterArgCall ( [ context ) : void
context [ The parse tree.
return void

EnterArgDefaultValue() public method

Enter a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

public EnterArgDefaultValue ( [ context ) : void
context [ The parse tree.
return void

EnterArgList() public method

Enter a parse tree produced by VBAParser.argList.

The default implementation does nothing.

public EnterArgList ( [ context ) : void
context [ The parse tree.
return void

EnterArgsCall() public method

Enter a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

public EnterArgsCall ( [ context ) : void
context [ The parse tree.
return void

EnterAsTypeClause() public method

Enter a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

public EnterAsTypeClause ( [ context ) : void
context [ The parse tree.
return void

EnterAttributeStmt() public method

Enter a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

public EnterAttributeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterBaseType() public method

Enter a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

public EnterBaseType ( [ context ) : void
context [ The parse tree.
return void

EnterBeepStmt() public method

Enter a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

public EnterBeepStmt ( [ context ) : void
context [ The parse tree.
return void

EnterBlock() public method

Enter a parse tree produced by VBAParser.block.

The default implementation does nothing.

public EnterBlock ( [ context ) : void
context [ The parse tree.
return void

EnterBlockIfThenElse() public method

Enter a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

public EnterBlockIfThenElse ( [ context ) : void
context [ The parse tree.
return void

EnterBlockStmt() public method

Enter a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

public EnterBlockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterCaseCondElse() public method

Enter a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

public EnterCaseCondElse ( [ context ) : void
context [ The parse tree.
return void

EnterCaseCondIs() public method

Enter a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

public EnterCaseCondIs ( [ context ) : void
context [ The parse tree.
return void

EnterCaseCondSelection() public method

Enter a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

public EnterCaseCondSelection ( [ context ) : void
context [ The parse tree.
return void

EnterCaseCondTo() public method

Enter a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

public EnterCaseCondTo ( [ context ) : void
context [ The parse tree.
return void

EnterCaseCondValue() public method

Enter a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

public EnterCaseCondValue ( [ context ) : void
context [ The parse tree.
return void

EnterCertainIdentifier() public method

Enter a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

public EnterCertainIdentifier ( [ context ) : void
context [ The parse tree.
return void

EnterChdirStmt() public method

Enter a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

public EnterChdirStmt ( [ context ) : void
context [ The parse tree.
return void

EnterChdriveStmt() public method

Enter a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

public EnterChdriveStmt ( [ context ) : void
context [ The parse tree.
return void

EnterCloseStmt() public method

Enter a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

public EnterCloseStmt ( [ context ) : void
context [ The parse tree.
return void

EnterComment() public method

Enter a parse tree produced by VBAParser.comment.

The default implementation does nothing.

public EnterComment ( [ context ) : void
context [ The parse tree.
return void

EnterComparisonOperator() public method

Enter a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

public EnterComparisonOperator ( [ context ) : void
context [ The parse tree.
return void

EnterComplexType() public method

Enter a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

public EnterComplexType ( [ context ) : void
context [ The parse tree.
return void

EnterConstStmt() public method

Enter a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

public EnterConstStmt ( [ context ) : void
context [ The parse tree.
return void

EnterConstSubStmt() public method

Enter a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

public EnterConstSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDateStmt() public method

Enter a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

public EnterDateStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDeclareStmt() public method

Enter a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

public EnterDeclareStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDeftypeStmt() public method

Enter a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

public EnterDeftypeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDeleteSettingStmt() public method

Enter a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

public EnterDeleteSettingStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDictionaryCallStmt() public method

Enter a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

public EnterDictionaryCallStmt ( [ context ) : void
context [ The parse tree.
return void

EnterDoLoopStmt() public method

Enter a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

public EnterDoLoopStmt ( [ context ) : void
context [ The parse tree.
return void

EnterECS_MemberProcedureCall() public method

Enter a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

public EnterECS_MemberProcedureCall ( [ context ) : void
context [ The parse tree.
return void

EnterECS_ProcedureCall() public method

Enter a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

public EnterECS_ProcedureCall ( [ context ) : void
context [ The parse tree.
return void

EnterEndOfLine() public method

Enter a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

public EnterEndOfLine ( [ context ) : void
context [ The parse tree.
return void

EnterEndOfStatement() public method

Enter a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

public EnterEndOfStatement ( [ context ) : void
context [ The parse tree.
return void

EnterEndStmt() public method

Enter a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

public EnterEndStmt ( [ context ) : void
context [ The parse tree.
return void

EnterEnumerationStmt() public method

Enter a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

public EnterEnumerationStmt ( [ context ) : void
context [ The parse tree.
return void

EnterEnumerationStmt_Constant() public method

Enter a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

public EnterEnumerationStmt_Constant ( [ context ) : void
context [ The parse tree.
return void

EnterEraseStmt() public method

Enter a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

public EnterEraseStmt ( [ context ) : void
context [ The parse tree.
return void

EnterErrorStmt() public method

Enter a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

public EnterErrorStmt ( [ context ) : void
context [ The parse tree.
return void

EnterEventStmt() public method

Enter a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

public EnterEventStmt ( [ context ) : void
context [ The parse tree.
return void

EnterEveryRule() public method

The default implementation does nothing.
public EnterEveryRule ( [ context ) : void
context [
return void

EnterExitStmt() public method

Enter a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

public EnterExitStmt ( [ context ) : void
context [ The parse tree.
return void

EnterExplicitCallStmt() public method

Enter a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

public EnterExplicitCallStmt ( [ context ) : void
context [ The parse tree.
return void

EnterFieldLength() public method

Enter a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

public EnterFieldLength ( [ context ) : void
context [ The parse tree.
return void

EnterFileNumber() public method

Enter a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

public EnterFileNumber ( [ context ) : void
context [ The parse tree.
return void

EnterFilecopyStmt() public method

Enter a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

public EnterFilecopyStmt ( [ context ) : void
context [ The parse tree.
return void

EnterForEachStmt() public method

Enter a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

public EnterForEachStmt ( [ context ) : void
context [ The parse tree.
return void

EnterForNextStmt() public method

Enter a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

public EnterForNextStmt ( [ context ) : void
context [ The parse tree.
return void

EnterFunctionStmt() public method

Enter a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

public EnterFunctionStmt ( [ context ) : void
context [ The parse tree.
return void

EnterGetStmt() public method

Enter a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

public EnterGetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterGoSubStmt() public method

Enter a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

public EnterGoSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterGoToStmt() public method

Enter a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

public EnterGoToStmt ( [ context ) : void
context [ The parse tree.
return void

EnterICS_B_MemberProcedureCall() public method

Enter a parse tree produced by VBAParser.iCS_B_MemberProcedureCall.

The default implementation does nothing.

public EnterICS_B_MemberProcedureCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_B_ProcedureCall() public method

Enter a parse tree produced by VBAParser.iCS_B_ProcedureCall.

The default implementation does nothing.

public EnterICS_B_ProcedureCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_S_DictionaryCall() public method

Enter a parse tree produced by VBAParser.iCS_S_DictionaryCall.

The default implementation does nothing.

public EnterICS_S_DictionaryCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_S_MemberCall() public method

Enter a parse tree produced by VBAParser.iCS_S_MemberCall.

The default implementation does nothing.

public EnterICS_S_MemberCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_S_MembersCall() public method

Enter a parse tree produced by VBAParser.iCS_S_MembersCall.

The default implementation does nothing.

public EnterICS_S_MembersCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_S_ProcedureOrArrayCall() public method

Enter a parse tree produced by VBAParser.iCS_S_ProcedureOrArrayCall.

The default implementation does nothing.

public EnterICS_S_ProcedureOrArrayCall ( [ context ) : void
context [ The parse tree.
return void

EnterICS_S_VariableOrProcedureCall() public method

Enter a parse tree produced by VBAParser.iCS_S_VariableOrProcedureCall.

The default implementation does nothing.

public EnterICS_S_VariableOrProcedureCall ( [ context ) : void
context [ The parse tree.
return void

EnterIfBlockStmt() public method

Enter a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

public EnterIfBlockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterIfConditionStmt() public method

Enter a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

public EnterIfConditionStmt ( [ context ) : void
context [ The parse tree.
return void

EnterIfElseBlockStmt() public method

Enter a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

public EnterIfElseBlockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterIfElseIfBlockStmt() public method

Enter a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

public EnterIfElseIfBlockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterImplementsStmt() public method

Enter a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

public EnterImplementsStmt ( [ context ) : void
context [ The parse tree.
return void

EnterImplicitCallStmt_InBlock() public method

Enter a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

public EnterImplicitCallStmt_InBlock ( [ context ) : void
context [ The parse tree.
return void

EnterImplicitCallStmt_InStmt() public method

Enter a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

public EnterImplicitCallStmt_InStmt ( [ context ) : void
context [ The parse tree.
return void

EnterInlineIfThenElse() public method

Enter a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

public EnterInlineIfThenElse ( [ context ) : void
context [ The parse tree.
return void

EnterInputStmt() public method

Enter a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

public EnterInputStmt ( [ context ) : void
context [ The parse tree.
return void

EnterKillStmt() public method

Enter a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

public EnterKillStmt ( [ context ) : void
context [ The parse tree.
return void

EnterLetStmt() public method

Enter a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

public EnterLetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterLetterrange() public method

Enter a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

public EnterLetterrange ( [ context ) : void
context [ The parse tree.
return void

EnterLineInputStmt() public method

Enter a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

public EnterLineInputStmt ( [ context ) : void
context [ The parse tree.
return void

EnterLineLabel() public method

Enter a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

public EnterLineLabel ( [ context ) : void
context [ The parse tree.
return void

EnterLiteral() public method

Enter a parse tree produced by VBAParser.literal.

The default implementation does nothing.

public EnterLiteral ( [ context ) : void
context [ The parse tree.
return void

EnterLoadStmt() public method

Enter a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

public EnterLoadStmt ( [ context ) : void
context [ The parse tree.
return void

EnterLockStmt() public method

Enter a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

public EnterLockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterLsetStmt() public method

Enter a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

public EnterLsetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterMidStmt() public method

Enter a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

public EnterMidStmt ( [ context ) : void
context [ The parse tree.
return void

EnterMkdirStmt() public method

Enter a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

public EnterMkdirStmt ( [ context ) : void
context [ The parse tree.
return void

EnterModule() public method

Enter a parse tree produced by VBAParser.module.

The default implementation does nothing.

public EnterModule ( [ context ) : void
context [ The parse tree.
return void

EnterModuleAttributes() public method

Enter a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

public EnterModuleAttributes ( [ context ) : void
context [ The parse tree.
return void

EnterModuleBody() public method

Enter a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

public EnterModuleBody ( [ context ) : void
context [ The parse tree.
return void

EnterModuleBodyElement() public method

Enter a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

public EnterModuleBodyElement ( [ context ) : void
context [ The parse tree.
return void

EnterModuleConfig() public method

Enter a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

public EnterModuleConfig ( [ context ) : void
context [ The parse tree.
return void

EnterModuleConfigElement() public method

Enter a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

public EnterModuleConfigElement ( [ context ) : void
context [ The parse tree.
return void

EnterModuleDeclarations() public method

Enter a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

public EnterModuleDeclarations ( [ context ) : void
context [ The parse tree.
return void

EnterModuleDeclarationsElement() public method

Enter a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

public EnterModuleDeclarationsElement ( [ context ) : void
context [ The parse tree.
return void

EnterModuleHeader() public method

Enter a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

public EnterModuleHeader ( [ context ) : void
context [ The parse tree.
return void

EnterNameStmt() public method

Enter a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

public EnterNameStmt ( [ context ) : void
context [ The parse tree.
return void

EnterNumberLiteral() public method

Enter a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

public EnterNumberLiteral ( [ context ) : void
context [ The parse tree.
return void

EnterOnErrorStmt() public method

Enter a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

public EnterOnErrorStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOnGoSubStmt() public method

Enter a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

public EnterOnGoSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOnGoToStmt() public method

Enter a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

public EnterOnGoToStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOpenStmt() public method

Enter a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

public EnterOpenStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOptionBaseStmt() public method

Enter a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

public EnterOptionBaseStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOptionCompareStmt() public method

Enter a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

public EnterOptionCompareStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOptionExplicitStmt() public method

Enter a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

public EnterOptionExplicitStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOptionPrivateModuleStmt() public method

Enter a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

public EnterOptionPrivateModuleStmt ( [ context ) : void
context [ The parse tree.
return void

EnterOutputList() public method

Enter a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

public EnterOutputList ( [ context ) : void
context [ The parse tree.
return void

EnterOutputList_Expression() public method

Enter a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

public EnterOutputList_Expression ( [ context ) : void
context [ The parse tree.
return void

EnterPrintStmt() public method

Enter a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

public EnterPrintStmt ( [ context ) : void
context [ The parse tree.
return void

EnterPropertyGetStmt() public method

Enter a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

public EnterPropertyGetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterPropertyLetStmt() public method

Enter a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

public EnterPropertyLetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterPropertySetStmt() public method

Enter a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

public EnterPropertySetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterPutStmt() public method

Enter a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

public EnterPutStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRaiseEventStmt() public method

Enter a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

public EnterRaiseEventStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRandomizeStmt() public method

Enter a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

public EnterRandomizeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRedimStmt() public method

Enter a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

public EnterRedimStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRedimSubStmt() public method

Enter a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

public EnterRedimSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRemComment() public method

Enter a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

public EnterRemComment ( [ context ) : void
context [ The parse tree.
return void

EnterResetStmt() public method

Enter a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

public EnterResetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterResumeStmt() public method

Enter a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

public EnterResumeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterReturnStmt() public method

Enter a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

public EnterReturnStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRmdirStmt() public method

Enter a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

public EnterRmdirStmt ( [ context ) : void
context [ The parse tree.
return void

EnterRsetStmt() public method

Enter a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

public EnterRsetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSC_Case() public method

Enter a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

public EnterSC_Case ( [ context ) : void
context [ The parse tree.
return void

EnterSaveSettingStmt() public method

Enter a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

public EnterSaveSettingStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSavepictureStmt() public method

Enter a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

public EnterSavepictureStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSeekStmt() public method

Enter a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

public EnterSeekStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSelectCaseStmt() public method

Enter a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

public EnterSelectCaseStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSendkeysStmt() public method

Enter a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

public EnterSendkeysStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSetStmt() public method

Enter a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

public EnterSetStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSetattrStmt() public method

Enter a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

public EnterSetattrStmt ( [ context ) : void
context [ The parse tree.
return void

EnterStartRule() public method

Enter a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

public EnterStartRule ( [ context ) : void
context [ The parse tree.
return void

EnterStopStmt() public method

Enter a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

public EnterStopStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSubStmt() public method

Enter a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

public EnterSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterSubscript() public method

Enter a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

public EnterSubscript ( [ context ) : void
context [ The parse tree.
return void

EnterSubscripts() public method

Enter a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

public EnterSubscripts ( [ context ) : void
context [ The parse tree.
return void

EnterTimeStmt() public method

Enter a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

public EnterTimeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterType() public method

Enter a parse tree produced by VBAParser.type.

The default implementation does nothing.

public EnterType ( [ context ) : void
context [ The parse tree.
return void

EnterTypeHint() public method

Enter a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

public EnterTypeHint ( [ context ) : void
context [ The parse tree.
return void

EnterTypeOfStmt() public method

Enter a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

public EnterTypeOfStmt ( [ context ) : void
context [ The parse tree.
return void

EnterTypeStmt() public method

Enter a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

public EnterTypeStmt ( [ context ) : void
context [ The parse tree.
return void

EnterTypeStmt_Element() public method

Enter a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

public EnterTypeStmt_Element ( [ context ) : void
context [ The parse tree.
return void

EnterUnloadStmt() public method

Enter a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

public EnterUnloadStmt ( [ context ) : void
context [ The parse tree.
return void

EnterUnlockStmt() public method

Enter a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

public EnterUnlockStmt ( [ context ) : void
context [ The parse tree.
return void

EnterVariableListStmt() public method

Enter a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

public EnterVariableListStmt ( [ context ) : void
context [ The parse tree.
return void

EnterVariableStmt() public method

Enter a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

public EnterVariableStmt ( [ context ) : void
context [ The parse tree.
return void

EnterVariableSubStmt() public method

Enter a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

public EnterVariableSubStmt ( [ context ) : void
context [ The parse tree.
return void

EnterVisibility() public method

Enter a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

public EnterVisibility ( [ context ) : void
context [ The parse tree.
return void

EnterVsAdd() public method

Enter a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

public EnterVsAdd ( [ context ) : void
context [ The parse tree.
return void

EnterVsAddressOf() public method

Enter a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

public EnterVsAddressOf ( [ context ) : void
context [ The parse tree.
return void

EnterVsAmp() public method

Enter a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

public EnterVsAmp ( [ context ) : void
context [ The parse tree.
return void

EnterVsAnd() public method

Enter a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

public EnterVsAnd ( [ context ) : void
context [ The parse tree.
return void

EnterVsAssign() public method

Enter a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

public EnterVsAssign ( [ context ) : void
context [ The parse tree.
return void

EnterVsEqv() public method

Enter a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

public EnterVsEqv ( [ context ) : void
context [ The parse tree.
return void

EnterVsICS() public method

Enter a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

public EnterVsICS ( [ context ) : void
context [ The parse tree.
return void

EnterVsImp() public method

Enter a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

public EnterVsImp ( [ context ) : void
context [ The parse tree.
return void

EnterVsIntDiv() public method

Enter a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

public EnterVsIntDiv ( [ context ) : void
context [ The parse tree.
return void

EnterVsLiteral() public method

Enter a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

public EnterVsLiteral ( [ context ) : void
context [ The parse tree.
return void

EnterVsMid() public method

Enter a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

public EnterVsMid ( [ context ) : void
context [ The parse tree.
return void

EnterVsMod() public method

Enter a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

public EnterVsMod ( [ context ) : void
context [ The parse tree.
return void

EnterVsMult() public method

Enter a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

public EnterVsMult ( [ context ) : void
context [ The parse tree.
return void

EnterVsNegation() public method

Enter a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

public EnterVsNegation ( [ context ) : void
context [ The parse tree.
return void

EnterVsNew() public method

Enter a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

public EnterVsNew ( [ context ) : void
context [ The parse tree.
return void

EnterVsNot() public method

Enter a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

public EnterVsNot ( [ context ) : void
context [ The parse tree.
return void

EnterVsOr() public method

Enter a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

public EnterVsOr ( [ context ) : void
context [ The parse tree.
return void

EnterVsPow() public method

Enter a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

public EnterVsPow ( [ context ) : void
context [ The parse tree.
return void

EnterVsRelational() public method

Enter a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

public EnterVsRelational ( [ context ) : void
context [ The parse tree.
return void

EnterVsStruct() public method

Enter a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

public EnterVsStruct ( [ context ) : void
context [ The parse tree.
return void

EnterVsTypeOf() public method

Enter a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

public EnterVsTypeOf ( [ context ) : void
context [ The parse tree.
return void

EnterVsXor() public method

Enter a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

public EnterVsXor ( [ context ) : void
context [ The parse tree.
return void

EnterWhileWendStmt() public method

Enter a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

public EnterWhileWendStmt ( [ context ) : void
context [ The parse tree.
return void

EnterWhiteSpace() public method

Enter a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

public EnterWhiteSpace ( [ context ) : void
context [ The parse tree.
return void

EnterWidthStmt() public method

Enter a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

public EnterWidthStmt ( [ context ) : void
context [ The parse tree.
return void

EnterWithStmt() public method

Enter a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

public EnterWithStmt ( [ context ) : void
context [ The parse tree.
return void

EnterWriteStmt() public method

Enter a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

public EnterWriteStmt ( [ context ) : void
context [ The parse tree.
return void

ExitAmbiguousIdentifier() public method

Exit a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

public ExitAmbiguousIdentifier ( [ context ) : void
context [ The parse tree.
return void

ExitAmbiguousKeyword() public method

Exit a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

public ExitAmbiguousKeyword ( [ context ) : void
context [ The parse tree.
return void

ExitAnnotation() public method

Exit a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

public ExitAnnotation ( [ context ) : void
context [ The parse tree.
return void

ExitAnnotationArg() public method

Exit a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

public ExitAnnotationArg ( [ context ) : void
context [ The parse tree.
return void

ExitAnnotationArgList() public method

Exit a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

public ExitAnnotationArgList ( [ context ) : void
context [ The parse tree.
return void

ExitAnnotationList() public method

Exit a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

public ExitAnnotationList ( [ context ) : void
context [ The parse tree.
return void

ExitAnnotationName() public method

Exit a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

public ExitAnnotationName ( [ context ) : void
context [ The parse tree.
return void

ExitAppactivateStmt() public method

Exit a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

public ExitAppactivateStmt ( [ context ) : void
context [ The parse tree.
return void

ExitArg() public method

Exit a parse tree produced by VBAParser.arg.

The default implementation does nothing.

public ExitArg ( [ context ) : void
context [ The parse tree.
return void

ExitArgCall() public method

Exit a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

public ExitArgCall ( [ context ) : void
context [ The parse tree.
return void

ExitArgDefaultValue() public method

Exit a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

public ExitArgDefaultValue ( [ context ) : void
context [ The parse tree.
return void

ExitArgList() public method

Exit a parse tree produced by VBAParser.argList.

The default implementation does nothing.

public ExitArgList ( [ context ) : void
context [ The parse tree.
return void

ExitArgsCall() public method

Exit a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

public ExitArgsCall ( [ context ) : void
context [ The parse tree.
return void

ExitAsTypeClause() public method

Exit a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

public ExitAsTypeClause ( [ context ) : void
context [ The parse tree.
return void

ExitAttributeStmt() public method

Exit a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

public ExitAttributeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitBaseType() public method

Exit a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

public ExitBaseType ( [ context ) : void
context [ The parse tree.
return void

ExitBeepStmt() public method

Exit a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

public ExitBeepStmt ( [ context ) : void
context [ The parse tree.
return void

ExitBlock() public method

Exit a parse tree produced by VBAParser.block.

The default implementation does nothing.

public ExitBlock ( [ context ) : void
context [ The parse tree.
return void

ExitBlockIfThenElse() public method

Exit a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

public ExitBlockIfThenElse ( [ context ) : void
context [ The parse tree.
return void

ExitBlockStmt() public method

Exit a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

public ExitBlockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitCaseCondElse() public method

Exit a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

public ExitCaseCondElse ( [ context ) : void
context [ The parse tree.
return void

ExitCaseCondIs() public method

Exit a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

public ExitCaseCondIs ( [ context ) : void
context [ The parse tree.
return void

ExitCaseCondSelection() public method

Exit a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

public ExitCaseCondSelection ( [ context ) : void
context [ The parse tree.
return void

ExitCaseCondTo() public method

Exit a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

public ExitCaseCondTo ( [ context ) : void
context [ The parse tree.
return void

ExitCaseCondValue() public method

Exit a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

public ExitCaseCondValue ( [ context ) : void
context [ The parse tree.
return void

ExitCertainIdentifier() public method

Exit a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

public ExitCertainIdentifier ( [ context ) : void
context [ The parse tree.
return void

ExitChdirStmt() public method

Exit a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

public ExitChdirStmt ( [ context ) : void
context [ The parse tree.
return void

ExitChdriveStmt() public method

Exit a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

public ExitChdriveStmt ( [ context ) : void
context [ The parse tree.
return void

ExitCloseStmt() public method

Exit a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

public ExitCloseStmt ( [ context ) : void
context [ The parse tree.
return void

ExitComment() public method

Exit a parse tree produced by VBAParser.comment.

The default implementation does nothing.

public ExitComment ( [ context ) : void
context [ The parse tree.
return void

ExitComparisonOperator() public method

Exit a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

public ExitComparisonOperator ( [ context ) : void
context [ The parse tree.
return void

ExitComplexType() public method

Exit a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

public ExitComplexType ( [ context ) : void
context [ The parse tree.
return void

ExitConstStmt() public method

Exit a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

public ExitConstStmt ( [ context ) : void
context [ The parse tree.
return void

ExitConstSubStmt() public method

Exit a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

public ExitConstSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDateStmt() public method

Exit a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

public ExitDateStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDeclareStmt() public method

Exit a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

public ExitDeclareStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDeftypeStmt() public method

Exit a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

public ExitDeftypeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDeleteSettingStmt() public method

Exit a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

public ExitDeleteSettingStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDictionaryCallStmt() public method

Exit a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

public ExitDictionaryCallStmt ( [ context ) : void
context [ The parse tree.
return void

ExitDoLoopStmt() public method

Exit a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

public ExitDoLoopStmt ( [ context ) : void
context [ The parse tree.
return void

ExitECS_MemberProcedureCall() public method

Exit a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

public ExitECS_MemberProcedureCall ( [ context ) : void
context [ The parse tree.
return void

ExitECS_ProcedureCall() public method

Exit a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

public ExitECS_ProcedureCall ( [ context ) : void
context [ The parse tree.
return void

ExitEndOfLine() public method

Exit a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

public ExitEndOfLine ( [ context ) : void
context [ The parse tree.
return void

ExitEndOfStatement() public method

Exit a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

public ExitEndOfStatement ( [ context ) : void
context [ The parse tree.
return void

ExitEndStmt() public method

Exit a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

public ExitEndStmt ( [ context ) : void
context [ The parse tree.
return void

ExitEnumerationStmt() public method

Exit a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

public ExitEnumerationStmt ( [ context ) : void
context [ The parse tree.
return void

ExitEnumerationStmt_Constant() public method

Exit a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

public ExitEnumerationStmt_Constant ( [ context ) : void
context [ The parse tree.
return void

ExitEraseStmt() public method

Exit a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

public ExitEraseStmt ( [ context ) : void
context [ The parse tree.
return void

ExitErrorStmt() public method

Exit a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

public ExitErrorStmt ( [ context ) : void
context [ The parse tree.
return void

ExitEventStmt() public method

Exit a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

public ExitEventStmt ( [ context ) : void
context [ The parse tree.
return void

ExitEveryRule() public method

The default implementation does nothing.
public ExitEveryRule ( [ context ) : void
context [
return void

ExitExitStmt() public method

Exit a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

public ExitExitStmt ( [ context ) : void
context [ The parse tree.
return void

ExitExplicitCallStmt() public method

Exit a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

public ExitExplicitCallStmt ( [ context ) : void
context [ The parse tree.
return void

ExitFieldLength() public method

Exit a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

public ExitFieldLength ( [ context ) : void
context [ The parse tree.
return void

ExitFileNumber() public method

Exit a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

public ExitFileNumber ( [ context ) : void
context [ The parse tree.
return void

ExitFilecopyStmt() public method

Exit a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

public ExitFilecopyStmt ( [ context ) : void
context [ The parse tree.
return void

ExitForEachStmt() public method

Exit a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

public ExitForEachStmt ( [ context ) : void
context [ The parse tree.
return void

ExitForNextStmt() public method

Exit a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

public ExitForNextStmt ( [ context ) : void
context [ The parse tree.
return void

ExitFunctionStmt() public method

Exit a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

public ExitFunctionStmt ( [ context ) : void
context [ The parse tree.
return void

ExitGetStmt() public method

Exit a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

public ExitGetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitGoSubStmt() public method

Exit a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

public ExitGoSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitGoToStmt() public method

Exit a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

public ExitGoToStmt ( [ context ) : void
context [ The parse tree.
return void

ExitICS_B_MemberProcedureCall() public method

Exit a parse tree produced by VBAParser.iCS_B_MemberProcedureCall.

The default implementation does nothing.

public ExitICS_B_MemberProcedureCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_B_ProcedureCall() public method

Exit a parse tree produced by VBAParser.iCS_B_ProcedureCall.

The default implementation does nothing.

public ExitICS_B_ProcedureCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_S_DictionaryCall() public method

Exit a parse tree produced by VBAParser.iCS_S_DictionaryCall.

The default implementation does nothing.

public ExitICS_S_DictionaryCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_S_MemberCall() public method

Exit a parse tree produced by VBAParser.iCS_S_MemberCall.

The default implementation does nothing.

public ExitICS_S_MemberCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_S_MembersCall() public method

Exit a parse tree produced by VBAParser.iCS_S_MembersCall.

The default implementation does nothing.

public ExitICS_S_MembersCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_S_ProcedureOrArrayCall() public method

Exit a parse tree produced by VBAParser.iCS_S_ProcedureOrArrayCall.

The default implementation does nothing.

public ExitICS_S_ProcedureOrArrayCall ( [ context ) : void
context [ The parse tree.
return void

ExitICS_S_VariableOrProcedureCall() public method

Exit a parse tree produced by VBAParser.iCS_S_VariableOrProcedureCall.

The default implementation does nothing.

public ExitICS_S_VariableOrProcedureCall ( [ context ) : void
context [ The parse tree.
return void

ExitIfBlockStmt() public method

Exit a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

public ExitIfBlockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitIfConditionStmt() public method

Exit a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

public ExitIfConditionStmt ( [ context ) : void
context [ The parse tree.
return void

ExitIfElseBlockStmt() public method

Exit a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

public ExitIfElseBlockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitIfElseIfBlockStmt() public method

Exit a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

public ExitIfElseIfBlockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitImplementsStmt() public method

Exit a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

public ExitImplementsStmt ( [ context ) : void
context [ The parse tree.
return void

ExitImplicitCallStmt_InBlock() public method

Exit a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

public ExitImplicitCallStmt_InBlock ( [ context ) : void
context [ The parse tree.
return void

ExitImplicitCallStmt_InStmt() public method

Exit a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

public ExitImplicitCallStmt_InStmt ( [ context ) : void
context [ The parse tree.
return void

ExitInlineIfThenElse() public method

Exit a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

public ExitInlineIfThenElse ( [ context ) : void
context [ The parse tree.
return void

ExitInputStmt() public method

Exit a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

public ExitInputStmt ( [ context ) : void
context [ The parse tree.
return void

ExitKillStmt() public method

Exit a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

public ExitKillStmt ( [ context ) : void
context [ The parse tree.
return void

ExitLetStmt() public method

Exit a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

public ExitLetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitLetterrange() public method

Exit a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

public ExitLetterrange ( [ context ) : void
context [ The parse tree.
return void

ExitLineInputStmt() public method

Exit a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

public ExitLineInputStmt ( [ context ) : void
context [ The parse tree.
return void

ExitLineLabel() public method

Exit a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

public ExitLineLabel ( [ context ) : void
context [ The parse tree.
return void

ExitLiteral() public method

Exit a parse tree produced by VBAParser.literal.

The default implementation does nothing.

public ExitLiteral ( [ context ) : void
context [ The parse tree.
return void

ExitLoadStmt() public method

Exit a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

public ExitLoadStmt ( [ context ) : void
context [ The parse tree.
return void

ExitLockStmt() public method

Exit a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

public ExitLockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitLsetStmt() public method

Exit a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

public ExitLsetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitMidStmt() public method

Exit a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

public ExitMidStmt ( [ context ) : void
context [ The parse tree.
return void

ExitMkdirStmt() public method

Exit a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

public ExitMkdirStmt ( [ context ) : void
context [ The parse tree.
return void

ExitModule() public method

Exit a parse tree produced by VBAParser.module.

The default implementation does nothing.

public ExitModule ( [ context ) : void
context [ The parse tree.
return void

ExitModuleAttributes() public method

Exit a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

public ExitModuleAttributes ( [ context ) : void
context [ The parse tree.
return void

ExitModuleBody() public method

Exit a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

public ExitModuleBody ( [ context ) : void
context [ The parse tree.
return void

ExitModuleBodyElement() public method

Exit a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

public ExitModuleBodyElement ( [ context ) : void
context [ The parse tree.
return void

ExitModuleConfig() public method

Exit a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

public ExitModuleConfig ( [ context ) : void
context [ The parse tree.
return void

ExitModuleConfigElement() public method

Exit a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

public ExitModuleConfigElement ( [ context ) : void
context [ The parse tree.
return void

ExitModuleDeclarations() public method

Exit a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

public ExitModuleDeclarations ( [ context ) : void
context [ The parse tree.
return void

ExitModuleDeclarationsElement() public method

Exit a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

public ExitModuleDeclarationsElement ( [ context ) : void
context [ The parse tree.
return void

ExitModuleHeader() public method

Exit a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

public ExitModuleHeader ( [ context ) : void
context [ The parse tree.
return void

ExitNameStmt() public method

Exit a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

public ExitNameStmt ( [ context ) : void
context [ The parse tree.
return void

ExitNumberLiteral() public method

Exit a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

public ExitNumberLiteral ( [ context ) : void
context [ The parse tree.
return void

ExitOnErrorStmt() public method

Exit a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

public ExitOnErrorStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOnGoSubStmt() public method

Exit a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

public ExitOnGoSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOnGoToStmt() public method

Exit a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

public ExitOnGoToStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOpenStmt() public method

Exit a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

public ExitOpenStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOptionBaseStmt() public method

Exit a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

public ExitOptionBaseStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOptionCompareStmt() public method

Exit a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

public ExitOptionCompareStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOptionExplicitStmt() public method

Exit a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

public ExitOptionExplicitStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOptionPrivateModuleStmt() public method

Exit a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

public ExitOptionPrivateModuleStmt ( [ context ) : void
context [ The parse tree.
return void

ExitOutputList() public method

Exit a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

public ExitOutputList ( [ context ) : void
context [ The parse tree.
return void

ExitOutputList_Expression() public method

Exit a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

public ExitOutputList_Expression ( [ context ) : void
context [ The parse tree.
return void

ExitPrintStmt() public method

Exit a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

public ExitPrintStmt ( [ context ) : void
context [ The parse tree.
return void

ExitPropertyGetStmt() public method

Exit a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

public ExitPropertyGetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitPropertyLetStmt() public method

Exit a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

public ExitPropertyLetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitPropertySetStmt() public method

Exit a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

public ExitPropertySetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitPutStmt() public method

Exit a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

public ExitPutStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRaiseEventStmt() public method

Exit a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

public ExitRaiseEventStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRandomizeStmt() public method

Exit a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

public ExitRandomizeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRedimStmt() public method

Exit a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

public ExitRedimStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRedimSubStmt() public method

Exit a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

public ExitRedimSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRemComment() public method

Exit a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

public ExitRemComment ( [ context ) : void
context [ The parse tree.
return void

ExitResetStmt() public method

Exit a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

public ExitResetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitResumeStmt() public method

Exit a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

public ExitResumeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitReturnStmt() public method

Exit a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

public ExitReturnStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRmdirStmt() public method

Exit a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

public ExitRmdirStmt ( [ context ) : void
context [ The parse tree.
return void

ExitRsetStmt() public method

Exit a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

public ExitRsetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSC_Case() public method

Exit a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

public ExitSC_Case ( [ context ) : void
context [ The parse tree.
return void

ExitSaveSettingStmt() public method

Exit a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

public ExitSaveSettingStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSavepictureStmt() public method

Exit a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

public ExitSavepictureStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSeekStmt() public method

Exit a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

public ExitSeekStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSelectCaseStmt() public method

Exit a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

public ExitSelectCaseStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSendkeysStmt() public method

Exit a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

public ExitSendkeysStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSetStmt() public method

Exit a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

public ExitSetStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSetattrStmt() public method

Exit a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

public ExitSetattrStmt ( [ context ) : void
context [ The parse tree.
return void

ExitStartRule() public method

Exit a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

public ExitStartRule ( [ context ) : void
context [ The parse tree.
return void

ExitStopStmt() public method

Exit a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

public ExitStopStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSubStmt() public method

Exit a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

public ExitSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitSubscript() public method

Exit a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

public ExitSubscript ( [ context ) : void
context [ The parse tree.
return void

ExitSubscripts() public method

Exit a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

public ExitSubscripts ( [ context ) : void
context [ The parse tree.
return void

ExitTimeStmt() public method

Exit a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

public ExitTimeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitType() public method

Exit a parse tree produced by VBAParser.type.

The default implementation does nothing.

public ExitType ( [ context ) : void
context [ The parse tree.
return void

ExitTypeHint() public method

Exit a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

public ExitTypeHint ( [ context ) : void
context [ The parse tree.
return void

ExitTypeOfStmt() public method

Exit a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

public ExitTypeOfStmt ( [ context ) : void
context [ The parse tree.
return void

ExitTypeStmt() public method

Exit a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

public ExitTypeStmt ( [ context ) : void
context [ The parse tree.
return void

ExitTypeStmt_Element() public method

Exit a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

public ExitTypeStmt_Element ( [ context ) : void
context [ The parse tree.
return void

ExitUnloadStmt() public method

Exit a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

public ExitUnloadStmt ( [ context ) : void
context [ The parse tree.
return void

ExitUnlockStmt() public method

Exit a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

public ExitUnlockStmt ( [ context ) : void
context [ The parse tree.
return void

ExitVariableListStmt() public method

Exit a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

public ExitVariableListStmt ( [ context ) : void
context [ The parse tree.
return void

ExitVariableStmt() public method

Exit a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

public ExitVariableStmt ( [ context ) : void
context [ The parse tree.
return void

ExitVariableSubStmt() public method

Exit a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

public ExitVariableSubStmt ( [ context ) : void
context [ The parse tree.
return void

ExitVisibility() public method

Exit a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

public ExitVisibility ( [ context ) : void
context [ The parse tree.
return void

ExitVsAdd() public method

Exit a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

public ExitVsAdd ( [ context ) : void
context [ The parse tree.
return void

ExitVsAddressOf() public method

Exit a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

public ExitVsAddressOf ( [ context ) : void
context [ The parse tree.
return void

ExitVsAmp() public method

Exit a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

public ExitVsAmp ( [ context ) : void
context [ The parse tree.
return void

ExitVsAnd() public method

Exit a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

public ExitVsAnd ( [ context ) : void
context [ The parse tree.
return void

ExitVsAssign() public method

Exit a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

public ExitVsAssign ( [ context ) : void
context [ The parse tree.
return void

ExitVsEqv() public method

Exit a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

public ExitVsEqv ( [ context ) : void
context [ The parse tree.
return void

ExitVsICS() public method

Exit a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

public ExitVsICS ( [ context ) : void
context [ The parse tree.
return void

ExitVsImp() public method

Exit a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

public ExitVsImp ( [ context ) : void
context [ The parse tree.
return void

ExitVsIntDiv() public method

Exit a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

public ExitVsIntDiv ( [ context ) : void
context [ The parse tree.
return void

ExitVsLiteral() public method

Exit a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

public ExitVsLiteral ( [ context ) : void
context [ The parse tree.
return void

ExitVsMid() public method

Exit a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

public ExitVsMid ( [ context ) : void
context [ The parse tree.
return void

ExitVsMod() public method

Exit a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

public ExitVsMod ( [ context ) : void
context [ The parse tree.
return void

ExitVsMult() public method

Exit a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

public ExitVsMult ( [ context ) : void
context [ The parse tree.
return void

ExitVsNegation() public method

Exit a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

public ExitVsNegation ( [ context ) : void
context [ The parse tree.
return void

ExitVsNew() public method

Exit a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

public ExitVsNew ( [ context ) : void
context [ The parse tree.
return void

ExitVsNot() public method

Exit a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

public ExitVsNot ( [ context ) : void
context [ The parse tree.
return void

ExitVsOr() public method

Exit a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

public ExitVsOr ( [ context ) : void
context [ The parse tree.
return void

ExitVsPow() public method

Exit a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

public ExitVsPow ( [ context ) : void
context [ The parse tree.
return void

ExitVsRelational() public method

Exit a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

public ExitVsRelational ( [ context ) : void
context [ The parse tree.
return void

ExitVsStruct() public method

Exit a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

public ExitVsStruct ( [ context ) : void
context [ The parse tree.
return void

ExitVsTypeOf() public method

Exit a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

public ExitVsTypeOf ( [ context ) : void
context [ The parse tree.
return void

ExitVsXor() public method

Exit a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

public ExitVsXor ( [ context ) : void
context [ The parse tree.
return void

ExitWhileWendStmt() public method

Exit a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

public ExitWhileWendStmt ( [ context ) : void
context [ The parse tree.
return void

ExitWhiteSpace() public method

Exit a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

public ExitWhiteSpace ( [ context ) : void
context [ The parse tree.
return void

ExitWidthStmt() public method

Exit a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

public ExitWidthStmt ( [ context ) : void
context [ The parse tree.
return void

ExitWithStmt() public method

Exit a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

public ExitWithStmt ( [ context ) : void
context [ The parse tree.
return void

ExitWriteStmt() public method

Exit a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

public ExitWriteStmt ( [ context ) : void
context [ The parse tree.
return void

VisitErrorNode() public method

The default implementation does nothing.
public VisitErrorNode ( [ node ) : void
node [
return void

VisitTerminal() public method

The default implementation does nothing.
public VisitTerminal ( [ node ) : void
node [
return void