Uses of Class
javassist.bytecode.StackMapTable

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

Uses of StackMapTable in javassist.bytecode
 

Methods in javassist.bytecode that return StackMapTable
 StackMapTable StackMapTable.Writer.toStackMapTable(ConstPool cp)
          Constructs and a return a stack map table containing the written stack map entries.
 

Methods in javassist.bytecode with parameters of type StackMapTable
 void CodeAttribute.setAttribute(StackMapTable smt)
          Adds a stack map table.
 

Constructors in javassist.bytecode with parameters of type StackMapTable
StackMapTable.Walker(StackMapTable smt)
          Constructs a walker.
 



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