|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.xref.specs.PackageSpec
wt.tools.xref.specs.ClassInterfaceSpec
Field Summary | |
private String |
d_classInterfaceName
|
private int |
d_objectType
This field contains true if it is a class (this also means it could be an exception as well), otherwise it contains false if it is an interface. |
static int |
OT_BASE_TYPE
|
static int |
OT_CLASS
|
static int |
OT_ERROR
|
static int |
OT_EXCEPTION
|
static int |
OT_INTERFACE
|
static int |
OT_UNKNOWN
|
Fields inherited from class wt.tools.xref.specs.PackageSpec |
|
Constructor Summary | |
ClassInterfaceSpec(String packageName,
String classInterfaceName,
int objectType)
|
Method Summary | |
String |
getClassInterfaceName()
|
int |
getObjectType()
|
boolean |
isBaseType()
This method returns true if the instance is a Base Java Type. |
boolean |
isClass()
This method returns true if the instance is an CLASS. |
boolean |
isException()
This method returns true if the instance is an EXCEPTION. |
boolean |
isInterface()
This method returns true if the instance is an INTERFACE. |
void |
setObjectType(int type)
|
String |
toSortString()
This method is used in sorting containers of Spec objects. |
String |
toString()
|
Methods inherited from class wt.tools.xref.specs.PackageSpec |
getPackageName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int OT_UNKNOWN
public static final int OT_CLASS
public static final int OT_INTERFACE
public static final int OT_EXCEPTION
public static final int OT_ERROR
public static final int OT_BASE_TYPE
private int d_objectType
private String d_classInterfaceName
Constructor Detail |
public ClassInterfaceSpec(String packageName, String classInterfaceName, int objectType)
Method Detail |
public int getObjectType()
public void setObjectType(int type)
public String getClassInterfaceName()
public boolean isException()
public boolean isClass()
public boolean isInterface()
public boolean isBaseType()
public String toSortString()
Spec
toSortString
in interface Spec
toSortString
in class PackageSpec
public String toString()
toString
in class PackageSpec
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |