Package org.apache.bcel.generic
Class StackInstruction
- java.lang.Object
-
- org.apache.bcel.generic.Instruction
-
- org.apache.bcel.generic.StackInstruction
-
-
Field Summary
-
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StackInstruction(short opcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType(ConstantPoolGen cp)
-
Methods inherited from class org.apache.bcel.generic.Instruction
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString, toString
-
-
-
-
Method Detail
-
getType
public Type getType(ConstantPoolGen cp)
- Returns:
- Type.UNKNOWN
-
-