Antlr4.Codegen.Model.MatchNotSet.MatchNotSet C# (CSharp) Method

MatchNotSet() public method

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