public final class ANewListTerm extends PListTerm
Modifier and Type | Class and Description |
---|---|
private class |
ANewListTerm.Params_Cast |
Modifier and Type | Field and Description |
---|---|
private TLPar |
_lPar_ |
private java.util.LinkedList |
_params_ |
private PProdName |
_prodName_ |
Constructor and Description |
---|
ANewListTerm() |
ANewListTerm(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.Object
void removeChild(Node child)
removeChild
in class Node
void replaceChild(Node oldChild, Node newChild)
replaceChild
in class Node
Copyright © 1997-2016 Sablecc. All Rights Reserved.