Class StackMapType
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.StackMapType
-
-
Constructor Summary
Constructors Constructor Description StackMapType(byte type, int index, ConstantPool constant_pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackMapTypecopy()voiddump(DataOutputStream file)ConstantPoolgetConstantPool()intgetIndex()bytegetType()booleanhasIndex()voidsetConstantPool(ConstantPool constant_pool)voidsetIndex(int t)voidsetType(byte t)StringtoString()
-
-
-
Constructor Detail
-
StackMapType
public StackMapType(byte type, int index, ConstantPool constant_pool)
-
-
Method Detail
-
setType
public void setType(byte t)
-
getType
public byte getType()
-
setIndex
public void setIndex(int t)
-
getIndex
public int getIndex()
-
dump
public final void dump(DataOutputStream file) throws IOException
- Throws:
IOException
-
hasIndex
public final boolean hasIndex()
-
copy
public StackMapType copy()
-
getConstantPool
public final ConstantPool getConstantPool()
-
setConstantPool
public final void setConstantPool(ConstantPool constant_pool)
-
-