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