public class ELParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static ELNode.Nodes |
parse(String expression)
Parse an EL expression
|
public ELParser(String expression)
public static ELNode.Nodes parse(String expression)
expression - The input expression string of the form
( (Char* | (('${' | '#{') Char* '}') )+Comments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.