Class IntRefForm
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
-
- org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
-
- org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
-
- org.apache.commons.compress.harmony.unpack200.bytecode.forms.IntRefForm
-
public class IntRefForm extends SingleByteReferenceForm
This class implements the byte code form for those bytecodes which have int references (and only int references).
-
-
Field Summary
-
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
widened
-
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
byteCodeArray, byteCodesByName, WIDENED
-
-
Constructor Summary
Constructors Constructor Description IntRefForm(int opcode, java.lang.String name, int[] rewrite)
IntRefForm(int opcode, java.lang.String name, int[] rewrite, boolean widened)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getOffset(OperandManager operandManager)
protected int
getPoolID()
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
nestedMustStartClassPool, setNestedEntries
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
setByteCodeOperands
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
calculateOperandPosition, firstOperandIndex, fixUpByteCodeTargets, get, getName, getOpcode, getRewrite, getRewriteCopy, hasMultipleByteCodes, hasNoOperand, operandLength, toString
-
-
-
-
Constructor Detail
-
IntRefForm
public IntRefForm(int opcode, java.lang.String name, int[] rewrite)
-
IntRefForm
public IntRefForm(int opcode, java.lang.String name, int[] rewrite, boolean widened)
-
-
Method Detail
-
getOffset
protected int getOffset(OperandManager operandManager)
- Specified by:
getOffset
in classSingleByteReferenceForm
-
getPoolID
protected int getPoolID()
- Specified by:
getPoolID
in classSingleByteReferenceForm
-
-