Interface Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
- All Superinterfaces:
GrammarSection<P,
,E, L, A, CL> Scope<P,
E, L, A, CL>
- All Known Implementing Classes:
GrammarHost
public interface Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
extends GrammarSection<P,E,L,A,CL>, Scope<P,E,L,A,CL>
Scope
for <grammar> element that serves as a container
of <define>s.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
GrammarSection.Combine
-
Field Summary
Fields inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
-
Method Summary
Methods inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
Methods inherited from interface org.kohsuke.rngom.rngparser.ast.builder.Scope
makeParentRef, makeRef
-
Method Details
-
endGrammar
- Throws:
BuildException
-