|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.clirr.core.spi.Scope
public final class Scope
Enumeration type that represents an "accessibility" level for a java class, field or method.
Change of access rights from lower to higher visibility rating is a binary-compatible change. Change of access rights from higher to lower is a binary-incompatible change.
Public > Protected > Package > Private
| Field Summary | |
|---|---|
static Scope |
PACKAGE
Object representing package scoped objects. |
static Scope |
PRIVATE
Object representing private scoped objects. |
static Scope |
PROTECTED
Object representing protected scoped objects. |
static Scope |
PUBLIC
Object representing public scoped objects. |
| Method Summary | |
|---|---|
java.lang.String |
getDecl()
the Java visibility modifier. |
java.lang.String |
getDesc()
|
boolean |
isLessVisibleThan(Scope v)
|
boolean |
isMoreVisibleThan(Scope v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Scope PRIVATE
public static final Scope PACKAGE
public static final Scope PROTECTED
public static final Scope PUBLIC
| Method Detail |
|---|
public boolean isMoreVisibleThan(Scope v)
public boolean isLessVisibleThan(Scope v)
public java.lang.String getDesc()
public java.lang.String getDecl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||