public final class Scope extends Object implements Comparable, Serializable
Modifier and Type | Field and Description |
---|---|
static Scope |
ANONINNER
anon inner scope.
|
static Scope |
NOTHING
nothing scope.
|
static Scope |
PACKAGE
package scope.
|
static Scope |
PRIVATE
private scope.
|
static Scope |
PROTECTED
protected scope.
|
static Scope |
PUBLIC
public scope.
|
public static final Scope NOTHING
public static final Scope PUBLIC
public static final Scope PROTECTED
public static final Scope PACKAGE
public static final Scope PRIVATE
public static final Scope ANONINNER
public String getName()
public int compareTo(Object aObject)
compareTo
in interface Comparable
public boolean isIn(Scope aScope)
aScope
- a Scope
valuethis
is a subscope of aScope
.