mapss.dif.language.sablecc.node
Class AComplexRowTail
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PComplexRowTail
mapss.dif.language.sablecc.node.AComplexRowTail
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AComplexRowTail
- extends PComplexRowTail
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AComplexRowTail
public AComplexRowTail()
AComplexRowTail
public AComplexRowTail(TSemicolon _semicolon_,
PComplexRow _complexRow_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getSemicolon
public TSemicolon getSemicolon()
setSemicolon
public void setSemicolon(TSemicolon node)
getComplexRow
public PComplexRow getComplexRow()
setComplexRow
public void setComplexRow(PComplexRow node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object