Package com.sun.tools.rngom.parse.host
Class ScopeHost
java.lang.Object
com.sun.tools.rngom.parse.host.Base
com.sun.tools.rngom.parse.host.GrammarSectionHost
com.sun.tools.rngom.parse.host.ScopeHost
- All Implemented Interfaces:
GrammarSection,Scope
- Direct Known Subclasses:
GrammarHost
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
GrammarSection.Combine -
Field Summary
FieldsFields inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeParentRef(String name, Location _loc, Annotations _anno) makeRef(String name, Location _loc, Annotations _anno) Methods inherited from class com.sun.tools.rngom.parse.host.GrammarSectionHost
define, makeDiv, makeInclude, topLevelAnnotation, topLevelCommentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
Field Details
-
lhs
-
rhs
-
-
Constructor Details
-
ScopeHost
-
-
Method Details
-
makeParentRef
public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException - Specified by:
makeParentRefin interfaceScope- Throws:
BuildException
-
makeRef
- Specified by:
makeRefin interfaceScope- Throws:
BuildException
-