soot.baf.internal
Class BDup2Inst
java.lang.Object
|
+--soot.tagkit.AbstractHost
|
+--soot.AbstractUnit
|
+--soot.baf.internal.AbstractInst
|
+--soot.baf.internal.BDupInst
|
+--soot.baf.internal.BDup2Inst
- public class BDup2Inst
- extends BDupInst
- implements Dup2Inst
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
BDup2Inst
public BDup2Inst(Type aOp1Type,
Type aOp2Type)
getOp1Type
public Type getOp1Type()
- Specified by:
- getOp1Type in interface Dup2Inst
getOp2Type
public Type getOp2Type()
- Specified by:
- getOp2Type in interface Dup2Inst
getOpTypes
public java.util.List getOpTypes()
getUnderTypes
public java.util.List getUnderTypes()
getName
public final java.lang.String getName()
- Overrides:
- getName in class AbstractInst
apply
public void apply(Switch sw)
- Description copied from interface: Switchable
- Called when this object is visited.
- Overrides:
- apply in class BDupInst
toString
public java.lang.String toString()
- Overrides:
- toString in class AbstractInst