Package jasm.attributes

Provides classes for representing class file attributes, including code necessary for encoding and decoding them.

See:
          Description

Interface Summary
Code.BytecodeMapAttribute Maps bytecodes to some kind of attribute.
 

Class Summary
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.
 

Package jasm.attributes Description

Provides classes for representing class file attributes, including code necessary for encoding and decoding them.

Author:
David J. Pearce


Copyright © 2013 David J. Pearce. All Rights Reserved.