public class CheckCastInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
com.ibm.wala.types.TypeReference[] |
declaredResultTypes |
za.ac.sun.cs.green.expr.Expression |
result |
za.ac.sun.cs.green.expr.Expression |
val |
original
Constructor and Description |
---|
CheckCastInstruction(com.ibm.wala.ssa.SSACheckCastInstruction ins) |
CheckCastInstruction(com.ibm.wala.ssa.SSACheckCastInstruction ins,
za.ac.sun.cs.green.expr.Expression result,
za.ac.sun.cs.green.expr.Expression val,
com.ibm.wala.types.TypeReference[] declaredResultTypes) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(AstVisitor<T> visitor) |
boolean |
equals(Stmt stmt2) |
com.ibm.wala.ssa.SSACheckCastInstruction |
getOriginal() |
java.lang.String |
toString() |
public final za.ac.sun.cs.green.expr.Expression result
public final za.ac.sun.cs.green.expr.Expression val
public final com.ibm.wala.types.TypeReference[] declaredResultTypes
public CheckCastInstruction(com.ibm.wala.ssa.SSACheckCastInstruction ins, za.ac.sun.cs.green.expr.Expression result, za.ac.sun.cs.green.expr.Expression val, com.ibm.wala.types.TypeReference[] declaredResultTypes)
public CheckCastInstruction(com.ibm.wala.ssa.SSACheckCastInstruction ins)
public com.ibm.wala.ssa.SSACheckCastInstruction getOriginal()
public <T> T accept(AstVisitor<T> visitor)
public java.lang.String toString()
public boolean equals(Stmt stmt2)