soot.jimple.parser.node
Class AFullIdentClassName

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

public final class AFullIdentClassName
extends PClassName


Constructor Summary
AFullIdentClassName()
           
AFullIdentClassName(TFullIdentifier _fullIdentifier_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TFullIdentifier getFullIdentifier()
           
 void setFullIdentifier(TFullIdentifier 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

AFullIdentClassName

public AFullIdentClassName()

AFullIdentClassName

public AFullIdentClassName(TFullIdentifier _fullIdentifier_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getFullIdentifier

public TFullIdentifier getFullIdentifier()

setFullIdentifier

public void setFullIdentifier(TFullIdentifier node)

toString

public String toString()
Overrides:
toString in class Object