public final class AStandardType extends PType
| Constructor and Description |
|---|
AStandardType() |
AStandardType(TParenl _ol_,
TIdentifier _id_,
TNumber _size_,
TParenr _or_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TIdentifier |
getId() |
TParenl |
getOl() |
TParenr |
getOr() |
TNumber |
getSize() |
void |
setId(TIdentifier node) |
void |
setOl(TParenl node) |
void |
setOr(TParenr node) |
void |
setSize(TNumber node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AStandardType()
public AStandardType(TParenl _ol_, TIdentifier _id_, TNumber _size_, TParenr _or_)
public void apply(Switch sw)
public TParenl getOl()
public void setOl(TParenl node)
public TIdentifier getId()
public void setId(TIdentifier node)
public TNumber getSize()
public void setSize(TNumber node)
public TParenr getOr()
public void setOr(TParenr node)
public java.lang.String toString()
toString in class java.lang.Object