Uses of Class
com.github.junrar.unpack.vm.VMPreparedCommand
Packages that use VMPreparedCommand
-
Uses of VMPreparedCommand in com.github.junrar.unpack.vm
Fields in com.github.junrar.unpack.vm with type parameters of type VMPreparedCommandModifier and TypeFieldDescriptionprivate List<VMPreparedCommand> VMPreparedProgram.AltCmdprivate List<VMPreparedCommand> VMPreparedProgram.CmdMethods in com.github.junrar.unpack.vm that return types with arguments of type VMPreparedCommandMethod parameters in com.github.junrar.unpack.vm with type arguments of type VMPreparedCommandModifier and TypeMethodDescriptionprivate booleanRarVM.ExecuteCode(List<VMPreparedCommand> preparedCode, int cmdCount) voidVMPreparedProgram.setAltCmd(List<VMPreparedCommand> altCmd) voidVMPreparedProgram.setCmd(List<VMPreparedCommand> cmd)