Dresden OCL Toolkit

tudresden.ocl.parser.node
Class AExpression

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

public final class AExpression
extends PExpression


Nested Class Summary
private  class AExpression.LetExpression_Cast
           
 
Field Summary
private  LinkedList _letExpression_
           
private  PLogicalExpression _logicalExpression_
           
 
Fields inherited from class tudresden.ocl.parser.node.Node
 
Constructor Summary
AExpression()
           
AExpression(List _letExpression_, PLogicalExpression _logicalExpression_)
           
AExpression(XPLetExpression _letExpression_, PLogicalExpression _logicalExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList getLetExpression()
           
 PLogicalExpression getLogicalExpression()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setLetExpression(List list)
           
 void setLogicalExpression(PLogicalExpression 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

_letExpression_

private final LinkedList _letExpression_

_logicalExpression_

private PLogicalExpression _logicalExpression_
Constructor Detail

AExpression

public AExpression()

AExpression

public AExpression(List _letExpression_,
                   PLogicalExpression _logicalExpression_)

AExpression

public AExpression(XPLetExpression _letExpression_,
                   PLogicalExpression _logicalExpression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLetExpression

public LinkedList getLetExpression()

setLetExpression

public void setLetExpression(List list)

getLogicalExpression

public PLogicalExpression getLogicalExpression()

setLogicalExpression

public void setLogicalExpression(PLogicalExpression 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.