|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.xref.Field
Field Summary | |
(package private) boolean |
d_final
Indicates whether or not the field is a final field. |
(package private) String |
d_name
|
(package private) ClassInterface |
d_owner
|
(package private) Hashtable |
d_referencedBy
This container stores references to Method objects that reference this Field in the system. |
(package private) boolean |
d_static
Indicates whether or not the field is a static field. |
(package private) String |
d_type
|
Constructor Summary | |
Field(String type,
String name,
ClassInterface owner)
constructor |
Method Summary | |
boolean |
getFinal()
|
String |
getName()
|
ClassInterface |
getOwner()
|
boolean |
getStatic()
|
String |
getType()
|
void |
setFinal(boolean value)
|
void |
setStatic(boolean value)
|
String |
toFileName()
This method implements the WriteHtmlInterface. |
String |
toHrefDisplayString()
This method implements the WriteHtmlInterface. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Hashtable d_referencedBy
String d_type
String d_name
ClassInterface d_owner
boolean d_static
boolean d_final
Constructor Detail |
public Field(String type, String name, ClassInterface owner)
Method Detail |
public String getType()
public String getName()
public ClassInterface getOwner()
public boolean getStatic()
public void setStatic(boolean value)
public boolean getFinal()
public void setFinal(boolean value)
public String toString()
public String toFileName()
toFileName
in interface WriteHtmlInterface
public String toHrefDisplayString()
toHrefDisplayString
in interface WriteHtmlInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |