koala.dynamicjava.classfile
Class ClassIdentifier

java.lang.Object
  extended bykoala.dynamicjava.classfile.ClassIdentifier

public class ClassIdentifier
extends java.lang.Object

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

ClassIdentifier

public ClassIdentifier(java.lang.String v)
Creates a new class identifier

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this constant


equals

public boolean equals(java.lang.Object other)
Indicates whether some other object is equal to this one


hashCode

public int hashCode()
Returns a hash code value for this object



Copyright © 2001 Stephane Hillion. All Rights Reserved.