Package | Description |
---|---|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host |
Implementation of the
asm.builder package that uses two
other builds simultaneously. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Div<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
interface |
Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
interface |
Include<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
interface |
IncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
interface |
Scope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
Modifier and Type | Method | Description |
---|---|---|
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) |
|
Annotations |
CompactSyntax.GrammarBody(GrammarSection section,
Scope scope,
Annotations a) |
|
void |
CompactSyntax.GrammarComponent(GrammarSection section,
Scope scope) |
|
void |
CompactSyntax.Include(GrammarSection section,
Scope scope,
Annotations a) |
|
Annotations |
CompactSyntax.IncludeBody(GrammarSection section,
Scope scope,
Annotations a) |
|
void |
CompactSyntax.IncludeComponent(GrammarSection section,
Scope scope) |
|
void |
CompactSyntax.IncludeDiv(GrammarSection section,
Scope scope,
Annotations a) |
|
void |
CompactSyntax.Start(GrammarSection section,
Scope scope,
Annotations a) |
Modifier and Type | Class | Description |
---|---|---|
class |
DivHost |
|
class |
GrammarHost |
Wraps
Grammar and provides error checking. |
class |
GrammarSectionHost |
|
class |
IncludeHost |
|
class |
ScopeHost |
Copyright © 2018 Oracle Corporation. All rights reserved.