lmf.formula.csp.node
Class ACspDotExpr

java.lang.Object
  extended by lmf.formula.csp.node.Node
      extended by lmf.formula.csp.node.PDotExpr
          extended by lmf.formula.csp.node.ACspDotExpr
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACspDotExpr
extends PDotExpr

ACspDotExpr.

Author:
Joabe Jesus (jbjj@cin.ufpe.br)

Constructor Summary
ACspDotExpr(PCallExpr _callExpr_, java.util.List<PProjection> _projection_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCallExpr getCallExpr()
           
 java.util.List<PProjection> getProjection()
           
 void setCallExpr(PCallExpr node)
           
 void setProjection(java.util.List<PProjection> list)
           
 java.lang.String toString()
           
 
Methods inherited from class lmf.formula.csp.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACspDotExpr

public ACspDotExpr(PCallExpr _callExpr_,
                   java.util.List<PProjection> _projection_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCallExpr

public PCallExpr getCallExpr()

setCallExpr

public void setCallExpr(PCallExpr node)

getProjection

public java.util.List<PProjection> getProjection()

setProjection

public void setProjection(java.util.List<PProjection> list)

toString

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