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

LexerModeAction() public method

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