Uses of Class
com.github.junrar.unpack.vm.VMOpType
-
Packages that use VMOpType Package Description com.github.junrar.unpack.vm -
-
Uses of VMOpType in com.github.junrar.unpack.vm
Fields in com.github.junrar.unpack.vm declared as VMOpType Modifier and Type Field Description private VMOpTypeVMPreparedOperand. TypeMethods in com.github.junrar.unpack.vm that return VMOpType Modifier and Type Method Description static VMOpTypeVMOpType. findOpType(int opType)VMOpTypeVMPreparedOperand. getType()static VMOpTypeVMOpType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VMOpType[]VMOpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.junrar.unpack.vm with parameters of type VMOpType Modifier and Type Method Description voidVMPreparedOperand. setType(VMOpType type)
-