Skip navigation links

Package javassist.bytecode.analysis

Bytecode Analysis API.

See: Description

Package javassist.bytecode.analysis Description

Bytecode Analysis API.

This package provides an API for performing data-flow analysis on a method's bytecode. This allows the user to determine the type state of the stack and local variable table at the start of every instruction. In addition this API can be used to validate bytecode, find dead bytecode, and identify unnecessary checkcasts. Look at ControlFlow class first for details.

The users of this package must know the specifications of class file and Java bytecode. For more details, read this book:

Skip navigation links

Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.