atjava.lang.annotation
Class BytecodeUtility

java.lang.Object
  extended by atjava.lang.annotation.BytecodeUtility

public class BytecodeUtility
extends java.lang.Object

This class converts an array of bytecode containing bytecode into binary, decimal, hexadecimal or symbolic instruction strings.


Method Summary
 java.lang.String toBinBytecodeString()
          Prints the bytecode as a binar number sequence.
 java.lang.String toHexBytecodeString()
          Prints the bytecode as an hexadecimal value sequence.
 java.lang.String toIntBytecodeString()
          Prints the bytecode as an integer value sequence.
 java.lang.String toSymBytecodeString()
          Prints the bytecode as an instruction sequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toBinBytecodeString

public java.lang.String toBinBytecodeString()
Prints the bytecode as a binar number sequence.


toIntBytecodeString

public java.lang.String toIntBytecodeString()
Prints the bytecode as an integer value sequence.


toHexBytecodeString

public java.lang.String toHexBytecodeString()
Prints the bytecode as an hexadecimal value sequence.


toSymBytecodeString

public java.lang.String toSymBytecodeString()
Prints the bytecode as an instruction sequence.