ponderToolkit.analyzer.priorities.node
Class AIdentIdentOrPath

java.lang.Object
  |
  +--ponderToolkit.analyzer.priorities.node.Node
        |
        +--ponderToolkit.analyzer.priorities.node.PIdentOrPath
              |
              +--ponderToolkit.analyzer.priorities.node.AIdentIdentOrPath
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AIdentIdentOrPath
extends PIdentOrPath


Constructor Summary
AIdentIdentOrPath()
           
AIdentIdentOrPath(TIdent _ident_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TIdent getIdent()
           
 void setIdent(TIdent node)
           
 java.lang.String toString()
           
 
Methods inherited from class ponderToolkit.analyzer.priorities.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

AIdentIdentOrPath

public AIdentIdentOrPath()

AIdentIdentOrPath

public AIdentIdentOrPath(TIdent _ident_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIdent

public TIdent getIdent()

setIdent

public void setIdent(TIdent node)

toString

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