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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DStackMapType.java73 public final class StackMapType implements Cloneable { class in inherits:Cloneable
83 StackMapType(DataInputStream file, ConstantPool constant_pool) throws IOException method in class:StackMapType
97 public StackMapType(byte type, int index, ConstantPool constant_pool) { method in class:StackMapType
105 throw new RuntimeException("Illegal type for StackMapType: " + t);
156 public StackMapType copy() {
158 return (StackMapType)clone();

Completed in 22 milliseconds