public final class Start extends Node
| Modifier and Type | Field and Description |
|---|---|
private EOF |
_eof_ |
private PGrammar |
_pGrammar_ |
| Constructor and Description |
|---|
Start() |
Start(PGrammar _pGrammar_,
EOF _eof_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
EOF |
getEOF() |
PGrammar |
getPGrammar() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setEOF(EOF node) |
void |
setPGrammar(PGrammar node) |
java.lang.String |
toString() |
public void apply(Switch sw)
public PGrammar getPGrammar()
public void setPGrammar(PGrammar node)
public EOF getEOF()
public void setEOF(EOF node)
void removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class Nodepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1997-2013 Sablecc. All Rights Reserved.