Lines Matching defs:anno

184     public ParsedPattern makeChoice(List patterns, Location loc, Annotations anno)
196 public ParsedPattern makeInterleave(List patterns, Location loc, Annotations anno)
208 public ParsedPattern makeGroup(List patterns, Location loc, Annotations anno)
220 public ParsedPattern makeOneOrMore(ParsedPattern p, Location loc, Annotations anno)
225 public ParsedPattern makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno)
230 public ParsedPattern makeOptional(ParsedPattern p, Location loc, Annotations anno)
235 public ParsedPattern makeList(ParsedPattern p, Location loc, Annotations anno)
240 public ParsedPattern makeMixed(ParsedPattern p, Location loc, Annotations anno)
245 public ParsedPattern makeEmpty(Location loc, Annotations anno) {
249 public ParsedPattern makeNotAllowed(Location loc, Annotations anno) {
253 public ParsedPattern makeText(Location loc, Annotations anno) {
264 public ParsedPattern makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
269 public ParsedPattern makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
276 public void addParam(String name, String value, Context context, String ns, Location loc, Annotations anno)
280 public ParsedPattern makePattern(Location loc, Annotations anno)
285 public ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno)
329 public void addParam(String name, String value, Context context, String ns, Location loc, Annotations anno)
365 public ParsedPattern makePattern(Location loc, Annotations anno)
380 public ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno)
420 Location loc, Annotations anno) throws BuildException {
470 public ParsedPattern endGrammar(Location loc, Annotations anno) throws BuildException {
488 public void endDiv(Location loc, Annotations anno) throws BuildException {
492 public ParsedPattern endIncludedGrammar(Location loc, Annotations anno) throws BuildException {
496 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
566 public ParsedPattern makeRef(String name, Location loc, Annotations anno) throws BuildException {
574 public ParsedPattern makeParentRef(String name, Location loc, Annotations anno) throws BuildException {
580 return parent.makeRef(name, loc, anno);
614 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
621 public void endDiv(Location loc, Annotations anno) throws BuildException {
637 Location loc, Annotations anno) throws BuildException {
681 public ParsedPattern annotate(ParsedPattern p, Annotations anno) throws BuildException {
694 Location loc, Annotations anno)