Antlr4.Codegen.Model.MatchToken.MatchToken C# (CSharp) Метод

MatchToken() публичный Метод

public MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
Результат System.Collections.Generic
        public MatchToken(OutputModelFactory factory, GrammarAST ast)
            : base(factory, ast)
        {
        }

Same methods

MatchToken::MatchToken ( OutputModelFactory factory, TerminalAST ast ) : System.Collections.Generic