Class ExpressionParser

java.lang.Object
nz.org.riskscape.rl.ExpressionParser

public class ExpressionParser extends Object

Builds a Riskscape Language Expression AST from a string. At the moment, the language is a mostly equivalent version of ECQL that simplifies the language to make it more flexible for use throughout the riskscape engine. Current plans are to extend its use to all uses of Expression and Filter and possibly also taking in type expressions and pipeline expressions.