C# 클래스 Rubberduck.Parsing.Preprocessing.VBAConditionalCompilationParserBaseListener

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

공개 메소드들

메소드 설명
EnterCcBlock ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

EnterCcConst ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

EnterCcElse ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

EnterCcElseBlock ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

EnterCcElseIf ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

EnterCcElseIfBlock ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

EnterCcEndIf ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

EnterCcEol ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

EnterCcExpression ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

EnterCcIf ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

EnterCcIfBlock ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

EnterCcVarLhs ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

EnterCompilationUnit ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

Enter a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

EnterIntrinsicFunction ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

EnterIntrinsicFunctionName ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

EnterLiteral ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

EnterLogicalLine ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

EnterName ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

EnterTypeHint ( [ context ) : void

Enter a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

ExitCcBlock ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

ExitCcConst ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

ExitCcElse ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

ExitCcElseBlock ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

ExitCcElseIf ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

ExitCcElseIfBlock ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

ExitCcEndIf ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

ExitCcEol ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

ExitCcExpression ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

ExitCcIf ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

ExitCcIfBlock ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

ExitCcVarLhs ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

ExitCompilationUnit ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

Exit a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

ExitIntrinsicFunction ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

ExitIntrinsicFunctionName ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

ExitLiteral ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

ExitLogicalLine ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

ExitName ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

ExitTypeHint ( [ context ) : void

Exit a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

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

메소드 상세

EnterCcBlock() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

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

EnterCcConst() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

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

EnterCcElse() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

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

EnterCcElseBlock() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

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

EnterCcElseIf() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

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

EnterCcElseIfBlock() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

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

EnterCcEndIf() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

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

EnterCcEol() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

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

EnterCcExpression() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

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

EnterCcIf() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

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

EnterCcIfBlock() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

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

EnterCcVarLhs() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

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

EnterCompilationUnit() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

EnterEveryRule() 공개 메소드

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

EnterExtendedLine() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

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

EnterIntrinsicFunction() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

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

EnterIntrinsicFunctionName() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

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

EnterLiteral() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

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

EnterLogicalLine() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

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

EnterName() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

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

EnterTypeHint() 공개 메소드

Enter a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

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

ExitCcBlock() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

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

ExitCcConst() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

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

ExitCcElse() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

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

ExitCcElseBlock() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

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

ExitCcElseIf() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

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

ExitCcElseIfBlock() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

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

ExitCcEndIf() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

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

ExitCcEol() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

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

ExitCcExpression() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

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

ExitCcIf() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

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

ExitCcIfBlock() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

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

ExitCcVarLhs() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

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

ExitCompilationUnit() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

ExitEveryRule() 공개 메소드

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

ExitExtendedLine() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

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

ExitIntrinsicFunction() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

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

ExitIntrinsicFunctionName() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

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

ExitLiteral() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

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

ExitLogicalLine() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

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

ExitName() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

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

ExitTypeHint() 공개 메소드

Exit a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

public ExitTypeHint ( [ 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