|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ablaf.lexer.LexerFactory
Provides factory methods for creating default implementations of the interfaces in the org.ablaf.lexer package. This implements the singleton pattern.
Constructor Summary | |
LexerFactory()
|
Method Summary | |
static LexerFactory |
getInstance()
|
ILexerSource |
getSource(java.lang.String name,
java.io.Reader content)
|
ILexerSource |
getSource(java.lang.String name,
java.lang.String content)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LexerFactory()
Method Detail |
public static LexerFactory getInstance()
public ILexerSource getSource(java.lang.String name, java.lang.String content)
public ILexerSource getSource(java.lang.String name, java.io.Reader content)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |