public class DatabeneScriptParser extends Object
| Constructor and Description |
|---|
DatabeneScriptParser() |
| Modifier and Type | Method and Description |
|---|---|
static Expression<?> |
parseBeanSpec(String text) |
static Expression<?>[] |
parseBeanSpecList(String text) |
static org.antlr.runtime.tree.CommonTree |
parseBeanSpecListAsTree(String text) |
static Expression<?> |
parseExpression(String text) |
static WeightedTransition[] |
parseTransitionList(String text) |
static WeightedSample<?>[] |
parseWeightedLiteralList(String text) |
static BeanSpec |
resolveBeanSpec(String text,
org.databene.commons.Context context) |
static BeanSpec[] |
resolveBeanSpecList(String text,
org.databene.commons.Context context) |
public static WeightedSample<?>[] parseWeightedLiteralList(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorpublic static Expression<?> parseExpression(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorpublic static WeightedTransition[] parseTransitionList(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorpublic static Expression<?>[] parseBeanSpecList(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorpublic static org.antlr.runtime.tree.CommonTree parseBeanSpecListAsTree(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorpublic static BeanSpec[] resolveBeanSpecList(String text, org.databene.commons.Context context)
public static Expression<?> parseBeanSpec(String text) throws org.databene.commons.SyntaxError
org.databene.commons.SyntaxErrorCopyright © 2011–2014 Volker Bergmann. All rights reserved.