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

Execute() 공개 메소드

This action is implemented by calling Lexer.Type with the value provided by Type() .

public Execute ( Lexer lexer ) : void
lexer Lexer
리턴 void
        public virtual void Execute(Lexer lexer)
        {
            lexer.Type = type;
        }