com.bluemarsh.jswat.parser.java.node
Class AQualifiedName

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PQualifiedName
              |
              +--com.bluemarsh.jswat.parser.java.node.AQualifiedName
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AQualifiedName
extends PQualifiedName


Constructor Summary
AQualifiedName()
           
AQualifiedName(PName _name_, TDot _dot_, TIdentifier _identifier_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TDot getDot()
           
 TIdentifier getIdentifier()
           
 PName getName()
           
 void setDot(TDot node)
           
 void setIdentifier(TIdentifier node)
           
 void setName(PName node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.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

AQualifiedName

public AQualifiedName()

AQualifiedName

public AQualifiedName(PName _name_,
                      TDot _dot_,
                      TIdentifier _identifier_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getName

public PName getName()

setName

public void setName(PName node)

getDot

public TDot getDot()

setDot

public void setDot(TDot node)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

toString

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