org.kit.furia.fragment.soot.representation.internal
Class FCastExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractCastExpr
      extended by org.kit.furia.fragment.soot.representation.internal.FCastExpr
All Implemented Interfaces:
java.io.Serializable, Precedence, Qable, soot.EquivTo, soot.jimple.CastExpr, soot.jimple.ConvertToBaf, soot.jimple.Expr, soot.util.Switchable, soot.Value

public class FCastExpr
extends soot.jimple.internal.AbstractCastExpr
implements Precedence, Qable

See Also:
Serialized Form

Constructor Summary
FCastExpr(soot.Value op, soot.Type type)
           
 
Method Summary
 java.lang.Object clone()
           
 int getPrecedence()
           
 java.lang.String toQ()
           
 java.lang.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

FCastExpr

public FCastExpr(soot.Value op,
                 soot.Type type)
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

toString

public java.lang.String toString()
Overrides:
toString in class soot.jimple.internal.AbstractCastExpr

clone

public java.lang.Object clone()
Specified by:
clone in interface soot.Value
Specified by:
clone in class soot.jimple.internal.AbstractCastExpr

toQ

public java.lang.String toQ()
                     throws java.lang.Exception
Specified by:
toQ in interface Qable
Throws:
java.lang.Exception


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.