soot.grimp.internal
Class GCastExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractCastExpr
        |
        +--soot.grimp.internal.GCastExpr

public class GCastExpr
extends AbstractCastExpr
implements CastExpr, Precedence


Constructor Summary
GCastExpr(Value op, Type type)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 java.lang.String toBriefString()
          Returns a brief description of this object.
 java.lang.String toString()
           
 
Methods inherited from class soot.jimple.internal.AbstractCastExpr
apply, convertToBaf, equivHashCode, equivTo, getCastType, getOp, getOpBox, getType, getUseBoxes, setCastType, setOp
 
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 java.lang.String toString()
Overrides:
toString in class AbstractCastExpr

toBriefString

public java.lang.String toBriefString()
Description copied from interface: ToBriefString
Returns a brief description of this object.
Overrides:
toBriefString in class AbstractCastExpr

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractCastExpr