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 Node
void replaceChild(Node oldChild, Node newChild)
replaceChild
in class Node
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1997-2013 Sablecc. All Rights Reserved.