C# 클래스 Rubberduck.Parsing.Grammar.VBAParserBaseListener

상속: IVBAParserListener
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
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.

메소드 상세

EnterAmbiguousIdentifier() 공개 메소드

Enter a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

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

EnterAmbiguousKeyword() 공개 메소드

Enter a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

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

EnterAnnotation() 공개 메소드

Enter a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

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

EnterAnnotationArg() 공개 메소드

Enter a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

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

EnterAnnotationArgList() 공개 메소드

Enter a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

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

EnterAnnotationList() 공개 메소드

Enter a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

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

EnterAnnotationName() 공개 메소드

Enter a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

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

EnterAppactivateStmt() 공개 메소드

Enter a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

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

EnterArg() 공개 메소드

Enter a parse tree produced by VBAParser.arg.

The default implementation does nothing.

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

EnterArgCall() 공개 메소드

Enter a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

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

EnterArgDefaultValue() 공개 메소드

Enter a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

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

EnterArgList() 공개 메소드

Enter a parse tree produced by VBAParser.argList.

The default implementation does nothing.

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

EnterArgsCall() 공개 메소드

Enter a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

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

EnterAsTypeClause() 공개 메소드

Enter a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

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

EnterAttributeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

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

EnterBaseType() 공개 메소드

Enter a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

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

EnterBeepStmt() 공개 메소드

Enter a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

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

EnterBlock() 공개 메소드

Enter a parse tree produced by VBAParser.block.

The default implementation does nothing.

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

EnterBlockIfThenElse() 공개 메소드

Enter a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

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

EnterBlockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

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

EnterCaseCondElse() 공개 메소드

Enter a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

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

EnterCaseCondIs() 공개 메소드

Enter a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

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

EnterCaseCondSelection() 공개 메소드

Enter a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

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

EnterCaseCondTo() 공개 메소드

Enter a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

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

EnterCaseCondValue() 공개 메소드

Enter a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

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

EnterCertainIdentifier() 공개 메소드

Enter a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

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

EnterChdirStmt() 공개 메소드

Enter a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

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

EnterChdriveStmt() 공개 메소드

Enter a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

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

EnterCloseStmt() 공개 메소드

Enter a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

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

EnterComment() 공개 메소드

Enter a parse tree produced by VBAParser.comment.

The default implementation does nothing.

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

EnterComparisonOperator() 공개 메소드

Enter a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

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

EnterComplexType() 공개 메소드

Enter a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

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

EnterConstStmt() 공개 메소드

Enter a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

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

EnterConstSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

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

EnterDateStmt() 공개 메소드

Enter a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

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

EnterDeclareStmt() 공개 메소드

Enter a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

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

EnterDeftypeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

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

EnterDeleteSettingStmt() 공개 메소드

Enter a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

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

EnterDictionaryCallStmt() 공개 메소드

Enter a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

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

EnterDoLoopStmt() 공개 메소드

Enter a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

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

EnterECS_MemberProcedureCall() 공개 메소드

Enter a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

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

EnterECS_ProcedureCall() 공개 메소드

Enter a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

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

EnterEndOfLine() 공개 메소드

Enter a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

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

EnterEndOfStatement() 공개 메소드

Enter a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

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

EnterEndStmt() 공개 메소드

Enter a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

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

EnterEnumerationStmt() 공개 메소드

Enter a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

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

EnterEnumerationStmt_Constant() 공개 메소드

Enter a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

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

EnterEraseStmt() 공개 메소드

Enter a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

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

EnterErrorStmt() 공개 메소드

Enter a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

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

EnterEventStmt() 공개 메소드

Enter a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

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

EnterEveryRule() 공개 메소드

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

EnterExitStmt() 공개 메소드

Enter a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

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

EnterExplicitCallStmt() 공개 메소드

Enter a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

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

EnterFieldLength() 공개 메소드

Enter a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

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

EnterFileNumber() 공개 메소드

Enter a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

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

EnterFilecopyStmt() 공개 메소드

Enter a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

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

EnterForEachStmt() 공개 메소드

Enter a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

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

EnterForNextStmt() 공개 메소드

Enter a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

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

EnterFunctionStmt() 공개 메소드

Enter a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

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

EnterGetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

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

EnterGoSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

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

EnterGoToStmt() 공개 메소드

Enter a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

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

EnterICS_B_MemberProcedureCall() 공개 메소드

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.
리턴 void

EnterICS_B_ProcedureCall() 공개 메소드

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.
리턴 void

EnterICS_S_DictionaryCall() 공개 메소드

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.
리턴 void

EnterICS_S_MemberCall() 공개 메소드

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.
리턴 void

EnterICS_S_MembersCall() 공개 메소드

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.
리턴 void

EnterICS_S_ProcedureOrArrayCall() 공개 메소드

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.
리턴 void

EnterICS_S_VariableOrProcedureCall() 공개 메소드

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.
리턴 void

EnterIfBlockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

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

EnterIfConditionStmt() 공개 메소드

Enter a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

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

EnterIfElseBlockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

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

EnterIfElseIfBlockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

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

EnterImplementsStmt() 공개 메소드

Enter a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

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

EnterImplicitCallStmt_InBlock() 공개 메소드

Enter a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

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

EnterImplicitCallStmt_InStmt() 공개 메소드

Enter a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

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

EnterInlineIfThenElse() 공개 메소드

Enter a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

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

EnterInputStmt() 공개 메소드

Enter a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

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

EnterKillStmt() 공개 메소드

Enter a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

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

EnterLetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

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

EnterLetterrange() 공개 메소드

Enter a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

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

EnterLineInputStmt() 공개 메소드

Enter a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

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

EnterLineLabel() 공개 메소드

Enter a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

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

EnterLiteral() 공개 메소드

Enter a parse tree produced by VBAParser.literal.

The default implementation does nothing.

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

EnterLoadStmt() 공개 메소드

Enter a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

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

EnterLockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

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

EnterLsetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

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

EnterMidStmt() 공개 메소드

Enter a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

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

EnterMkdirStmt() 공개 메소드

Enter a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

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

EnterModule() 공개 메소드

Enter a parse tree produced by VBAParser.module.

The default implementation does nothing.

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

EnterModuleAttributes() 공개 메소드

Enter a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

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

EnterModuleBody() 공개 메소드

Enter a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

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

EnterModuleBodyElement() 공개 메소드

Enter a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

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

EnterModuleConfig() 공개 메소드

Enter a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

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

EnterModuleConfigElement() 공개 메소드

Enter a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

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

EnterModuleDeclarations() 공개 메소드

Enter a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

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

EnterModuleDeclarationsElement() 공개 메소드

Enter a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

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

EnterModuleHeader() 공개 메소드

Enter a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

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

EnterNameStmt() 공개 메소드

Enter a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

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

EnterNumberLiteral() 공개 메소드

Enter a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

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

EnterOnErrorStmt() 공개 메소드

Enter a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

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

EnterOnGoSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

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

EnterOnGoToStmt() 공개 메소드

Enter a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

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

EnterOpenStmt() 공개 메소드

Enter a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

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

EnterOptionBaseStmt() 공개 메소드

Enter a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

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

EnterOptionCompareStmt() 공개 메소드

Enter a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

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

EnterOptionExplicitStmt() 공개 메소드

Enter a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

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

EnterOptionPrivateModuleStmt() 공개 메소드

Enter a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

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

EnterOutputList() 공개 메소드

Enter a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

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

EnterOutputList_Expression() 공개 메소드

Enter a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

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

EnterPrintStmt() 공개 메소드

Enter a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

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

EnterPropertyGetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

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

EnterPropertyLetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

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

EnterPropertySetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

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

EnterPutStmt() 공개 메소드

Enter a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

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

EnterRaiseEventStmt() 공개 메소드

Enter a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

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

EnterRandomizeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

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

EnterRedimStmt() 공개 메소드

Enter a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

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

EnterRedimSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

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

EnterRemComment() 공개 메소드

Enter a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

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

EnterResetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

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

EnterResumeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

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

EnterReturnStmt() 공개 메소드

Enter a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

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

EnterRmdirStmt() 공개 메소드

Enter a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

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

EnterRsetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

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

EnterSC_Case() 공개 메소드

Enter a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

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

EnterSaveSettingStmt() 공개 메소드

Enter a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

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

EnterSavepictureStmt() 공개 메소드

Enter a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

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

EnterSeekStmt() 공개 메소드

Enter a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

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

EnterSelectCaseStmt() 공개 메소드

Enter a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

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

EnterSendkeysStmt() 공개 메소드

Enter a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

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

EnterSetStmt() 공개 메소드

Enter a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

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

EnterSetattrStmt() 공개 메소드

Enter a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

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

EnterStartRule() 공개 메소드

Enter a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

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

EnterStopStmt() 공개 메소드

Enter a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

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

EnterSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

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

EnterSubscript() 공개 메소드

Enter a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

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

EnterSubscripts() 공개 메소드

Enter a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

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

EnterTimeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

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

EnterType() 공개 메소드

Enter a parse tree produced by VBAParser.type.

The default implementation does nothing.

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

EnterTypeHint() 공개 메소드

Enter a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

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

EnterTypeOfStmt() 공개 메소드

Enter a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

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

EnterTypeStmt() 공개 메소드

Enter a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

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

EnterTypeStmt_Element() 공개 메소드

Enter a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

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

EnterUnloadStmt() 공개 메소드

Enter a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

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

EnterUnlockStmt() 공개 메소드

Enter a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

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

EnterVariableListStmt() 공개 메소드

Enter a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

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

EnterVariableStmt() 공개 메소드

Enter a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

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

EnterVariableSubStmt() 공개 메소드

Enter a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

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

EnterVisibility() 공개 메소드

Enter a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

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

EnterVsAdd() 공개 메소드

Enter a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

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

EnterVsAddressOf() 공개 메소드

Enter a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

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

EnterVsAmp() 공개 메소드

Enter a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

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

EnterVsAnd() 공개 메소드

Enter a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

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

EnterVsAssign() 공개 메소드

Enter a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

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

EnterVsEqv() 공개 메소드

Enter a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

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

EnterVsICS() 공개 메소드

Enter a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

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

EnterVsImp() 공개 메소드

Enter a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

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

EnterVsIntDiv() 공개 메소드

Enter a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

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

EnterVsLiteral() 공개 메소드

Enter a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

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

EnterVsMid() 공개 메소드

Enter a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

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

EnterVsMod() 공개 메소드

Enter a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

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

EnterVsMult() 공개 메소드

Enter a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

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

EnterVsNegation() 공개 메소드

Enter a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

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

EnterVsNew() 공개 메소드

Enter a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

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

EnterVsNot() 공개 메소드

Enter a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

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

EnterVsOr() 공개 메소드

Enter a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

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

EnterVsPow() 공개 메소드

Enter a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

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

EnterVsRelational() 공개 메소드

Enter a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

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

EnterVsStruct() 공개 메소드

Enter a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

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

EnterVsTypeOf() 공개 메소드

Enter a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

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

EnterVsXor() 공개 메소드

Enter a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

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

EnterWhileWendStmt() 공개 메소드

Enter a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

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

EnterWhiteSpace() 공개 메소드

Enter a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

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

EnterWidthStmt() 공개 메소드

Enter a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

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

EnterWithStmt() 공개 메소드

Enter a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

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

EnterWriteStmt() 공개 메소드

Enter a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

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

ExitAmbiguousIdentifier() 공개 메소드

Exit a parse tree produced by VBAParser.ambiguousIdentifier.

The default implementation does nothing.

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

ExitAmbiguousKeyword() 공개 메소드

Exit a parse tree produced by VBAParser.ambiguousKeyword.

The default implementation does nothing.

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

ExitAnnotation() 공개 메소드

Exit a parse tree produced by VBAParser.annotation.

The default implementation does nothing.

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

ExitAnnotationArg() 공개 메소드

Exit a parse tree produced by VBAParser.annotationArg.

The default implementation does nothing.

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

ExitAnnotationArgList() 공개 메소드

Exit a parse tree produced by VBAParser.annotationArgList.

The default implementation does nothing.

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

ExitAnnotationList() 공개 메소드

Exit a parse tree produced by VBAParser.annotationList.

The default implementation does nothing.

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

ExitAnnotationName() 공개 메소드

Exit a parse tree produced by VBAParser.annotationName.

The default implementation does nothing.

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

ExitAppactivateStmt() 공개 메소드

Exit a parse tree produced by VBAParser.appactivateStmt.

The default implementation does nothing.

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

ExitArg() 공개 메소드

Exit a parse tree produced by VBAParser.arg.

The default implementation does nothing.

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

ExitArgCall() 공개 메소드

Exit a parse tree produced by VBAParser.argCall.

The default implementation does nothing.

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

ExitArgDefaultValue() 공개 메소드

Exit a parse tree produced by VBAParser.argDefaultValue.

The default implementation does nothing.

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

ExitArgList() 공개 메소드

Exit a parse tree produced by VBAParser.argList.

The default implementation does nothing.

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

ExitArgsCall() 공개 메소드

Exit a parse tree produced by VBAParser.argsCall.

The default implementation does nothing.

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

ExitAsTypeClause() 공개 메소드

Exit a parse tree produced by VBAParser.asTypeClause.

The default implementation does nothing.

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

ExitAttributeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.attributeStmt.

The default implementation does nothing.

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

ExitBaseType() 공개 메소드

Exit a parse tree produced by VBAParser.baseType.

The default implementation does nothing.

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

ExitBeepStmt() 공개 메소드

Exit a parse tree produced by VBAParser.beepStmt.

The default implementation does nothing.

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

ExitBlock() 공개 메소드

Exit a parse tree produced by VBAParser.block.

The default implementation does nothing.

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

ExitBlockIfThenElse() 공개 메소드

Exit a parse tree produced by VBAParser.blockIfThenElse.

The default implementation does nothing.

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

ExitBlockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.blockStmt.

The default implementation does nothing.

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

ExitCaseCondElse() 공개 메소드

Exit a parse tree produced by VBAParser.caseCondElse.

The default implementation does nothing.

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

ExitCaseCondIs() 공개 메소드

Exit a parse tree produced by VBAParser.caseCondIs.

The default implementation does nothing.

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

ExitCaseCondSelection() 공개 메소드

Exit a parse tree produced by VBAParser.caseCondSelection.

The default implementation does nothing.

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

ExitCaseCondTo() 공개 메소드

Exit a parse tree produced by VBAParser.caseCondTo.

The default implementation does nothing.

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

ExitCaseCondValue() 공개 메소드

Exit a parse tree produced by VBAParser.caseCondValue.

The default implementation does nothing.

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

ExitCertainIdentifier() 공개 메소드

Exit a parse tree produced by VBAParser.certainIdentifier.

The default implementation does nothing.

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

ExitChdirStmt() 공개 메소드

Exit a parse tree produced by VBAParser.chdirStmt.

The default implementation does nothing.

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

ExitChdriveStmt() 공개 메소드

Exit a parse tree produced by VBAParser.chdriveStmt.

The default implementation does nothing.

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

ExitCloseStmt() 공개 메소드

Exit a parse tree produced by VBAParser.closeStmt.

The default implementation does nothing.

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

ExitComment() 공개 메소드

Exit a parse tree produced by VBAParser.comment.

The default implementation does nothing.

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

ExitComparisonOperator() 공개 메소드

Exit a parse tree produced by VBAParser.comparisonOperator.

The default implementation does nothing.

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

ExitComplexType() 공개 메소드

Exit a parse tree produced by VBAParser.complexType.

The default implementation does nothing.

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

ExitConstStmt() 공개 메소드

Exit a parse tree produced by VBAParser.constStmt.

The default implementation does nothing.

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

ExitConstSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.constSubStmt.

The default implementation does nothing.

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

ExitDateStmt() 공개 메소드

Exit a parse tree produced by VBAParser.dateStmt.

The default implementation does nothing.

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

ExitDeclareStmt() 공개 메소드

Exit a parse tree produced by VBAParser.declareStmt.

The default implementation does nothing.

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

ExitDeftypeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.deftypeStmt.

The default implementation does nothing.

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

ExitDeleteSettingStmt() 공개 메소드

Exit a parse tree produced by VBAParser.deleteSettingStmt.

The default implementation does nothing.

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

ExitDictionaryCallStmt() 공개 메소드

Exit a parse tree produced by VBAParser.dictionaryCallStmt.

The default implementation does nothing.

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

ExitDoLoopStmt() 공개 메소드

Exit a parse tree produced by VBAParser.doLoopStmt.

The default implementation does nothing.

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

ExitECS_MemberProcedureCall() 공개 메소드

Exit a parse tree produced by VBAParser.eCS_MemberProcedureCall.

The default implementation does nothing.

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

ExitECS_ProcedureCall() 공개 메소드

Exit a parse tree produced by VBAParser.eCS_ProcedureCall.

The default implementation does nothing.

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

ExitEndOfLine() 공개 메소드

Exit a parse tree produced by VBAParser.endOfLine.

The default implementation does nothing.

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

ExitEndOfStatement() 공개 메소드

Exit a parse tree produced by VBAParser.endOfStatement.

The default implementation does nothing.

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

ExitEndStmt() 공개 메소드

Exit a parse tree produced by VBAParser.endStmt.

The default implementation does nothing.

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

ExitEnumerationStmt() 공개 메소드

Exit a parse tree produced by VBAParser.enumerationStmt.

The default implementation does nothing.

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

ExitEnumerationStmt_Constant() 공개 메소드

Exit a parse tree produced by VBAParser.enumerationStmt_Constant.

The default implementation does nothing.

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

ExitEraseStmt() 공개 메소드

Exit a parse tree produced by VBAParser.eraseStmt.

The default implementation does nothing.

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

ExitErrorStmt() 공개 메소드

Exit a parse tree produced by VBAParser.errorStmt.

The default implementation does nothing.

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

ExitEventStmt() 공개 메소드

Exit a parse tree produced by VBAParser.eventStmt.

The default implementation does nothing.

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

ExitEveryRule() 공개 메소드

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

ExitExitStmt() 공개 메소드

Exit a parse tree produced by VBAParser.exitStmt.

The default implementation does nothing.

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

ExitExplicitCallStmt() 공개 메소드

Exit a parse tree produced by VBAParser.explicitCallStmt.

The default implementation does nothing.

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

ExitFieldLength() 공개 메소드

Exit a parse tree produced by VBAParser.fieldLength.

The default implementation does nothing.

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

ExitFileNumber() 공개 메소드

Exit a parse tree produced by VBAParser.fileNumber.

The default implementation does nothing.

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

ExitFilecopyStmt() 공개 메소드

Exit a parse tree produced by VBAParser.filecopyStmt.

The default implementation does nothing.

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

ExitForEachStmt() 공개 메소드

Exit a parse tree produced by VBAParser.forEachStmt.

The default implementation does nothing.

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

ExitForNextStmt() 공개 메소드

Exit a parse tree produced by VBAParser.forNextStmt.

The default implementation does nothing.

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

ExitFunctionStmt() 공개 메소드

Exit a parse tree produced by VBAParser.functionStmt.

The default implementation does nothing.

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

ExitGetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.getStmt.

The default implementation does nothing.

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

ExitGoSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.goSubStmt.

The default implementation does nothing.

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

ExitGoToStmt() 공개 메소드

Exit a parse tree produced by VBAParser.goToStmt.

The default implementation does nothing.

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

ExitICS_B_MemberProcedureCall() 공개 메소드

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.
리턴 void

ExitICS_B_ProcedureCall() 공개 메소드

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.
리턴 void

ExitICS_S_DictionaryCall() 공개 메소드

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.
리턴 void

ExitICS_S_MemberCall() 공개 메소드

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.
리턴 void

ExitICS_S_MembersCall() 공개 메소드

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.
리턴 void

ExitICS_S_ProcedureOrArrayCall() 공개 메소드

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.
리턴 void

ExitICS_S_VariableOrProcedureCall() 공개 메소드

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.
리턴 void

ExitIfBlockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.ifBlockStmt.

The default implementation does nothing.

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

ExitIfConditionStmt() 공개 메소드

Exit a parse tree produced by VBAParser.ifConditionStmt.

The default implementation does nothing.

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

ExitIfElseBlockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.ifElseBlockStmt.

The default implementation does nothing.

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

ExitIfElseIfBlockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.ifElseIfBlockStmt.

The default implementation does nothing.

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

ExitImplementsStmt() 공개 메소드

Exit a parse tree produced by VBAParser.implementsStmt.

The default implementation does nothing.

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

ExitImplicitCallStmt_InBlock() 공개 메소드

Exit a parse tree produced by VBAParser.implicitCallStmt_InBlock.

The default implementation does nothing.

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

ExitImplicitCallStmt_InStmt() 공개 메소드

Exit a parse tree produced by VBAParser.implicitCallStmt_InStmt.

The default implementation does nothing.

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

ExitInlineIfThenElse() 공개 메소드

Exit a parse tree produced by VBAParser.inlineIfThenElse.

The default implementation does nothing.

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

ExitInputStmt() 공개 메소드

Exit a parse tree produced by VBAParser.inputStmt.

The default implementation does nothing.

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

ExitKillStmt() 공개 메소드

Exit a parse tree produced by VBAParser.killStmt.

The default implementation does nothing.

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

ExitLetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.letStmt.

The default implementation does nothing.

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

ExitLetterrange() 공개 메소드

Exit a parse tree produced by VBAParser.letterrange.

The default implementation does nothing.

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

ExitLineInputStmt() 공개 메소드

Exit a parse tree produced by VBAParser.lineInputStmt.

The default implementation does nothing.

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

ExitLineLabel() 공개 메소드

Exit a parse tree produced by VBAParser.lineLabel.

The default implementation does nothing.

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

ExitLiteral() 공개 메소드

Exit a parse tree produced by VBAParser.literal.

The default implementation does nothing.

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

ExitLoadStmt() 공개 메소드

Exit a parse tree produced by VBAParser.loadStmt.

The default implementation does nothing.

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

ExitLockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.lockStmt.

The default implementation does nothing.

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

ExitLsetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.lsetStmt.

The default implementation does nothing.

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

ExitMidStmt() 공개 메소드

Exit a parse tree produced by VBAParser.midStmt.

The default implementation does nothing.

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

ExitMkdirStmt() 공개 메소드

Exit a parse tree produced by VBAParser.mkdirStmt.

The default implementation does nothing.

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

ExitModule() 공개 메소드

Exit a parse tree produced by VBAParser.module.

The default implementation does nothing.

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

ExitModuleAttributes() 공개 메소드

Exit a parse tree produced by VBAParser.moduleAttributes.

The default implementation does nothing.

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

ExitModuleBody() 공개 메소드

Exit a parse tree produced by VBAParser.moduleBody.

The default implementation does nothing.

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

ExitModuleBodyElement() 공개 메소드

Exit a parse tree produced by VBAParser.moduleBodyElement.

The default implementation does nothing.

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

ExitModuleConfig() 공개 메소드

Exit a parse tree produced by VBAParser.moduleConfig.

The default implementation does nothing.

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

ExitModuleConfigElement() 공개 메소드

Exit a parse tree produced by VBAParser.moduleConfigElement.

The default implementation does nothing.

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

ExitModuleDeclarations() 공개 메소드

Exit a parse tree produced by VBAParser.moduleDeclarations.

The default implementation does nothing.

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

ExitModuleDeclarationsElement() 공개 메소드

Exit a parse tree produced by VBAParser.moduleDeclarationsElement.

The default implementation does nothing.

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

ExitModuleHeader() 공개 메소드

Exit a parse tree produced by VBAParser.moduleHeader.

The default implementation does nothing.

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

ExitNameStmt() 공개 메소드

Exit a parse tree produced by VBAParser.nameStmt.

The default implementation does nothing.

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

ExitNumberLiteral() 공개 메소드

Exit a parse tree produced by VBAParser.numberLiteral.

The default implementation does nothing.

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

ExitOnErrorStmt() 공개 메소드

Exit a parse tree produced by VBAParser.onErrorStmt.

The default implementation does nothing.

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

ExitOnGoSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.onGoSubStmt.

The default implementation does nothing.

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

ExitOnGoToStmt() 공개 메소드

Exit a parse tree produced by VBAParser.onGoToStmt.

The default implementation does nothing.

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

ExitOpenStmt() 공개 메소드

Exit a parse tree produced by VBAParser.openStmt.

The default implementation does nothing.

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

ExitOptionBaseStmt() 공개 메소드

Exit a parse tree produced by VBAParser.optionBaseStmt.

The default implementation does nothing.

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

ExitOptionCompareStmt() 공개 메소드

Exit a parse tree produced by VBAParser.optionCompareStmt.

The default implementation does nothing.

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

ExitOptionExplicitStmt() 공개 메소드

Exit a parse tree produced by VBAParser.optionExplicitStmt.

The default implementation does nothing.

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

ExitOptionPrivateModuleStmt() 공개 메소드

Exit a parse tree produced by VBAParser.optionPrivateModuleStmt.

The default implementation does nothing.

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

ExitOutputList() 공개 메소드

Exit a parse tree produced by VBAParser.outputList.

The default implementation does nothing.

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

ExitOutputList_Expression() 공개 메소드

Exit a parse tree produced by VBAParser.outputList_Expression.

The default implementation does nothing.

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

ExitPrintStmt() 공개 메소드

Exit a parse tree produced by VBAParser.printStmt.

The default implementation does nothing.

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

ExitPropertyGetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.propertyGetStmt.

The default implementation does nothing.

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

ExitPropertyLetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.propertyLetStmt.

The default implementation does nothing.

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

ExitPropertySetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.propertySetStmt.

The default implementation does nothing.

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

ExitPutStmt() 공개 메소드

Exit a parse tree produced by VBAParser.putStmt.

The default implementation does nothing.

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

ExitRaiseEventStmt() 공개 메소드

Exit a parse tree produced by VBAParser.raiseEventStmt.

The default implementation does nothing.

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

ExitRandomizeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.randomizeStmt.

The default implementation does nothing.

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

ExitRedimStmt() 공개 메소드

Exit a parse tree produced by VBAParser.redimStmt.

The default implementation does nothing.

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

ExitRedimSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.redimSubStmt.

The default implementation does nothing.

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

ExitRemComment() 공개 메소드

Exit a parse tree produced by VBAParser.remComment.

The default implementation does nothing.

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

ExitResetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.resetStmt.

The default implementation does nothing.

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

ExitResumeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.resumeStmt.

The default implementation does nothing.

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

ExitReturnStmt() 공개 메소드

Exit a parse tree produced by VBAParser.returnStmt.

The default implementation does nothing.

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

ExitRmdirStmt() 공개 메소드

Exit a parse tree produced by VBAParser.rmdirStmt.

The default implementation does nothing.

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

ExitRsetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.rsetStmt.

The default implementation does nothing.

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

ExitSC_Case() 공개 메소드

Exit a parse tree produced by VBAParser.sC_Case.

The default implementation does nothing.

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

ExitSaveSettingStmt() 공개 메소드

Exit a parse tree produced by VBAParser.saveSettingStmt.

The default implementation does nothing.

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

ExitSavepictureStmt() 공개 메소드

Exit a parse tree produced by VBAParser.savepictureStmt.

The default implementation does nothing.

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

ExitSeekStmt() 공개 메소드

Exit a parse tree produced by VBAParser.seekStmt.

The default implementation does nothing.

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

ExitSelectCaseStmt() 공개 메소드

Exit a parse tree produced by VBAParser.selectCaseStmt.

The default implementation does nothing.

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

ExitSendkeysStmt() 공개 메소드

Exit a parse tree produced by VBAParser.sendkeysStmt.

The default implementation does nothing.

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

ExitSetStmt() 공개 메소드

Exit a parse tree produced by VBAParser.setStmt.

The default implementation does nothing.

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

ExitSetattrStmt() 공개 메소드

Exit a parse tree produced by VBAParser.setattrStmt.

The default implementation does nothing.

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

ExitStartRule() 공개 메소드

Exit a parse tree produced by VBAParser.startRule.

The default implementation does nothing.

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

ExitStopStmt() 공개 메소드

Exit a parse tree produced by VBAParser.stopStmt.

The default implementation does nothing.

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

ExitSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.subStmt.

The default implementation does nothing.

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

ExitSubscript() 공개 메소드

Exit a parse tree produced by VBAParser.subscript.

The default implementation does nothing.

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

ExitSubscripts() 공개 메소드

Exit a parse tree produced by VBAParser.subscripts.

The default implementation does nothing.

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

ExitTimeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.timeStmt.

The default implementation does nothing.

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

ExitType() 공개 메소드

Exit a parse tree produced by VBAParser.type.

The default implementation does nothing.

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

ExitTypeHint() 공개 메소드

Exit a parse tree produced by VBAParser.typeHint.

The default implementation does nothing.

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

ExitTypeOfStmt() 공개 메소드

Exit a parse tree produced by VBAParser.typeOfStmt.

The default implementation does nothing.

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

ExitTypeStmt() 공개 메소드

Exit a parse tree produced by VBAParser.typeStmt.

The default implementation does nothing.

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

ExitTypeStmt_Element() 공개 메소드

Exit a parse tree produced by VBAParser.typeStmt_Element.

The default implementation does nothing.

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

ExitUnloadStmt() 공개 메소드

Exit a parse tree produced by VBAParser.unloadStmt.

The default implementation does nothing.

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

ExitUnlockStmt() 공개 메소드

Exit a parse tree produced by VBAParser.unlockStmt.

The default implementation does nothing.

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

ExitVariableListStmt() 공개 메소드

Exit a parse tree produced by VBAParser.variableListStmt.

The default implementation does nothing.

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

ExitVariableStmt() 공개 메소드

Exit a parse tree produced by VBAParser.variableStmt.

The default implementation does nothing.

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

ExitVariableSubStmt() 공개 메소드

Exit a parse tree produced by VBAParser.variableSubStmt.

The default implementation does nothing.

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

ExitVisibility() 공개 메소드

Exit a parse tree produced by VBAParser.visibility.

The default implementation does nothing.

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

ExitVsAdd() 공개 메소드

Exit a parse tree produced by VBAParser.vsAdd.

The default implementation does nothing.

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

ExitVsAddressOf() 공개 메소드

Exit a parse tree produced by VBAParser.vsAddressOf.

The default implementation does nothing.

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

ExitVsAmp() 공개 메소드

Exit a parse tree produced by VBAParser.vsAmp.

The default implementation does nothing.

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

ExitVsAnd() 공개 메소드

Exit a parse tree produced by VBAParser.vsAnd.

The default implementation does nothing.

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

ExitVsAssign() 공개 메소드

Exit a parse tree produced by VBAParser.vsAssign.

The default implementation does nothing.

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

ExitVsEqv() 공개 메소드

Exit a parse tree produced by VBAParser.vsEqv.

The default implementation does nothing.

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

ExitVsICS() 공개 메소드

Exit a parse tree produced by VBAParser.vsICS.

The default implementation does nothing.

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

ExitVsImp() 공개 메소드

Exit a parse tree produced by VBAParser.vsImp.

The default implementation does nothing.

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

ExitVsIntDiv() 공개 메소드

Exit a parse tree produced by VBAParser.vsIntDiv.

The default implementation does nothing.

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

ExitVsLiteral() 공개 메소드

Exit a parse tree produced by VBAParser.vsLiteral.

The default implementation does nothing.

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

ExitVsMid() 공개 메소드

Exit a parse tree produced by VBAParser.vsMid.

The default implementation does nothing.

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

ExitVsMod() 공개 메소드

Exit a parse tree produced by VBAParser.vsMod.

The default implementation does nothing.

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

ExitVsMult() 공개 메소드

Exit a parse tree produced by VBAParser.vsMult.

The default implementation does nothing.

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

ExitVsNegation() 공개 메소드

Exit a parse tree produced by VBAParser.vsNegation.

The default implementation does nothing.

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

ExitVsNew() 공개 메소드

Exit a parse tree produced by VBAParser.vsNew.

The default implementation does nothing.

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

ExitVsNot() 공개 메소드

Exit a parse tree produced by VBAParser.vsNot.

The default implementation does nothing.

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

ExitVsOr() 공개 메소드

Exit a parse tree produced by VBAParser.vsOr.

The default implementation does nothing.

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

ExitVsPow() 공개 메소드

Exit a parse tree produced by VBAParser.vsPow.

The default implementation does nothing.

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

ExitVsRelational() 공개 메소드

Exit a parse tree produced by VBAParser.vsRelational.

The default implementation does nothing.

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

ExitVsStruct() 공개 메소드

Exit a parse tree produced by VBAParser.vsStruct.

The default implementation does nothing.

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

ExitVsTypeOf() 공개 메소드

Exit a parse tree produced by VBAParser.vsTypeOf.

The default implementation does nothing.

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

ExitVsXor() 공개 메소드

Exit a parse tree produced by VBAParser.vsXor.

The default implementation does nothing.

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

ExitWhileWendStmt() 공개 메소드

Exit a parse tree produced by VBAParser.whileWendStmt.

The default implementation does nothing.

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

ExitWhiteSpace() 공개 메소드

Exit a parse tree produced by VBAParser.whiteSpace.

The default implementation does nothing.

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

ExitWidthStmt() 공개 메소드

Exit a parse tree produced by VBAParser.widthStmt.

The default implementation does nothing.

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

ExitWithStmt() 공개 메소드

Exit a parse tree produced by VBAParser.withStmt.

The default implementation does nothing.

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

ExitWriteStmt() 공개 메소드

Exit a parse tree produced by VBAParser.writeStmt.

The default implementation does nothing.

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

VisitErrorNode() 공개 메소드

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

VisitTerminal() 공개 메소드

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