public final class StackMapType
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
StackMapEntry,
StackMap,
Constants,
Serialized Form| Constructor and Description |
|---|
StackMapType(byte type,
int index,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(java.io.DataOutputStream file)
Dump type entries to file.
|
int |
getIndex() |
boolean |
hasIndex() |
void |
setConstantPool(ConstantPool constant_pool) |
void |
setIndex(int t) |
void |
setType(byte t) |
java.lang.String |
toString() |
public StackMapType(byte type,
int index,
ConstantPool constant_pool)
type - type tag as defined in the Constants interfaceindex - index to constant pool, or byte code offsetpublic void setType(byte t)
public void setIndex(int t)
public int getIndex()
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
file - Output file streamjava.io.IOExceptionpublic final boolean hasIndex()
public final java.lang.String toString()
toString in class java.lang.Objectpublic final void setConstantPool(ConstantPool constant_pool)
constant_pool - Constant pool to be used for this object.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.