Uses of Class
com.strobel.assembler.ir.StackBehavior
-
Packages that use StackBehavior Package Description com.strobel.assembler.ir -
-
Uses of StackBehavior in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as StackBehavior Modifier and Type Field Description private StackBehaviorOpCode. _stackBehaviorPopprivate StackBehaviorOpCode. _stackBehaviorPushMethods in com.strobel.assembler.ir that return StackBehavior Modifier and Type Method Description StackBehaviorOpCode. getStackBehaviorPop()StackBehaviorOpCode. getStackBehaviorPush()static StackBehaviorStackBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StackBehavior[]StackBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type StackBehavior Constructor Description OpCode(int code, FlowControl flowControl, OpCodeType opCodeType, OperandType operandType, StackBehavior stackBehaviorPop, StackBehavior stackBehaviorPush)
-