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

MatchNotSet() public méthode

public MatchNotSet ( OutputModelFactory factory, GrammarAST ast ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
Résultat Antlr4.Tool.Ast
        public MatchNotSet(OutputModelFactory factory, GrammarAST ast)
            : base(factory, ast)
        {
        }
    }
MatchNotSet