public final class AList extends PList
| Constructor and Description |
|---|
AList() |
AList(TKeywordList _keywordList_,
TIdentifier _problem_,
TNumber _size_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TKeywordList |
getKeywordList() |
TIdentifier |
getProblem() |
TNumber |
getSize() |
void |
setKeywordList(TKeywordList node) |
void |
setProblem(TIdentifier node) |
void |
setSize(TNumber node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AList()
public AList(TKeywordList _keywordList_, TIdentifier _problem_, TNumber _size_)
public void apply(Switch sw)
public TKeywordList getKeywordList()
public void setKeywordList(TKeywordList node)
public TIdentifier getProblem()
public void setProblem(TIdentifier node)
public TNumber getSize()
public void setSize(TNumber node)
public java.lang.String toString()
toString in class java.lang.Object