org.objectweb.fractal.juliak.factory
Class ClassDefinition

java.lang.Object
  extended by org.objectweb.fractal.juliak.factory.ClassDefinition

public class ClassDefinition
extends Object

A struct-like class for holding class definitions and their bytecode.

Since:
2.5
Author:
Lionel Seinturier

Field Summary
 byte[] bytecode
          The associated bytecode.
 Class cl
          The class.
 
Constructor Summary
ClassDefinition()
           
ClassDefinition(Class cl, byte[] bytecode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cl

public Class cl
The class.


bytecode

public byte[] bytecode
The associated bytecode.

Constructor Detail

ClassDefinition

public ClassDefinition(Class cl,
                       byte[] bytecode)

ClassDefinition

public ClassDefinition()