|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--koala.dynamicjava.classfile.MemberIdentifier | +--koala.dynamicjava.classfile.FieldIdentifier
This class is used to represents a field
Constructor Summary | |
FieldIdentifier(java.lang.String dc,
java.lang.String n,
java.lang.String t)
Creates a new field identifier |
Methods inherited from class koala.dynamicjava.classfile.MemberIdentifier |
equals, getDeclaringClass, getName, getType, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldIdentifier(java.lang.String dc, java.lang.String n, java.lang.String t)
dc
- the declaring class of this membern
- the name of this membert
- the type of this member in JVM format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |