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. |
public EnterCcBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcConst ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcElse ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcElseBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcElseIf ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcElseIfBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcEndIf ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcEol ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcExpression ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcIf ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcIfBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCcVarLhs ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterCompilationUnit ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterExtendedLine ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterIntrinsicFunction ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterIntrinsicFunctionName ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLiteral ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLogicalLine ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterName ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterTypeHint ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcConst ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcElse ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcElseBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcElseIf ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcElseIfBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcEndIf ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcEol ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcExpression ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcIfBlock ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCcVarLhs ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCompilationUnit ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitExtendedLine ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitIntrinsicFunction ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitIntrinsicFunctionName ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLiteral ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLogicalLine ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitTypeHint ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |