sddl.syntax.node
Class ACurvedBidirArrowLineOp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PLineOp
          extended by sddl.syntax.node.ACurvedBidirArrowLineOp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACurvedBidirArrowLineOp
extends PLineOp


Constructor Summary
ACurvedBidirArrowLineOp()
           
ACurvedBidirArrowLineOp(TCurvedBidirArrowKwd _curvedBidirArrowKwd_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TCurvedBidirArrowKwd getCurvedBidirArrowKwd()
           
 void setCurvedBidirArrowKwd(TCurvedBidirArrowKwd node)
           
 java.lang.String toString()
           
 
Methods inherited from class sddl.syntax.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACurvedBidirArrowLineOp

public ACurvedBidirArrowLineOp()

ACurvedBidirArrowLineOp

public ACurvedBidirArrowLineOp(TCurvedBidirArrowKwd _curvedBidirArrowKwd_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCurvedBidirArrowKwd

public TCurvedBidirArrowKwd getCurvedBidirArrowKwd()

setCurvedBidirArrowKwd

public void setCurvedBidirArrowKwd(TCurvedBidirArrowKwd node)

toString

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