Class ClassRefForm
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
-
- kala.compress.harmony.unpack200.bytecode.forms.ReferenceForm
-
- kala.compress.harmony.unpack200.bytecode.forms.ClassRefForm
-
- Direct Known Subclasses:
MultiANewArrayForm,NarrowClassRefForm,NewClassRefForm
public class ClassRefForm extends ReferenceForm
This class implements the byte code form for those bytecodes which have class references (and only class references).
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanwidened-
Fields inherited from class kala.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
byteCodeArray, byteCodesByName, WIDENED
-
-
Constructor Summary
Constructors Constructor Description ClassRefForm(int opcode, java.lang.String name, int[] rewrite)ClassRefForm(int opcode, java.lang.String name, int[] rewrite, boolean widened)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetOffset(OperandManager operandManager)protected intgetPoolID()protected voidsetNestedEntries(ByteCode byteCode, OperandManager operandManager, int offset)-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.forms.ReferenceForm
setByteCodeOperands
-
Methods inherited from class kala.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
calculateOperandPosition, firstOperandIndex, fixUpByteCodeTargets, get, getName, getOpcode, getRewrite, getRewriteCopy, hasMultipleByteCodes, hasNoOperand, nestedMustStartClassPool, operandLength, toString
-
-
-
-
Method Detail
-
getOffset
protected int getOffset(OperandManager operandManager)
- Specified by:
getOffsetin classReferenceForm
-
getPoolID
protected int getPoolID()
- Specified by:
getPoolIDin classReferenceForm
-
setNestedEntries
protected void setNestedEntries(ByteCode byteCode, OperandManager operandManager, int offset) throws Pack200Exception
- Overrides:
setNestedEntriesin classReferenceForm- Throws:
Pack200Exception
-
-