This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Field and Description |
---|---|
protected final Env | |
private static final Predicate |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static JavacScope | |
public boolean | equals(Object
the reference object with which to compare. other)Overrides java. |
public TypeElement | getEnclosingClass()
Implements com. |
public ExecutableElement | getEnclosingMethod()
Implements com. |
public JavacScope | getEnclosingScope()
Implements com. |
public Env | |
public Iterable | getLocalElements()
Implements com. |
public int | |
public boolean | |
public String |
env | back to summary |
---|---|
protected final Env<AttrContext> env |
VALIDATOR | back to summary |
---|---|
private static final Predicate<Symbol> VALIDATOR |
JavacScope | back to summary |
---|---|
private JavacScope(Env<AttrContext> env) |
create | back to summary |
---|---|
pack-priv static JavacScope create(Env<AttrContext> env) |
equals | back to summary |
---|---|
public boolean equals(Object other) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
getEnclosingClass | back to summary |
---|---|
public TypeElement getEnclosingClass() Implements com. Doc from com. Returns the innermost type element containing the position of this scope.
|
getEnclosingMethod | back to summary |
---|---|
public ExecutableElement getEnclosingMethod() Implements com. Doc from com. Returns the innermost executable element containing the position of this scope.
|
getEnclosingScope | back to summary |
---|---|
public JavacScope getEnclosingScope() Implements com. Doc from com. Returns the enclosing scope.
|
getEnv | back to summary |
---|---|
public Env |
getLocalElements | back to summary |
---|---|
public Iterable Implements com. Doc from com. Returns the elements directly contained in this scope. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isStarImportScope | back to summary |
---|---|
public boolean isStarImportScope() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|