C# Класс Rubberduck.Parsing.Preprocessing.VBAConditionalCompilationParserBaseListener

Наследование: IVBAConditionalCompilationParserListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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