public class AstGlobalRead extends SSAGetInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitoriindex, 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, hashCodegetDeclaredField, getDeclaredFieldType, getRef, isPEI, isStaticequals, getValueString, toStringpublic AstGlobalRead(int iindex,
int lhs,
FieldReference global)
public SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses)
SSAInstructioncopyForSSA in class SSAGetInstructionpublic String toString(SymbolTable symbolTable)
toString in class SSAGetInstructionpublic void visit(SSAInstruction.IVisitor v)
SSAInstructionvisit in class SSAGetInstructionSSAInstruction.visit(IVisitor)public boolean isFallThrough()
isFallThrough in class SSAGetInstructionpublic Collection<TypeReference> getExceptionTypes()
SSAInstructiongetExceptionTypes in class SSAInstructionpublic String getGlobalName()