public final class AQuantInnerformula extends PInnerformula
| Constructor and Description |
|---|
AQuantInnerformula() |
AQuantInnerformula(PQuantifier _quantifier_,
TParenl _parenl_,
PDecls _decls_,
TParenr _parenr_,
PFormula _formula_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PDecls |
getDecls() |
PFormula |
getFormula() |
TParenl |
getParenl() |
TParenr |
getParenr() |
PQuantifier |
getQuantifier() |
void |
setDecls(PDecls node) |
void |
setFormula(PFormula node) |
void |
setParenl(TParenl node) |
void |
setParenr(TParenr node) |
void |
setQuantifier(PQuantifier node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AQuantInnerformula()
public AQuantInnerformula(PQuantifier _quantifier_, TParenl _parenl_, PDecls _decls_, TParenr _parenr_, PFormula _formula_)
public void apply(Switch sw)
public PQuantifier getQuantifier()
public void setQuantifier(PQuantifier node)
public TParenl getParenl()
public void setParenl(TParenl node)
public PDecls getDecls()
public void setDecls(PDecls node)
public TParenr getParenr()
public void setParenr(TParenr node)
public PFormula getFormula()
public void setFormula(PFormula node)
public java.lang.String toString()
toString in class java.lang.Object