soot.grimp.internal
Class GCastExpr
java.lang.Object
soot.jimple.internal.AbstractCastExpr
soot.grimp.internal.GCastExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Precedence, CastExpr, ConvertToBaf, Expr, Switchable, Value
public class GCastExpr
- extends AbstractCastExpr
- implements Precedence
- See Also:
- Serialized Form
Methods inherited from class soot.jimple.internal.AbstractCastExpr |
apply, convertToBaf, equivHashCode, equivTo, getCastType, getOp, getOpBox, getType, getUseBoxes, setCastType, setOp, toString |
GCastExpr
public GCastExpr(Value op,
Type type)
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in interface Precedence
toString
public String toString()
- Overrides:
toString
in class AbstractCastExpr
clone
public Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractCastExpr