Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
Execute ( Lexer lexer ) : void |
This action is implemented by calling Antlr4.Runtime.Lexer.Mode(int) with the value provided by Mode() .
|
|
GetHashCode ( ) : int | ||
LexerModeAction ( int mode ) : Antlr4.Runtime |
Constructs a new mode action with the specified mode value.
|
|
ToString ( ) : string |
public LexerModeAction ( int mode ) : Antlr4.Runtime | ||
mode | int |
/// The mode value to pass to
/// |
return | Antlr4.Runtime |