Uses of Enum Class
com.strobel.assembler.ir.StackBehavior
Packages that use StackBehavior
-
Uses of StackBehavior in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as StackBehaviorModifier and TypeFieldDescriptionprivate final StackBehavior
OpCode._stackBehaviorPop
private final StackBehavior
OpCode._stackBehaviorPush
Methods in com.strobel.assembler.ir that return StackBehaviorModifier and TypeMethodDescriptionOpCode.getStackBehaviorPop()
OpCode.getStackBehaviorPush()
static StackBehavior
Returns the enum constant of this class with the specified name.static StackBehavior[]
StackBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type StackBehaviorModifierConstructorDescriptionprivate
OpCode
(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)