Antlr4.Runtime.Atn.LexerPushModeAction.LexerPushModeAction C# (CSharp) Method

LexerPushModeAction() public method

Constructs a new pushMode action with the specified mode value.
public LexerPushModeAction ( int mode ) : Antlr4.Runtime
mode int /// The mode value to pass to /// /// . ///
return Antlr4.Runtime
        public LexerPushModeAction(int mode)
        {
            this.mode = mode;
        }