|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.memleak.value.FieldInfo
com.jrockit.memleak.value.StaticField
public class StaticField
Represents a static field in a class.
| Field Summary |
|---|
| Fields inherited from interface com.jrockit.memleak.IStaticField |
|---|
EMPTY_ARRAY |
| Fields inherited from interface com.jrockit.memleak.IAccessibleInfo |
|---|
SYNTHETIC, UNKNOWN_MODIFIERS |
| Constructor Summary | |
|---|---|
StaticField(IClassInfo declaringClassInfo,
java.lang.String name,
int modifiers)
Create a new StaticField. |
|
| Method Summary |
|---|
| Methods inherited from class com.jrockit.memleak.value.FieldInfo |
|---|
equals, equals, getClassInfo, getDeclaringClassInfo, getModifiers, getName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.jrockit.memleak.IMemberInfo |
|---|
getDeclaringClassInfo, getName |
| Methods inherited from interface com.jrockit.memleak.IAccessibleInfo |
|---|
getModifiers |
| Constructor Detail |
|---|
public StaticField(IClassInfo declaringClassInfo,
java.lang.String name,
int modifiers)
declaringClassInfo - name - modifiers -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||