Methods in org.kohsuke.rngom.binary with parameters of type Annotations |
ParsedPattern |
SchemaBuilderImpl.annotate(ParsedPattern p,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeAttribute(ParsedNameClass nc,
ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeChoice(List patterns,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeElement(ParsedNameClass nc,
ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeEmpty(Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeExternalRef(Parseable current,
String uri,
String ns,
Scope scope,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeGroup(List patterns,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeInterleave(List patterns,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeList(ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeMixed(ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeNotAllowed(Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeOneOrMore(ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeOptional(ParsedPattern p,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeText(Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeValue(String datatypeLibrary,
String type,
String value,
Context context,
String ns,
Location loc,
Annotations anno)
|
ParsedPattern |
SchemaBuilderImpl.makeZeroOrMore(ParsedPattern p,
Location loc,
Annotations anno)
|
Methods in org.kohsuke.rngom.parse.compact with parameters of type Annotations |
void |
CompactSyntax.AnnotationAttribute(Annotations a)
|
ParsedNameClass |
CompactSyntax.AnyNameExceptClass(int context,
Annotations a,
Annotations[] pa)
|
ParsedNameClass |
CompactSyntax.AnyNameExceptClass(int context,
Annotations a,
Annotations[] pa)
|
ParsedPattern |
CompactSyntax.AttributeExpr(Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.DataExpr(boolean topLevel,
Scope scope,
Annotations a,
Token[] except)
|
void |
CompactSyntax.Define(GrammarSection section,
Scope scope,
Annotations a)
|
void |
CompactSyntax.Definition(GrammarSection section,
Scope scope,
Annotations a)
|
void |
CompactSyntax.Div(GrammarSection section,
Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.ElementExpr(Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.EmptyExpr(Annotations a)
|
ParsedPattern |
CompactSyntax.Expr(boolean topLevel,
Scope scope,
Token t,
Annotations a)
|
ParsedPattern |
CompactSyntax.ExternalRefExpr(Scope scope,
Annotations a)
|
Annotations |
CompactSyntax.GrammarBody(GrammarSection section,
Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.GrammarExpr(Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.IdentifierExpr(Scope scope,
Annotations a)
|
void |
CompactSyntax.Include(GrammarSection section,
Scope scope,
Annotations a)
|
Annotations |
CompactSyntax.IncludeBody(GrammarSection section,
Scope scope,
Annotations a)
|
void |
CompactSyntax.IncludeDiv(GrammarSection section,
Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.ListExpr(Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.MixedExpr(Scope scope,
Annotations a)
|
ParsedNameClass |
CompactSyntax.NameClass(int context,
Annotations[] pa)
|
ParsedNameClass |
CompactSyntax.NameClassAlternatives(int context,
ParsedNameClass nc,
Annotations[] pa)
|
ParsedPattern |
CompactSyntax.NotAllowedExpr(Annotations a)
|
ParsedNameClass |
CompactSyntax.NsNameExceptClass(int context,
Annotations a,
Annotations[] pa)
|
ParsedNameClass |
CompactSyntax.NsNameExceptClass(int context,
Annotations a,
Annotations[] pa)
|
ParsedNameClass |
CompactSyntax.OpenNameClass(int context,
Annotations a)
|
ParsedPattern |
CompactSyntax.ParenExpr(boolean topLevel,
Scope scope,
Annotations a)
|
ParsedNameClass |
CompactSyntax.ParenNameClass(int context,
Annotations a)
|
ParsedPattern |
CompactSyntax.ParentExpr(Scope scope,
Annotations a)
|
void |
CompactSyntax.PrefixedAnnotationAttribute(Annotations a,
boolean nested)
|
ParsedNameClass |
CompactSyntax.PrefixedNameClass(Annotations a)
|
ParsedPattern |
CompactSyntax.PrimaryExpr(boolean topLevel,
Scope scope,
Annotations a,
Token[] except)
|
ParsedNameClass |
CompactSyntax.PrimaryNameClass(int context,
Annotations a)
|
void |
CompactSyntax.Start(GrammarSection section,
Scope scope,
Annotations a)
|
ParsedPattern |
CompactSyntax.TextExpr(Annotations a)
|
void |
CompactSyntax.UnprefixedAnnotationAttribute(Annotations a)
|
ParsedNameClass |
CompactSyntax.UnprefixedNameClass(int context,
Annotations a)
|
ParsedPattern |
CompactSyntax.ValueExpr(boolean topLevel,
Annotations a)
|
Methods in org.kohsuke.rngom.parse.host with parameters of type Annotations |
ParsedPattern |
SchemaBuilderHost.annotate(ParsedPattern _p,
Annotations _anno)
|
protected org.kohsuke.rngom.parse.host.AnnotationsHost |
Base.cast(Annotations ann)
|
void |
GrammarSectionHost.define(String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno)
|
void |
DivHost.endDiv(Location _loc,
Annotations _anno)
|
ParsedPattern |
GrammarHost.endGrammar(Location _loc,
Annotations _anno)
|
void |
IncludeHost.endInclude(Parseable current,
String uri,
String ns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeAttribute(ParsedNameClass _nc,
ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeChoice(List patterns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeElement(ParsedNameClass _nc,
ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeEmpty(Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeExternalRef(Parseable current,
String uri,
String ns,
Scope _scope,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeGroup(List patterns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeInterleave(List patterns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeList(ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeMixed(ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeNotAllowed(Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeOneOrMore(ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeOptional(ParsedPattern _p,
Location _loc,
Annotations _anno)
|
ParsedPattern |
ScopeHost.makeParentRef(String name,
Location _loc,
Annotations _anno)
|
ParsedPattern |
ScopeHost.makeRef(String name,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeText(Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeZeroOrMore(ParsedPattern _p,
Location _loc,
Annotations _anno)
|