GrammarSection
, Scope
GrammarHost
public class ScopeHost extends GrammarSectionHost implements Scope
GrammarSection.Combine
Modifier and Type | Field | Description |
---|---|---|
protected Scope |
lhs |
|
protected Scope |
rhs |
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
Modifier | Constructor | Description |
---|---|---|
protected |
ScopeHost(Scope lhs,
Scope rhs) |
Modifier and Type | Method | Description |
---|---|---|
ParsedPattern |
makeParentRef(String name,
Location _loc,
Annotations _anno) |
|
ParsedPattern |
makeRef(String name,
Location _loc,
Annotations _anno) |
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
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 © 2018 Oracle Corporation. All rights reserved.