soot.jimple.internal
Class JNewExpr

java.lang.Object
  extended bysoot.jimple.internal.AbstractNewExpr
      extended bysoot.jimple.internal.JNewExpr
All Implemented Interfaces:
AnyNewExpr, ConvertToBaf, EquivTo, Expr, NewExpr, Serializable, Switchable, Value

public class JNewExpr
extends AbstractNewExpr
implements ConvertToBaf

See Also:
Serialized Form

Constructor Summary
JNewExpr(RefType type)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 void convertToBaf(JimpleToBafContext context, List out)
           
 
Methods inherited from class soot.jimple.internal.AbstractNewExpr
apply, equivHashCode, equivTo, getBaseType, getType, getUseBoxes, setBaseType, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNewExpr

public JNewExpr(RefType type)
Method Detail

convertToBaf

public void convertToBaf(JimpleToBafContext context,
                         List out)
Specified by:
convertToBaf in interface ConvertToBaf

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 AbstractNewExpr