public abstract class AbstractInstanceInvokeExpr extends AbstractInvokeExpr implements InstanceInvokeExpr
| Modifier and Type | Field and Description |
|---|---|
protected ValueBox |
baseBox |
argBoxes, methodRef| Constructor and Description |
|---|
AbstractInstanceInvokeExpr() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getBase() |
ValueBox |
getBaseBox() |
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
|
void |
setBase(Value base) |
clone, getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRefequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRefapplyequivHashCode, equivToprotected ValueBox baseBox
public Value getBase()
getBase in interface InstanceInvokeExprpublic ValueBox getBaseBox()
getBaseBox in interface InstanceInvokeExprpublic void setBase(Value base)
setBase in interface InstanceInvokeExprpublic java.util.List getUseBoxes()
ValuegetUseBoxes in interface ValueCopyright © 2012-2019 RoboVM AB. All Rights Reserved.