Antlr4.Codegen.Model.MatchToken.MatchToken C# (CSharp) Méthode

MatchToken() public méthode

public MatchToken ( OutputModelFactory factory, GrammarAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
Résultat System.Collections.Generic
        public MatchToken(OutputModelFactory factory, GrammarAST ast)
            : base(factory, ast)
        {
        }

Same methods

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