See: Description
| Interface | Description |
|---|---|
| Code.BytecodeMapAttribute |
Maps bytecodes to some kind of attribute.
|
| Class | Description |
|---|---|
| Code |
This represents the Code attribute from the JVM Specification.
|
| 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.
|
| ConstantValue | |
| Exceptions | |
| InnerClasses | |
| LineNumberTable | |
| LineNumberTable.Entry | |
| SourceFile | |
| StackMapTable |
Consists of zero or more stack map frames.
|
| StackMapTable.Frame |
Represents a full stack frame.
|
Provides classes for representing class file attributes, including code necessary for encoding and decoding them.
Copyright © 2016. All rights reserved.