public abstract class SSAArrayReferenceInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitoriindex, 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, visitpublic int getNumberOfUses()
getNumberOfUses in class SSAInstructionpublic int getUse(int j)
getUse in class SSAInstructionSSAInstruction.getUse(int)public int getArrayRef()
public int getIndex()
public TypeReference getElementType()
public boolean typeIsPrimitive()
public boolean isPEI()
isPEI in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstructionCopyright © 2015. All rights reserved.