Uses of Class
javassist.bytecode.StackMap

Packages that use StackMap
javassist.bytecode Bytecode-level API. 
 

Uses of StackMap in javassist.bytecode
 

Methods in javassist.bytecode that return StackMap
 StackMap StackMap.Writer.toStackMap(ConstPool cp)
          Converts to a StackMap attribute.
 

Methods in javassist.bytecode with parameters of type StackMap
 void CodeAttribute.setAttribute(StackMap sm)
          Adds a stack map table for J2ME (CLDC).
 

Constructors in javassist.bytecode with parameters of type StackMap
StackMap.Walker(StackMap sm)
          Constructs a walker.
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.