public interface TreeBuilder extends Serializable
Modifier and Type | Method and Description |
---|---|
Tree |
build(String expression)
Parse the given expression and create an abstract syntax tree for it.
|
Tree build(String expression) throws TreeBuilderException
expression
- expression stringELException
- on parse errorTreeBuilderException
Copyright © 2022. All rights reserved.