Method | Description | |
---|---|---|
EnterCompilationUnit ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.compilationUnit. The default implementation does nothing.
|
|
EnterEveryRule ( [ context ) : void | The default implementation does nothing. | |
EnterLikePatternChar ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternChar. The default implementation does nothing.
|
|
EnterLikePatternCharlist ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternCharlist. The default implementation does nothing.
|
|
EnterLikePatternCharlistChar ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternCharlistChar. The default implementation does nothing.
|
|
EnterLikePatternCharlistElement ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternCharlistElement. The default implementation does nothing.
|
|
EnterLikePatternCharlistRange ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternCharlistRange. The default implementation does nothing.
|
|
EnterLikePatternElement ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternElement. The default implementation does nothing.
|
|
EnterLikePatternString ( [ context ) : void |
Enter a parse tree produced by VBALikeParser.likePatternString. The default implementation does nothing.
|
|
ExitCompilationUnit ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.compilationUnit. The default implementation does nothing.
|
|
ExitEveryRule ( [ context ) : void | The default implementation does nothing. | |
ExitLikePatternChar ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternChar. The default implementation does nothing.
|
|
ExitLikePatternCharlist ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternCharlist. The default implementation does nothing.
|
|
ExitLikePatternCharlistChar ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternCharlistChar. The default implementation does nothing.
|
|
ExitLikePatternCharlistElement ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternCharlistElement. The default implementation does nothing.
|
|
ExitLikePatternCharlistRange ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternCharlistRange. The default implementation does nothing.
|
|
ExitLikePatternElement ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternElement. The default implementation does nothing.
|
|
ExitLikePatternString ( [ context ) : void |
Exit a parse tree produced by VBALikeParser.likePatternString. The default implementation does nothing.
|
|
VisitErrorNode ( [ node ) : void | The default implementation does nothing. | |
VisitTerminal ( [ node ) : void | The default implementation does nothing. |
public EnterCompilationUnit ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternChar ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternCharlist ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternCharlistChar ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternCharlistElement ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternCharlistRange ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternElement ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public EnterLikePatternString ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitCompilationUnit ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternChar ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternCharlist ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternCharlistChar ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternCharlistElement ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternCharlistRange ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternElement ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |
public ExitLikePatternString ( [ context ) : void | ||
context | [ | The parse tree. |
return | void |