Uses of Class
com.github.junrar.unpack.vm.VMOpType

Packages that use VMOpType
com.github.junrar.unpack.vm   
 

Uses of VMOpType in com.github.junrar.unpack.vm
 

Methods in com.github.junrar.unpack.vm that return VMOpType
static VMOpType VMOpType.findOpType(int opType)
           
 VMOpType VMPreparedOperand.getType()
           
static VMOpType VMOpType.valueOf(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
 void VMPreparedOperand.setType(VMOpType type)
           
 



Copyright © 2012. All Rights Reserved.