Uses of Package
jasm.attributes

Packages that use jasm.attributes
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. 
 

Classes in jasm.attributes used by jasm.attributes
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.
 

Classes in jasm.attributes used by jasm.io
Code
          This represents the Code attribute from the JVM Specification.
ConstantValue
           
Exceptions
           
InnerClasses
           
 

Classes in jasm.attributes used by jasm.util
Code
          This represents the Code attribute from the JVM Specification.
 

Classes in jasm.attributes used by jasm.util.dfa
Code
          This represents the Code attribute from the JVM Specification.
 

Classes in jasm.attributes used by jasm.verifier
Code
          This represents the Code attribute from the JVM Specification.
 



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