sddl.syntax.node
Class Start
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.Start
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class Start
- extends Node
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Start
public Start()
Start
public Start(PFile _pFile_,
EOF _eof_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getPFile
public PFile getPFile()
setPFile
public void setPFile(PFile node)
getEOF
public EOF getEOF()
setEOF
public void setEOF(EOF node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object