public final class AAstProd extends PAstProd
Modifier and Type | Class and Description |
---|---|
private class |
AAstProd.Alts_Cast |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList |
_alts_ |
private TId |
_id_ |
Constructor and Description |
---|
AAstProd() |
AAstProd(TId _id_,
java.util.List _alts_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
java.util.LinkedList |
getAlts() |
TId |
getId() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setAlts(java.util.List list) |
void |
setId(TId node) |
java.lang.String |
toString() |
private TId _id_
private final java.util.LinkedList _alts_
public AAstProd()
public AAstProd(TId _id_, java.util.List _alts_)
public void apply(Switch sw)
public TId getId()
public void setId(TId node)
public java.util.LinkedList getAlts()
public void setAlts(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-2015 Sablecc. All Rights Reserved.