public final class ARecEntry extends PRecEntry
| Constructor and Description |
|---|
ARecEntry() |
ARecEntry(PExpression _identifier_,
PExpression _value_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PExpression |
getIdentifier() |
PExpression |
getValue() |
void |
setIdentifier(PExpression node) |
void |
setValue(PExpression node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic ARecEntry()
public ARecEntry(PExpression _identifier_, PExpression _value_)
public void apply(Switch sw)
public PExpression getIdentifier()
public void setIdentifier(PExpression node)
public PExpression getValue()
public void setValue(PExpression node)
public java.lang.String toString()
toString in class java.lang.Object