public final class AAstAlt extends PAstAlt
Modifier and Type | Class and Description |
---|---|
private class |
AAstAlt.Elems_Cast |
Modifier and Type | Field and Description |
---|---|
private TId |
_altName_ |
private java.util.LinkedList |
_elems_ |
Constructor and Description |
---|
AAstAlt() |
AAstAlt(TId _altName_,
java.util.List _elems_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TId |
getAltName() |
java.util.LinkedList |
getElems() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setAltName(TId node) |
void |
setElems(java.util.List list) |
java.lang.String |
toString() |
private TId _altName_
private final java.util.LinkedList _elems_
public AAstAlt()
public AAstAlt(TId _altName_, java.util.List _elems_)
public void apply(Switch sw)
public TId getAltName()
public void setAltName(TId node)
public java.util.LinkedList getElems()
public void setElems(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.