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

/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java37 * The implementation of the StackMap class assumes they are 16bit.
43 public class StackMap extends AttributeInfo { class in inherits:AttributeInfo
45 * The name of this attribute <code>"StackMap"</code>.
47 public static final String tag = "StackMap";
53 StackMap(ConstPool cp, byte[] newInfo) { method in class:StackMap
57 StackMap(ConstPool cp, int name_id, DataInputStream in) method in class:StackMap
125 * A code walker for a StackMap attribute.
133 public Walker(StackMap sm) {
228 Copier(StackMap map, ConstPool newCp, Map classnames) {
267 public StackMap getStackMa
[all...]

Completed in 271 milliseconds