Uses of Enum Class
com.github.junrar.unpack.vm.VMOpType
Packages that use VMOpType
-
Uses of VMOpType in com.github.junrar.unpack.vm
Subclasses with type arguments of type VMOpType in com.github.junrar.unpack.vmFields in com.github.junrar.unpack.vm declared as VMOpTypeMethods in com.github.junrar.unpack.vm that return VMOpTypeModifier and TypeMethodDescriptionstatic VMOpTypeVMOpType.findOpType(int opType) VMPreparedOperand.getType()static VMOpTypeReturns the enum constant of this class with the specified name.static VMOpType[]VMOpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.junrar.unpack.vm with parameters of type VMOpType