Antlr4.Runtime.Atn.LexerChannelAction.LexerChannelAction C# (CSharp) 메소드

LexerChannelAction() 공개 메소드

Constructs a new channel action with the specified channel value.
public LexerChannelAction ( int channel ) : Antlr4.Runtime
channel int /// The channel value to pass to /// /// . ///
리턴 Antlr4.Runtime
        public LexerChannelAction(int channel)
        {
            this.channel = channel;
        }