Searched defs:StackMapTable (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DStackMapTable.java36 public class StackMapTable extends AttributeInfo { class in inherits:AttributeInfo
38 * The name of this attribute <code>"StackMapTable"</code>.
40 public static final String tag = "StackMapTable";
45 StackMapTable(ConstPool cp, byte[] newInfo) { method in class:StackMapTable
49 StackMapTable(ConstPool cp, int name_id, DataInputStream in) method in class:StackMapTable
68 return new StackMapTable(newCp,
78 * in <code>StackMapTable</code>.
139 * A code walker for a StackMapTable attribute.
148 * @param smt the StackMapTable that this walker
151 public Walker(StackMapTable sm
[all...]

Completed in 72 milliseconds