public class ScopeHost extends GrammarSectionHost implements Scope
GrammarSection.Combine
Modifier and Type | Field and Description |
---|---|
protected Scope |
lhs |
protected Scope |
rhs |
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
Modifier | Constructor and Description |
---|---|
protected |
ScopeHost(Scope lhs,
Scope rhs) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
makeParentRef(String name,
Location _loc,
Annotations _anno) |
ParsedPattern |
makeRef(String name,
Location _loc,
Annotations _anno) |
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException
makeParentRef
in interface Scope
BuildException
public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException
makeRef
in interface Scope
BuildException
Copyright © 2017 JBoss by Red Hat. All rights reserved.