public abstract class SSAArrayReferenceInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor
iindex, NO_INDEX
Modifier and Type | Method and Description |
---|---|
int |
getArrayRef()
Return the value number of the array reference.
|
TypeReference |
getElementType() |
int |
getIndex()
Return the value number of the index of the array reference.
|
int |
getNumberOfUses() |
int |
getUse(int j) |
boolean |
isFallThrough() |
boolean |
isPEI() |
boolean |
typeIsPrimitive() |
copyForSSA, equals, getDef, getDef, getExceptionTypes, getNumberOfDefs, getValueString, hasDef, hashCode, toString, toString, visit
public int getNumberOfUses()
getNumberOfUses
in class SSAInstruction
public int getUse(int j)
getUse
in class SSAInstruction
SSAInstruction.getUse(int)
public int getArrayRef()
public int getIndex()
public TypeReference getElementType()
public boolean typeIsPrimitive()
public boolean isPEI()
isPEI
in class SSAInstruction
public boolean isFallThrough()
isFallThrough
in class SSAInstruction