public class ArrayLoadInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
za.ac.sun.cs.green.expr.Expression |
arrayref |
za.ac.sun.cs.green.expr.Expression |
def |
com.ibm.wala.types.TypeReference |
elementType |
za.ac.sun.cs.green.expr.Expression |
index |
original
Constructor and Description |
---|
ArrayLoadInstruction(com.ibm.wala.ssa.SSAArrayLoadInstruction ins) |
ArrayLoadInstruction(com.ibm.wala.ssa.SSAArrayLoadInstruction 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 def) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(AstVisitor<T> visitor) |
boolean |
equals(Stmt stmt2) |
com.ibm.wala.ssa.SSAArrayLoadInstruction |
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 def
public ArrayLoadInstruction(com.ibm.wala.ssa.SSAArrayLoadInstruction 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 def)
public ArrayLoadInstruction(com.ibm.wala.ssa.SSAArrayLoadInstruction ins)
public com.ibm.wala.ssa.SSAArrayLoadInstruction getOriginal()
public <T> T accept(AstVisitor<T> visitor)
public java.lang.String toString()
public boolean equals(Stmt stmt2)