public final class AConcat extends PConcat
Modifier and Type | Class and Description |
---|---|
private class |
AConcat.UnExps_Cast |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList |
_unExps_ |
Constructor and Description |
---|
AConcat() |
AConcat(java.util.List _unExps_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
java.util.LinkedList |
getUnExps() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setUnExps(java.util.List list) |
java.lang.String |
toString() |
public void apply(Switch sw)
public java.util.LinkedList getUnExps()
public void setUnExps(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.