Class StringRefForm
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.StringRefForm
This class implements the byte code form for those bytecodes which have string references (and only string 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
ConstructorDescriptionStringRefForm
(int opcode, String name, int[] rewrite) StringRefForm
(int opcode, String name, int[] rewrite, boolean widened) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
getOffset
(OperandManager operandManager) protected int
protected void
setNestedEntries
(ByteCode byteCode, OperandManager operandManager, int offset) Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
nestedMustStartClassPool
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 Details
-
StringRefForm
-
StringRefForm
-
-
Method Details
-
getOffset
- Specified by:
getOffset
in classSingleByteReferenceForm
-
getPoolID
- Specified by:
getPoolID
in classSingleByteReferenceForm
-
setNestedEntries
protected void setNestedEntries(ByteCode byteCode, OperandManager operandManager, int offset) throws Pack200Exception - Overrides:
setNestedEntries
in classSingleByteReferenceForm
- Throws:
Pack200Exception
-