soot.jimple.parser.node
Class ADeclaration

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

public final class ADeclaration
extends PDeclaration


Constructor Summary
ADeclaration()
           
ADeclaration(PJimpleType _jimpleType_, PLocalNameList _localNameList_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PJimpleType getJimpleType()
           
 PLocalNameList getLocalNameList()
           
 TSemicolon getSemicolon()
           
 void setJimpleType(PJimpleType node)
           
 void setLocalNameList(PLocalNameList node)
           
 void setSemicolon(TSemicolon 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

ADeclaration

public ADeclaration()

ADeclaration

public ADeclaration(PJimpleType _jimpleType_,
                    PLocalNameList _localNameList_,
                    TSemicolon _semicolon_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getJimpleType

public PJimpleType getJimpleType()

setJimpleType

public void setJimpleType(PJimpleType node)

getLocalNameList

public PLocalNameList getLocalNameList()

setLocalNameList

public void setLocalNameList(PLocalNameList node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object