public final class AArgument extends PArgument
| Constructor and Description |
|---|
AArgument() |
AArgument(TParenl _parenl_,
TIdentifier _identifier_,
java.util.List<PTuple> _tuples_,
TParenr _parenr_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TIdentifier |
getIdentifier() |
TParenl |
getParenl() |
TParenr |
getParenr() |
java.util.LinkedList<PTuple> |
getTuples() |
void |
setIdentifier(TIdentifier node) |
void |
setParenl(TParenl node) |
void |
setParenr(TParenr node) |
void |
setTuples(java.util.List<PTuple> list) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AArgument()
public AArgument(TParenl _parenl_, TIdentifier _identifier_, java.util.List<PTuple> _tuples_, TParenr _parenr_)
public void apply(Switch sw)
public TParenl getParenl()
public void setParenl(TParenl node)
public TIdentifier getIdentifier()
public void setIdentifier(TIdentifier node)
public java.util.LinkedList<PTuple> getTuples()
public void setTuples(java.util.List<PTuple> list)
public TParenr getParenr()
public void setParenr(TParenr node)
public java.lang.String toString()
toString in class java.lang.Object