Searched defs:Grammar (Results 1 – 4 of 4) sorted by relevance
51 Grammar = 1 << GramarMarkerIndex, enumerator
48 public class Grammar { class515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { in Grammar() method in Grammar531 public Grammar() { this((Tool)null); } in Grammar() method in Grammar533 public Grammar(Tool tool) { in Grammar() method in Grammar543 public Grammar(String grammarString) in Grammar() method in Grammar552 public Grammar(Tool tool, String grammarString) in Grammar() method in Grammar
42 class Grammar class
1314 class Grammar(object): class