soot.dava.internal.AST
Class ASTSynchronizedBlockNode

java.lang.Object
  |
  +--soot.tagkit.AbstractHost
        |
        +--soot.AbstractUnit
              |
              +--soot.dava.internal.AST.ASTNode
                    |
                    +--soot.dava.internal.AST.ASTLabeledNode
                          |
                          +--soot.dava.internal.AST.ASTSynchronizedBlockNode

public class ASTSynchronizedBlockNode
extends ASTLabeledNode

See Also:
Serialized Form

Fields inherited from class soot.dava.internal.AST.ASTNode
NEWLINE, subBodies, TAB
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
ASTSynchronizedBlockNode(SETNodeLabel label, java.util.List body, Value local)
           
 
Method Summary
 java.lang.Object clone()
          Returns a deep clone of this object.
 Local getLocal()
           
 int size()
           
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.dava.internal.AST.ASTLabeledNode
get_Label, label_toString, label_toString, perform_Analysis, set_Label
 
Methods inherited from class soot.dava.internal.AST.ASTNode
body_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodies
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTSynchronizedBlockNode

public ASTSynchronizedBlockNode(SETNodeLabel label,
                                java.util.List body,
                                Value local)
Method Detail

size

public int size()

getLocal

public Local getLocal()

clone

public java.lang.Object clone()
Description copied from class: AbstractUnit
Returns a deep clone of this object.
Overrides:
clone in class AbstractUnit

toString

public void toString(UnitPrinter up)
Overrides:
toString in class ASTNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object