Package com.sun.tools.rngom.parse.host
Class Base
- java.lang.Object
-
- com.sun.tools.rngom.parse.host.Base
-
- Direct Known Subclasses:
GrammarSectionHost,SchemaBuilderHost
public class Base extends Object
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.sun.tools.rngom.parse.host.AnnotationsHostcast(Annotations ann)protected com.sun.tools.rngom.parse.host.LocationHostcast(Location loc)
-
-
-
Method Detail
-
cast
protected com.sun.tools.rngom.parse.host.AnnotationsHost cast(Annotations ann)
-
cast
protected com.sun.tools.rngom.parse.host.LocationHost cast(Location loc)
-
-