Uses of Enum Class
com.github.junrar.unpack.vm.VMCommands
Packages that use VMCommands
-
Uses of VMCommands in com.github.junrar.unpack.vm
Subclasses with type arguments of type VMCommands in com.github.junrar.unpack.vmFields in com.github.junrar.unpack.vm declared as VMCommandsMethods in com.github.junrar.unpack.vm that return VMCommandsModifier and TypeMethodDescriptionstatic VMCommandsVMCommands.findVMCommand(int vmCommand) VMPreparedCommand.getOpCode()static VMCommandsReturns the enum constant of this class with the specified name.static VMCommands[]VMCommands.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 VMCommands