Uses of Enum Class
com.strobel.assembler.ir.StackBehavior
Packages that use StackBehavior
-
Uses of StackBehavior in com.strobel.assembler.ir
Subclasses with type arguments of type StackBehavior in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as StackBehaviorModifier and TypeFieldDescriptionprivate final StackBehaviorOpCode._stackBehaviorPopprivate final StackBehaviorOpCode._stackBehaviorPushMethods in com.strobel.assembler.ir that return StackBehaviorModifier and TypeMethodDescriptionOpCode.getStackBehaviorPop()OpCode.getStackBehaviorPush()static StackBehaviorReturns 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 StackBehaviorModifierConstructorDescriptionprivateOpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)