jrre.classloader.classfile.attributes
Class Code

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Code

public class Code
extends java.lang.Object

Contains byte-code from a CodeAttribute in a method info.

Author:
Christopher Ellsworth (Chris@chrisellsworth.com)

Constructor Summary
Code()
           
Code(int[] codeArray)
           
 
Method Summary
 int[] getByteCode()
           
 java.lang.String toString()
          Gets a string representation of the byte-code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Code

public Code()

Code

public Code(int[] codeArray)
Method Detail

getByteCode

public int[] getByteCode()

toString

public java.lang.String toString()
Gets a string representation of the byte-code.

Overrides:
toString in class java.lang.Object
Returns:
The byte-code.


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.