|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction joeq.Compiler.BytecodeAnalysis.Bytecodes.ArithmeticInstruction
public abstract static class Bytecodes.ArithmeticInstruction
Field Summary |
---|
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
---|
length, opcode |
Constructor Summary | |
---|---|
protected |
Bytecodes.ArithmeticInstruction(short opcode)
|
Method Summary | |
---|---|
jq_Type |
getType()
|
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
---|
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer |
---|
produceStack |
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer |
---|
consumeStack |
Constructor Detail |
---|
protected Bytecodes.ArithmeticInstruction(short opcode)
opcode
- of instructionMethod Detail |
---|
public jq_Type getType()
getType
in interface Bytecodes.TypedInstruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |