soot.jimple.internal
Class JNewExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractNewExpr
      extended by soot.jimple.internal.JNewExpr
All Implemented Interfaces:
Serializable, EquivTo, AnyNewExpr, ConvertToBaf, Expr, NewExpr, 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<Unit> 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<Unit> 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