Uses of Class
com.github.junrar.unpack.vm.VMCommands
-
Packages that use VMCommands Package Description com.github.junrar.unpack.vm -
-
Uses of VMCommands in com.github.junrar.unpack.vm
Fields in com.github.junrar.unpack.vm declared as VMCommands Modifier and Type Field Description private VMCommandsVMPreparedCommand. OpCodeMethods in com.github.junrar.unpack.vm that return VMCommands Modifier and Type Method Description static VMCommandsVMCommands. findVMCommand(int vmCommand)VMCommandsVMPreparedCommand. getOpCode()static VMCommandsVMCommands. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VMCommands[]VMCommands. 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 VMCommands Modifier and Type Method Description voidVMPreparedCommand. setOpCode(VMCommands opCode)
-