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