Dresden OCL Toolkit

tudresden.ocl.parser.node
Class AStandardDeclarator

java.lang.Object
  extended bytudresden.ocl.parser.node.Node
      extended bytudresden.ocl.parser.node.PDeclarator
          extended bytudresden.ocl.parser.node.AStandardDeclarator
All Implemented Interfaces:
Cloneable, Switchable

public final class AStandardDeclarator
extends PDeclarator


Nested Class Summary
private  class AStandardDeclarator.DeclaratorTail_Cast
           
 
Field Summary
private  TBar _bar_
           
private  LinkedList _declaratorTail_
           
private  PDeclaratorTypeDeclaration _declaratorTypeDeclaration_
           
private  TName _name_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
AStandardDeclarator()
           
AStandardDeclarator(TName _name_, List _declaratorTail_, PDeclaratorTypeDeclaration _declaratorTypeDeclaration_, TBar _bar_)
           
AStandardDeclarator(TName _name_, XPDeclaratorTail _declaratorTail_, PDeclaratorTypeDeclaration _declaratorTypeDeclaration_, TBar _bar_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TBar getBar()
           
 LinkedList getDeclaratorTail()
           
 PDeclaratorTypeDeclaration getDeclaratorTypeDeclaration()
           
 TName getName()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setBar(TBar node)
           
 void setDeclaratorTail(List list)
           
 void setDeclaratorTypeDeclaration(PDeclaratorTypeDeclaration node)
           
 void setName(TName node)
           
 String toString()
           
 
Methods inherited from class tudresden.ocl.parser.node.Node
cloneList, cloneNode, parent, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name_

private TName _name_

_declaratorTail_

private final LinkedList _declaratorTail_

_declaratorTypeDeclaration_

private PDeclaratorTypeDeclaration _declaratorTypeDeclaration_

_bar_

private TBar _bar_
Constructor Detail

AStandardDeclarator

public AStandardDeclarator()

AStandardDeclarator

public AStandardDeclarator(TName _name_,
                           List _declaratorTail_,
                           PDeclaratorTypeDeclaration _declaratorTypeDeclaration_,
                           TBar _bar_)

AStandardDeclarator

public AStandardDeclarator(TName _name_,
                           XPDeclaratorTail _declaratorTail_,
                           PDeclaratorTypeDeclaration _declaratorTypeDeclaration_,
                           TBar _bar_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getName

public TName getName()

setName

public void setName(TName node)

getDeclaratorTail

public LinkedList getDeclaratorTail()

setDeclaratorTail

public void setDeclaratorTail(List list)

getDeclaratorTypeDeclaration

public PDeclaratorTypeDeclaration getDeclaratorTypeDeclaration()

setDeclaratorTypeDeclaration

public void setDeclaratorTypeDeclaration(PDeclaratorTypeDeclaration node)

getBar

public TBar getBar()

setBar

public void setBar(TBar node)

toString

public String toString()

removeChild

void removeChild(Node child)
Specified by:
removeChild in class Node

replaceChild

void replaceChild(Node oldChild,
                  Node newChild)
Specified by:
replaceChild in class Node

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.