public class

BinaryCode

extends Object
implements Constants
java.lang.Object
   ↳ sun.tools.java.BinaryCode

Class Overview

WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Constructors
BinaryCode(byte[] data, BinaryConstantPool cpool, Environment env)
Construct the binary code from the code attribute
Public Methods
BinaryAttribute getAttributes()
byte[] getCode()
BinaryExceptionHandler[] getExceptionHandlers()
Accessors
int getMaxLocals()
int getMaxStack()
static BinaryCode load(BinaryMember bf, BinaryConstantPool cpool, Environment env)
Load a binary class
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BinaryCode (byte[] data, BinaryConstantPool cpool, Environment env)

Construct the binary code from the code attribute

Public Methods

public BinaryAttribute getAttributes ()

public byte[] getCode ()

public BinaryExceptionHandler[] getExceptionHandlers ()

Accessors

public int getMaxLocals ()

public int getMaxStack ()

public static BinaryCode load (BinaryMember bf, BinaryConstantPool cpool, Environment env)

Load a binary class