soot.jimple.parser.node
Class APublicModifier

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

public final class APublicModifier
extends PModifier


Constructor Summary
APublicModifier()
           
APublicModifier(TPublic _public_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TPublic getPublic()
           
 void setPublic(TPublic 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

APublicModifier

public APublicModifier()

APublicModifier

public APublicModifier(TPublic _public_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPublic

public TPublic getPublic()

setPublic

public void setPublic(TPublic node)

toString

public String toString()
Overrides:
toString in class Object