|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanbikel.parser.Subcats
public class Subcats
Static factory for Subcat objects. This scheme allows
the type of Subcat object to be determined at run-time.
The type of subcat factory used is deteremined by the value of the
property Settings.subcatFactoryClass.
SubcatFactory,
Settings.subcatFactoryClass,
Subcat,
Serialized Form| Method Summary | |
|---|---|
static Subcat |
get()
Return a Subcat object created with its default constructor. |
static Subcat |
get(SexpList list)
Return a Subcat object created with its one-argument
constructor, using the specified list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Subcat get()
Subcat object created with its default constructor.
public static 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 | |||||||||