|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.PatternParser
public abstract class PatternParser
A simple framework for conversion in both directions between
LList
and String representations of pattern "sentences".
Nested Class Summary | |
---|---|
static class |
PatternParser.LispPatternParser
A parser that uses a Lisp-like syntax. |
static interface |
PatternParser.Parser
|
Field Summary | |
---|---|
protected static PatternParser.Parser |
defaultParser
Used by the static methods in the PatternParser class. |
Constructor Summary | |
---|---|
PatternParser()
|
Method Summary | |
---|---|
static LList |
parse(java.lang.String pattern)
|
static java.lang.String |
unparse(LList pattern)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static PatternParser.Parser defaultParser
Constructor Detail |
---|
public PatternParser()
Method Detail |
---|
public static LList parse(java.lang.String pattern)
public static java.lang.String unparse(LList pattern)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |