javatools.java
Class Javac.CompiledClass

java.lang.Object
  |
  +--javatools.java.Javac.CompiledClass
Enclosing class:
Javac

public class Javac.CompiledClass
extends java.lang.Object


Field Summary
 byte[] executable
          The Java byte codes representing the Java class.
(package private)  java.lang.String name
          The full Java class name.
 
Constructor Summary
Javac.CompiledClass()
           
 
Method Summary
 byte[] getExecutable()
          Return the Java byte codes representing this class.
 java.lang.String getName()
          Return the full Java class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executable

public byte[] executable
The Java byte codes representing the Java class.


name

java.lang.String name
The full Java class name.

Constructor Detail

Javac.CompiledClass

public Javac.CompiledClass()
Method Detail

getName

public java.lang.String getName()
Return the full Java class name.

Returns:
The name value

getExecutable

public byte[] getExecutable()
Return the Java byte codes representing this class.

Returns:
The executable value