public class ExtractExprBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExtractExprBuilder(String aFormatString) |
| Modifier and Type | Method and Description |
|---|---|
static ExtractExpr |
buildExpr(String format)
API - parse the ExtractExpr.toString() representation to create an instance of ExtractExpr.
|
protected ExtractExprBuilder(String aFormatString)
public static ExtractExpr buildExpr(String format) throws ParseException
format - - a string in ExtractExpr.toString() formatParseException - if string format does not match (or if this class has a bug)Copyright © 2008–2018. All rights reserved.