soot.grimp.internal
Class GCastExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractCastExpr
      extended by 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

Constructor Summary
GCastExpr(Value op, Type type)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 String toString()
           
 
Methods inherited from class soot.jimple.internal.AbstractCastExpr
apply, convertToBaf, equivHashCode, equivTo, getCastType, getOp, getOpBox, getType, getUseBoxes, setCastType, setOp, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GCastExpr

public GCastExpr(Value op,
                 Type type)
Method Detail

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