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