public class Operand extends Object implements Operand
Operand(int vectorIndex, OpShift shift, int type, OpValue value, boolean subtracted)
OpShift
getShift()
int
getType()
OpValue
getValue()
getVectorIndex()
boolean
isSubtracted()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Operand(int vectorIndex, OpShift shift, int type, OpValue value, boolean subtracted)
public int getType()
getType
Operand
public OpValue getValue()
getValue
public int getVectorIndex()
getVectorIndex
public boolean isSubtracted()
isSubtracted
public OpShift getShift()
getShift
Copyright © 2022. All rights reserved.