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.irMethods 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.