| java.lang.Object org.kohsuke.rngom.digested.GrammarBuilderImpl
All known Subclasses: org.kohsuke.rngom.digested.IncludeImpl,
GrammarBuilderImpl | class GrammarBuilderImpl implements Grammar,Div(Code) | | author: Kohsuke Kawaguchi (kk@kohsuke.org) |
Method Summary | |
public void | define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) | public void | endDiv(Location loc, Annotations anno) | public ParsedPattern | endGrammar(Location loc, Annotations anno) | public Div | makeDiv() | public Include | makeInclude() | public ParsedPattern | makeParentRef(String name, Location loc, Annotations anno) | public ParsedPattern | makeRef(String name, Location loc, Annotations anno) | public void | topLevelAnnotation(ParsedElementAnnotation ea) | public void | topLevelComment(CommentList comments) |
|
|