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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AQualifiedName
public AQualifiedName()
AQualifiedName
public AQualifiedName(PName _name_,
TDot _dot_,
TIdentifier _identifier_)
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