OpenJDK 1.22
java.xml
com.sun.org.apache.bcel.internal.generic
StackProducer
Top
Description
Methods
com.sun.org.apache.bcel.internal.generic
public
Interface StackProducer
Known Direct Subinterfaces
com.
sun.
org.
apache.
bcel.
internal.
generic.
PushInstruction
Known Direct Implementers
com.
sun.
org.
apache.
bcel.
internal.
generic.
SWAP
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
AALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
ANEWARRAY
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
ArithmeticInstruction
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
ARRAYLENGTH
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
CALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
CHECKCAST
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
DALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
DCMPG
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
DCMPL
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
FALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
FCMPG
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
FCMPL
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
BALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
ConversionInstruction
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
GETFIELD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
IALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
INSTANCEOF
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
InvokeInstruction
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
JsrInstruction
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
LALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
LCMP
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
NEW
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
NEWARRAY
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
SALOAD
,
com.
sun.
org.
apache.
bcel.
internal.
generic.
Select
Denotes an instruction that may produce a value on top of the stack (this excludes DUP_X1, e.g.)
Method Summary
Modifier and Type
Method and Description
public
int
Returns:
how many words are produced on stack
produceStack
(
ConstantPoolGen
cpg
)
Method Detail
produceStack
back to summary
public
int
produceStack
(
ConstantPoolGen
cpg
)
Returns:
int
how many words are produced on stack