|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubcatFactory
Specification for a Subcat
object factory, to be used by
the Subcats
static factory class.
Subcats
,
Settings.subcatFactoryClass
Method Summary | |
---|---|
Subcat |
get()
Return a Subcat object created with its default constructor. |
Subcat |
get(SexpList list)
Return a Subcat object created with its one-argument
constructor, using the specified list. |
Method Detail |
---|
Subcat get()
Subcat
object created with its default constructor.
Subcat get(SexpList list)
Subcat
object created with its one-argument
constructor, using the specified list.
list
- a list containing only Symbol
objects; the
behavior is undefined if list
contains a SexpList
object
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |