joeq.Compiler.BytecodeAnalysis
Class Bytecodes.LDC_W
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC
joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC_W
- All Implemented Interfaces:
- Serializable, Cloneable, Bytecodes.ExceptionThrower, Bytecodes.PushInstruction, Bytecodes.StackProducer, Bytecodes.TypedInstruction
- Enclosing interface:
- Bytecodes
public static class Bytecodes.LDC_W
- extends Bytecodes.LDC
- See Also:
- Serialized Form
Method Summary |
protected void |
initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
Read needed data (i.e., index) from file. |
Bytecodes.LDC_W
public Bytecodes.LDC_W(Object o)
initFromFile
protected void initFromFile(jq_ConstantPool cp,
jwutil.io.ByteSequence bytes,
boolean wide)
throws IOException
- Read needed data (i.e., index) from file.
- Overrides:
initFromFile
in class Bytecodes.LDC
- Parameters:
cp
- constant pool of class we are readingbytes
- input streamwide
- wide prefix?
- Throws:
IOException
Copyright © 2001-2008 John Whaley. All Rights Reserved.