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 StackBehavior
OpCode. _stackBehaviorPop
private StackBehavior
OpCode. _stackBehaviorPush
Methods in com.strobel.assembler.ir that return StackBehavior Modifier and Type Method Description StackBehavior
OpCode. getStackBehaviorPop()
StackBehavior
OpCode. getStackBehaviorPush()
static StackBehavior
StackBehavior. 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)
-