|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.validator.ValueParser
public class ValueParser
ANTLR does not make it easy to parse values, this class is a decorator over it. To generate the ANTLR parsers, use "ant antlr"
Constructor Summary | |
---|---|
ValueParser()
|
Method Summary | |
---|---|
static DateValue |
parseDateValue(java.lang.String text)
Parse a date value like "today + 15d" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueParser()
Method Detail |
---|
public static DateValue parseDateValue(java.lang.String text)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |