soot.jimple.parser.node
Class AAnnotationModifier

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PModifier
          extended by soot.jimple.parser.node.AAnnotationModifier
All Implemented Interfaces:
Cloneable, Switchable

public final class AAnnotationModifier
extends PModifier


Constructor Summary
AAnnotationModifier()
           
AAnnotationModifier(TAnnotation _annotation_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAnnotation getAnnotation()
           
 void setAnnotation(TAnnotation node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AAnnotationModifier

public AAnnotationModifier()

AAnnotationModifier

public AAnnotationModifier(TAnnotation _annotation_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getAnnotation

public TAnnotation getAnnotation()

setAnnotation

public void setAnnotation(TAnnotation node)

toString

public String toString()
Overrides:
toString in class Object