public final class ANewTerm extends PTerm
| Modifier and Type | Class and Description |
|---|---|
private class |
ANewTerm.Params_Cast |
| Modifier and Type | Field and Description |
|---|---|
private TLPar |
_lPar_ |
private java.util.LinkedList |
_params_ |
private PProdName |
_prodName_ |
| Constructor and Description |
|---|
ANewTerm() |
ANewTerm(PProdName _prodName_,
TLPar _lPar_,
java.util.List _params_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TLPar |
getLPar() |
java.util.LinkedList |
getParams() |
PProdName |
getProdName() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setLPar(TLPar node) |
void |
setParams(java.util.List list) |
void |
setProdName(PProdName node) |
java.lang.String |
toString() |
private PProdName _prodName_
private TLPar _lPar_
private final java.util.LinkedList _params_
public void apply(Switch sw)
public PProdName getProdName()
public void setProdName(PProdName node)
public TLPar getLPar()
public void setLPar(TLPar node)
public java.util.LinkedList getParams()
public void setParams(java.util.List list)
public java.lang.String toString()
toString in class java.lang.Objectvoid removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 1997-2013 Sablecc. All Rights Reserved.