joeq.Compiler.BytecodeAnalysis
Class Bytecodes.LDC_W

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction
          extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC
              extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC_W
All Implemented Interfaces:
java.io.Serializable, java.lang.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

Constructor Summary
Bytecodes.LDC_W(java.lang.Object o)
           
 
Method Summary
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.LDC
accept, dump, getExceptions, getType, getValue, setIndex
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.CPInstruction
getIndex, getObject, setObject, toString, toString
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
consumeStack, copy, getLength, getOpcode, produceStack, readInstruction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer
produceStack
 

Constructor Detail

Bytecodes.LDC_W

public Bytecodes.LDC_W(java.lang.Object o)