AST
class BytecodeDebug

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.Bytecode
      extended by AST.BytecodeDebug

Description

Member Filters

API level:

Aspect:

Constructors

public BytecodeDebug()

Methods

public static int stackChange(byte b)
public static java.lang.String toString(byte code)
public static java.lang.String getOperands(byte[] codes,
                                           int index)
public static int fourByteToInt(byte[] codes,
                                int pos)
public static int stepBytecode(byte[] codes,
                               int index)
public static void printBytecode(java.io.PrintStream p,
                                 byte[] codes,
                                 int index)
public static void printBytecodes(java.io.PrintStream p,
                                  byte[] codes)
public static void appendBytecodes(java.lang.StringBuffer p,
                                   byte[] codes)

Inherited Members