C# Class Rubberduck.Parsing.Preprocessing.VBAConditionalCompilationParserBaseListener

Inheritance: IVBAConditionalCompilationParserListener
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
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.

Method Details

EnterCcBlock() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

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

EnterCcConst() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

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

EnterCcElse() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

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

EnterCcElseBlock() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

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

EnterCcElseIf() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

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

EnterCcElseIfBlock() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

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

EnterCcEndIf() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

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

EnterCcEol() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

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

EnterCcExpression() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

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

EnterCcIf() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

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

EnterCcIfBlock() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

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

EnterCcVarLhs() public method

Enter a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

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

EnterCompilationUnit() public method

Enter a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

EnterEveryRule() public method

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

EnterExtendedLine() public method

Enter a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

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

EnterIntrinsicFunction() public method

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

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

EnterIntrinsicFunctionName() public method

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

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

EnterLiteral() public method

Enter a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

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

EnterLogicalLine() public method

Enter a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

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

EnterName() public method

Enter a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

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

EnterTypeHint() public method

Enter a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

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

ExitCcBlock() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

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

ExitCcConst() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

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

ExitCcElse() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

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

ExitCcElseBlock() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

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

ExitCcElseIf() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

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

ExitCcElseIfBlock() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

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

ExitCcEndIf() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

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

ExitCcEol() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

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

ExitCcExpression() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

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

ExitCcIf() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

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

ExitCcIfBlock() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

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

ExitCcVarLhs() public method

Exit a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

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

ExitCompilationUnit() public method

Exit a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

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

ExitEveryRule() public method

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

ExitExtendedLine() public method

Exit a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

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

ExitIntrinsicFunction() public method

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

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

ExitIntrinsicFunctionName() public method

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

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

ExitLiteral() public method

Exit a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

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

ExitLogicalLine() public method

Exit a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

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

ExitName() public method

Exit a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

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

ExitTypeHint() public method

Exit a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

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

VisitErrorNode() public method

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

VisitTerminal() public method

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