| java.lang.Object org.ow2.easybeans.enhancer.DefinedClass
DefinedClass | public class DefinedClass (Code) | | This class is used to define class in classloader.
author: Florent Benoit |
Constructor Summary | |
public | DefinedClass(String className, byte[] bytes) Build a new object with a given class name and the bytecode in an
array of bytes. |
DefinedClass | public DefinedClass(String className, byte[] bytes)(Code) | | Build a new object with a given class name and the bytecode in an
array of bytes.
Parameters: className - name of the class Parameters: bytes - bytecode |
equals | public boolean equals(Object o)(Code) | | Equals.
Parameters: o - object to compare true if given object is the same |
getBytes | public byte[] getBytes()(Code) | | bytecode of the class |
getClassName | public String getClassName()(Code) | | the name of the class |
hashCode | public int hashCode()(Code) | | hashcode |
|
|