public class ArrayStoreInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
za.ac.sun.cs.green.expr.Expression |
arrayref |
za.ac.sun.cs.green.expr.Expression |
assignExpr |
com.ibm.wala.types.TypeReference |
elementType |
za.ac.sun.cs.green.expr.Expression |
index |
original
Constructor and Description |
---|
ArrayStoreInstruction(com.ibm.wala.ssa.SSAArrayStoreInstruction ins) |
ArrayStoreInstruction(com.ibm.wala.ssa.SSAArrayStoreInstruction ins,
za.ac.sun.cs.green.expr.Expression arrayref,
za.ac.sun.cs.green.expr.Expression index,
com.ibm.wala.types.TypeReference elementType,
za.ac.sun.cs.green.expr.Expression assigned) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(AstVisitor<T> visitor) |
boolean |
equals(Stmt stmt2) |
com.ibm.wala.ssa.SSAArrayStoreInstruction |
getOriginal() |
java.lang.String |
toString() |
public final za.ac.sun.cs.green.expr.Expression arrayref
public final za.ac.sun.cs.green.expr.Expression index
public final com.ibm.wala.types.TypeReference elementType
public final za.ac.sun.cs.green.expr.Expression assignExpr
public ArrayStoreInstruction(com.ibm.wala.ssa.SSAArrayStoreInstruction ins, za.ac.sun.cs.green.expr.Expression arrayref, za.ac.sun.cs.green.expr.Expression index, com.ibm.wala.types.TypeReference elementType, za.ac.sun.cs.green.expr.Expression assigned)
public ArrayStoreInstruction(com.ibm.wala.ssa.SSAArrayStoreInstruction ins)
public com.ibm.wala.ssa.SSAArrayStoreInstruction getOriginal()
public <T> T accept(AstVisitor<T> visitor)
public java.lang.String toString()
public boolean equals(Stmt stmt2)