|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.rngom.parse.host.Base
org.kohsuke.rngom.parse.host.GrammarSectionHost
org.kohsuke.rngom.parse.host.ScopeHost
org.kohsuke.rngom.parse.host.GrammarHost
public class GrammarHost
Wraps Grammar
and provides error checking.
The following errors are checked by this host:
Constructor Summary | |
---|---|
GrammarHost(Grammar lhs,
Grammar rhs)
|
Method Summary | |
---|---|
ParsedPattern |
endGrammar(Location _loc,
Annotations _anno)
|
Methods inherited from class org.kohsuke.rngom.parse.host.ScopeHost |
---|
makeParentRef, makeRef |
Methods inherited from class org.kohsuke.rngom.parse.host.GrammarSectionHost |
---|
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment |
Methods inherited from class org.kohsuke.rngom.parse.host.Base |
---|
cast, cast |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kohsuke.rngom.ast.builder.Scope |
---|
makeParentRef, makeRef |
Constructor Detail |
---|
public GrammarHost(Grammar lhs, Grammar rhs)
Method Detail |
---|
public ParsedPattern endGrammar(Location _loc, Annotations _anno) throws BuildException
endGrammar
in interface Grammar
BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |