public class GetInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
za.ac.sun.cs.green.expr.Expression |
def |
com.ibm.wala.types.FieldReference |
field |
FieldSubscriptMap |
psm |
za.ac.sun.cs.green.expr.Expression |
ref |
original
Constructor and Description |
---|
GetInstruction(com.ibm.wala.ssa.SSAGetInstruction ins) |
GetInstruction(com.ibm.wala.ssa.SSAGetInstruction ins,
za.ac.sun.cs.green.expr.Expression def,
za.ac.sun.cs.green.expr.Expression ref,
com.ibm.wala.types.FieldReference field) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(AstVisitor<T> visitor) |
boolean |
equals(Stmt stmt2) |
com.ibm.wala.ssa.SSAGetInstruction |
getOriginal() |
java.lang.String |
toString() |
public final za.ac.sun.cs.green.expr.Expression ref
public final com.ibm.wala.types.FieldReference field
public final za.ac.sun.cs.green.expr.Expression def
public FieldSubscriptMap psm
public GetInstruction(com.ibm.wala.ssa.SSAGetInstruction ins, za.ac.sun.cs.green.expr.Expression def, za.ac.sun.cs.green.expr.Expression ref, com.ibm.wala.types.FieldReference field)
public GetInstruction(com.ibm.wala.ssa.SSAGetInstruction ins)
public com.ibm.wala.ssa.SSAGetInstruction getOriginal()
public <T> T accept(AstVisitor<T> visitor)
public java.lang.String toString()
public boolean equals(Stmt stmt2)