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