Package org.kohsuke.rngom.parse.host
Class ScopeHost
- java.lang.Object
-
- org.kohsuke.rngom.parse.host.Base
-
- org.kohsuke.rngom.parse.host.GrammarSectionHost
-
- org.kohsuke.rngom.parse.host.ScopeHost
-
- All Implemented Interfaces:
GrammarSection
,Scope
- Direct Known Subclasses:
GrammarHost
public class ScopeHost extends GrammarSectionHost implements Scope
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kohsuke.rngom.ast.builder.GrammarSection
GrammarSection.Combine
-
-
Field Summary
Fields Modifier and Type Field Description protected Scope
lhs
protected Scope
rhs
-
Fields inherited from interface org.kohsuke.rngom.ast.builder.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedPattern
makeParentRef(String name, Location _loc, Annotations _anno)
ParsedPattern
makeRef(String name, Location _loc, Annotations _anno)
-
Methods inherited from class org.kohsuke.rngom.parse.host.GrammarSectionHost
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
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.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
-
-
-
Method Detail
-
makeParentRef
public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException
- Specified by:
makeParentRef
in interfaceScope
- Throws:
BuildException
-
makeRef
public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException
- Specified by:
makeRef
in interfaceScope
- Throws:
BuildException
-
-