Uses of Class
jasm.attributes.StackMapTable.Frame

Packages that use StackMapTable.Frame
jasm.attributes Provides classes for representing class file attributes, including code necessary for encoding and decoding them. 
 

Uses of StackMapTable.Frame in jasm.attributes
 

Methods in jasm.attributes that return StackMapTable.Frame
 StackMapTable.Frame StackMapTable.frameAt(int index)
          Returns the stack frame at the given bytecode index.
 

Constructors in jasm.attributes with parameters of type StackMapTable.Frame
StackMapTable(StackMapTable.Frame[] frames)
           
 



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