| Package | Description |
|---|---|
| jasm.attributes |
Provides classes for representing class file attributes, including code necessary for encoding and decoding them.
|
| jasm.io |
Provides classes for reading/writing class files and Jasm files.
|
| jasm.util |
Provides various helper classes, including a simple library for performing dataflow analysis.
|
| jasm.util.dfa |
A simple library for performing dataflow analysis.
|
| jasm.verifier |
Provides classes for verifying that a given class file is valid with respect to the JVM Specification (e.g.
|
| Class and Description |
|---|
| Code.BytecodeMapAttribute
Maps bytecodes to some kind of attribute.
|
| Code.Handler
The exception handler class is used to store the necessary information
about where control-flow is directed when an exception is raised.
|
| Code.Rewrite
A rewrite defines a sequence of bytecodes that are to be rewritten as a
(potentially) smaller sequence.
|
| LineNumberTable.Entry |
| StackMapTable.Frame
Represents a full stack frame.
|
| Class and Description |
|---|
| Code
This represents the Code attribute from the JVM Specification.
|
| ConstantValue |
| Exceptions |
| InnerClasses |
| Class and Description |
|---|
| Code
This represents the Code attribute from the JVM Specification.
|
| Class and Description |
|---|
| Code
This represents the Code attribute from the JVM Specification.
|
| Class and Description |
|---|
| Code
This represents the Code attribute from the JVM Specification.
|
Copyright © 2016. All rights reserved.