C# Class Rubberduck.Parsing.Preprocessing.VBAConditionalCompilationParserBaseListener

Inheritance: IVBAConditionalCompilationParserListener
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode 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 méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

public EnterCcBlock ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcConst() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

public EnterCcConst ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcElse() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

public EnterCcElse ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcElseBlock() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

public EnterCcElseBlock ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcElseIf() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

public EnterCcElseIf ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcElseIfBlock() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

public EnterCcElseIfBlock ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcEndIf() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

public EnterCcEndIf ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcEol() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

public EnterCcEol ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcExpression() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

public EnterCcExpression ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcIf() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

public EnterCcIf ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcIfBlock() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

public EnterCcIfBlock ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCcVarLhs() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

public EnterCcVarLhs ( [ context ) : void
context [ The parse tree.
Résultat void

EnterCompilationUnit() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

public EnterCompilationUnit ( [ context ) : void
context [ The parse tree.
Résultat void

EnterEveryRule() public méthode

The default implementation does nothing.
public EnterEveryRule ( [ context ) : void
context [
Résultat void

EnterExtendedLine() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

public EnterExtendedLine ( [ context ) : void
context [ The parse tree.
Résultat void

EnterIntrinsicFunction() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

public EnterIntrinsicFunction ( [ context ) : void
context [ The parse tree.
Résultat void

EnterIntrinsicFunctionName() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

public EnterIntrinsicFunctionName ( [ context ) : void
context [ The parse tree.
Résultat void

EnterLiteral() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

public EnterLiteral ( [ context ) : void
context [ The parse tree.
Résultat void

EnterLogicalLine() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

public EnterLogicalLine ( [ context ) : void
context [ The parse tree.
Résultat void

EnterName() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

public EnterName ( [ context ) : void
context [ The parse tree.
Résultat void

EnterTypeHint() public méthode

Enter a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

public EnterTypeHint ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcBlock() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccBlock.

The default implementation does nothing.

public ExitCcBlock ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcConst() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccConst.

The default implementation does nothing.

public ExitCcConst ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcElse() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccElse.

The default implementation does nothing.

public ExitCcElse ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcElseBlock() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseBlock.

The default implementation does nothing.

public ExitCcElseBlock ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcElseIf() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIf.

The default implementation does nothing.

public ExitCcElseIf ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcElseIfBlock() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccElseIfBlock.

The default implementation does nothing.

public ExitCcElseIfBlock ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcEndIf() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccEndIf.

The default implementation does nothing.

public ExitCcEndIf ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcEol() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccEol.

The default implementation does nothing.

public ExitCcEol ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcExpression() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccExpression.

The default implementation does nothing.

public ExitCcExpression ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcIf() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccIf.

The default implementation does nothing.

public ExitCcIf ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcIfBlock() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccIfBlock.

The default implementation does nothing.

public ExitCcIfBlock ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCcVarLhs() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.ccVarLhs.

The default implementation does nothing.

public ExitCcVarLhs ( [ context ) : void
context [ The parse tree.
Résultat void

ExitCompilationUnit() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.compilationUnit.

The default implementation does nothing.

public ExitCompilationUnit ( [ context ) : void
context [ The parse tree.
Résultat void

ExitEveryRule() public méthode

The default implementation does nothing.
public ExitEveryRule ( [ context ) : void
context [
Résultat void

ExitExtendedLine() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.extendedLine.

The default implementation does nothing.

public ExitExtendedLine ( [ context ) : void
context [ The parse tree.
Résultat void

ExitIntrinsicFunction() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunction.

The default implementation does nothing.

public ExitIntrinsicFunction ( [ context ) : void
context [ The parse tree.
Résultat void

ExitIntrinsicFunctionName() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.intrinsicFunctionName.

The default implementation does nothing.

public ExitIntrinsicFunctionName ( [ context ) : void
context [ The parse tree.
Résultat void

ExitLiteral() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.literal.

The default implementation does nothing.

public ExitLiteral ( [ context ) : void
context [ The parse tree.
Résultat void

ExitLogicalLine() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.logicalLine.

The default implementation does nothing.

public ExitLogicalLine ( [ context ) : void
context [ The parse tree.
Résultat void

ExitName() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.name.

The default implementation does nothing.

public ExitName ( [ context ) : void
context [ The parse tree.
Résultat void

ExitTypeHint() public méthode

Exit a parse tree produced by VBAConditionalCompilationParser.typeHint.

The default implementation does nothing.

public ExitTypeHint ( [ context ) : void
context [ The parse tree.
Résultat void

VisitErrorNode() public méthode

The default implementation does nothing.
public VisitErrorNode ( [ node ) : void
node [
Résultat void

VisitTerminal() public méthode

The default implementation does nothing.
public VisitTerminal ( [ node ) : void
node [
Résultat void