soot.jimple.internal
Class JNewExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractNewExpr
        |
        +--soot.jimple.internal.JNewExpr
All Implemented Interfaces:
ConvertToBaf, EquivTo, Expr, NewExpr, Switchable, ToBriefString, Value

public class JNewExpr
extends AbstractNewExpr
implements NewExpr, ConvertToBaf


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

Constructor Detail

JNewExpr

public JNewExpr(RefType type)
Method Detail

convertToBaf

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

clone

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