public class AstGlobalRead extends SSAGetInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor
iindex, NO_INDEX
Constructor and Description |
---|
AstGlobalRead(int iindex,
int lhs,
FieldReference global) |
Modifier and Type | Method and Description |
---|---|
SSAInstruction |
copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses)
This method is meant to be used during SSA conversion for an IR that is not in SSA form.
|
Collection<TypeReference> |
getExceptionTypes()
This method should never return null.
|
String |
getGlobalName() |
boolean |
isFallThrough() |
String |
toString(SymbolTable symbolTable) |
void |
visit(SSAInstruction.IVisitor v)
Apply an IVisitor to this instruction.
|
getDef, getDef, getNumberOfDefs, getNumberOfUses, getUse, hasDef, hashCode
getDeclaredField, getDeclaredFieldType, getRef, isPEI, isStatic
equals, getValueString, toString
public AstGlobalRead(int iindex, int lhs, FieldReference global)
public SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses)
SSAInstruction
copyForSSA
in class SSAGetInstruction
public String toString(SymbolTable symbolTable)
toString
in class SSAGetInstruction
public void visit(SSAInstruction.IVisitor v)
SSAInstruction
visit
in class SSAGetInstruction
SSAInstruction.visit(IVisitor)
public boolean isFallThrough()
isFallThrough
in class SSAGetInstruction
public Collection<TypeReference> getExceptionTypes()
SSAInstruction
getExceptionTypes
in class SSAInstruction
public String getGlobalName()