sddl.syntax.node
Class ACurvedFwdArrowLineOp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PLineOp
sddl.syntax.node.ACurvedFwdArrowLineOp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACurvedFwdArrowLineOp
- extends PLineOp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACurvedFwdArrowLineOp
public ACurvedFwdArrowLineOp()
ACurvedFwdArrowLineOp
public ACurvedFwdArrowLineOp(TCurvedFwdArrowKwd _curvedFwdArrowKwd_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getCurvedFwdArrowKwd
public TCurvedFwdArrowKwd getCurvedFwdArrowKwd()
setCurvedFwdArrowKwd
public void setCurvedFwdArrowKwd(TCurvedFwdArrowKwd node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object