org.multiverse.instrumentation
Class Clazz
java.lang.Object
org.multiverse.instrumentation.Clazz
public class Clazz
- extends Object
The class to compile. The object should not be changed after being created (so this getter/setter
design is questionable but we'll see).
- Author:
- Peter Veentjer
Clazz
public Clazz(String name)
Clazz
public Clazz(Clazz original,
byte[] bytecode)
setOriginal
public void setOriginal(Clazz original)
getOriginal
public Clazz getOriginal()
getCreatedList
public List<Clazz> getCreatedList()
setBytecode
public void setBytecode(byte[] bytecode)
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getName
public String getName()
getBytecode
public byte[] getBytecode()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2010 Multiverse. All Rights Reserved.