Dresden OCL Toolkit

tudresden.ocl.parser.node
Class ARangeExpressionListOrRangeTail

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

public final class ARangeExpressionListOrRangeTail
extends PExpressionListOrRangeTail


Field Summary
private  TDdot _ddot_
           
private  PExpression _expression_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
ARangeExpressionListOrRangeTail()
           
ARangeExpressionListOrRangeTail(TDdot _ddot_, PExpression _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TDdot getDdot()
           
 PExpression getExpression()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setDdot(TDdot node)
           
 void setExpression(PExpression 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

_ddot_

private TDdot _ddot_

_expression_

private PExpression _expression_
Constructor Detail

ARangeExpressionListOrRangeTail

public ARangeExpressionListOrRangeTail()

ARangeExpressionListOrRangeTail

public ARangeExpressionListOrRangeTail(TDdot _ddot_,
                                       PExpression _expression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getDdot

public TDdot getDdot()

setDdot

public void setDdot(TDdot node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression 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.