public final class ARecExpression extends PExpression
| Constructor and Description |
|---|
ARecExpression() |
ARecExpression(java.util.List<PRecEntry> _entries_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
java.util.LinkedList<PRecEntry> |
getEntries() |
void |
setEntries(java.util.List<PRecEntry> list) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic ARecExpression()
public ARecExpression(java.util.List<PRecEntry> _entries_)