public final class AAndInnerformula extends PInnerformula
| Constructor and Description |
|---|
AAndInnerformula() |
AAndInnerformula(TKeywordAnd _keywordAnd_,
java.util.List<PFormula> _formula_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
java.util.LinkedList<PFormula> |
getFormula() |
TKeywordAnd |
getKeywordAnd() |
void |
setFormula(java.util.List<PFormula> list) |
void |
setKeywordAnd(TKeywordAnd node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AAndInnerformula()
public AAndInnerformula(TKeywordAnd _keywordAnd_, java.util.List<PFormula> _formula_)
public void apply(Switch sw)
public TKeywordAnd getKeywordAnd()
public void setKeywordAnd(TKeywordAnd node)
public java.util.LinkedList<PFormula> getFormula()
public void setFormula(java.util.List<PFormula> list)
public java.lang.String toString()
toString in class java.lang.Object