com.github.junrar.unpack.vm
Class VMPreparedOperand

java.lang.Object
  extended by com.github.junrar.unpack.vm.VMPreparedOperand

public class VMPreparedOperand
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Constructor Summary
VMPreparedOperand()
           
 
Method Summary
 int getBase()
           
 int getData()
           
 int getOffset()
           
 VMOpType getType()
           
 void setBase(int base)
           
 void setData(int data)
           
 void setOffset(int offset)
           
 void setType(VMOpType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMPreparedOperand

public VMPreparedOperand()
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)


Copyright © 2012. All Rights Reserved.