public final class AFormula extends PFormula
| Constructor and Description |
|---|
AFormula() |
AFormula(TParenl _parenl_,
PInnerformula _innerformula_,
TParenr _parenr_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PInnerformula |
getInnerformula() |
TParenl |
getParenl() |
TParenr |
getParenr() |
void |
setInnerformula(PInnerformula node) |
void |
setParenl(TParenl node) |
void |
setParenr(TParenr node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AFormula()
public AFormula(TParenl _parenl_, PInnerformula _innerformula_, TParenr _parenr_)
public void apply(Switch sw)
public TParenl getParenl()
public void setParenl(TParenl node)
public PInnerformula getInnerformula()
public void setInnerformula(PInnerformula node)
public TParenr getParenr()
public void setParenr(TParenr node)
public java.lang.String toString()
toString in class java.lang.Object