Package com.github.junrar.unpack.vm
Class VMPreparedOperand
- java.lang.Object
-
- com.github.junrar.unpack.vm.VMPreparedOperand
-
public class VMPreparedOperand extends java.lang.ObjectDOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Constructor Summary
Constructors Constructor Description VMPreparedOperand()
-
-
-
Field Detail
-
Type
private VMOpType Type
-
Data
private int Data
-
Base
private int Base
-
offset
private int offset
-
-
Method Detail
-
getBase
public int getBase()
-
setBase
public void setBase(int base)
-
getData
public int getData()
-
setData
public void setData(int data)
-
getType
public VMOpType getType()
-
setType
public void setType(VMOpType type)
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
-