|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Factory of Terms. Terms that are no more used can be returned to it. They can be recycled.
| Method Summary | |
Abstraction |
createAbstraction()
Create an Abstraction, with no parent and no body. |
Application |
createApplication()
Create an Application, with no parent and no content. |
EndOfScope |
createEndOfScope()
Creates a new EndOfScope, with no parent and no body. |
Leaf |
createLeaf()
Creates a new Leaf, with no parent. |
TermStack |
createTermStack(boolean acceptNull)
Creates and returns a TermStack. |
| Method Detail |
public Leaf createLeaf()
public EndOfScope createEndOfScope()
public Abstraction createAbstraction()
public Application createApplication()
public TermStack createTermStack(boolean acceptNull)
acceptNull - nulls are accepted within the stack only if this argument
is true.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||