|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--koala.dynamicjava.classfile.ClassIdentifier
This class represents a class in the JVM internal format
Constructor Summary | |
ClassIdentifier(java.lang.String v)
Creates a new class identifier |
Method Summary | |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is equal to this one |
java.lang.String |
getValue()
Returns the value of this constant |
int |
hashCode()
Returns a hash code value for this object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassIdentifier(java.lang.String v)
Method Detail |
public java.lang.String getValue()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |