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)
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 |
lhs
protected final Scope lhs
rhs
protected final Scope rhs
ScopeHost
protected ScopeHost(Scope lhs,
Scope rhs)
makeParentRef
public ParsedPattern makeParentRef(String name,
Location _loc,
Annotations _anno)
throws BuildException
- Specified by:
makeParentRef
in interface Scope
- Throws:
BuildException
makeRef
public ParsedPattern makeRef(String name,
Location _loc,
Annotations _anno)
throws BuildException
- Specified by:
makeRef
in interface Scope
- Throws:
BuildException
Copyright © 2011. All Rights Reserved.