Antlr3.Tool.Grammar.Grammar C# (CSharp) Method

Grammar() public method

public Grammar ( string grammarString ) : System.Collections.Generic
grammarString string
return System.Collections.Generic
        public Grammar( string grammarString )
            : this(null, grammarString)
        {
        }

Same methods

Grammar::Grammar ( ) : System.Collections.Generic
Grammar::Grammar ( Antlr3.AntlrTool tool ) : System.Collections.Generic
Grammar::Grammar ( Antlr3.AntlrTool tool, string grammarString ) : System.Collections.Generic
Grammar::Grammar ( Antlr3.AntlrTool tool, string fileName, Antlr3.Tool.CompositeGrammar composite ) : System.Collections.Generic
Grammar