public final class AIntsType extends PType
| Constructor and Description |
|---|
AIntsType() |
AIntsType(TParenl _ol_,
TKeywordInts _keywordInts_,
PPowpart _pow2_,
PBitpart _intatoms_,
TParenr _rl_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PBitpart |
getIntatoms() |
TKeywordInts |
getKeywordInts() |
TParenl |
getOl() |
PPowpart |
getPow2() |
TParenr |
getRl() |
void |
setIntatoms(PBitpart node) |
void |
setKeywordInts(TKeywordInts node) |
void |
setOl(TParenl node) |
void |
setPow2(PPowpart node) |
void |
setRl(TParenr node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AIntsType()
public AIntsType(TParenl _ol_, TKeywordInts _keywordInts_, PPowpart _pow2_, PBitpart _intatoms_, TParenr _rl_)
public void apply(Switch sw)
public TParenl getOl()
public void setOl(TParenl node)
public TKeywordInts getKeywordInts()
public void setKeywordInts(TKeywordInts node)
public PPowpart getPow2()
public void setPow2(PPowpart node)
public PBitpart getIntatoms()
public void setIntatoms(PBitpart node)
public TParenr getRl()
public void setRl(TParenr node)
public java.lang.String toString()
toString in class java.lang.Object