Class ELParser
java.lang.Object
org.apache.sling.scripting.jsp.jasper.compiler.ELParser
This class implements a parser for EL expressions.
It takes strings of the form xxx${..}yyy${..}zzz etc, and turn it into a
ELNode.Nodes.
Currently, it only handles text outside ${..} and functions in ${ ..}.
- Author:
- Kin-man Chung
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ELParser
-
-
Method Details
-
parse
Parse an EL expression- Parameters:
expression
- The input expression string of the form Char* ('${' Char* '}')* Char*- Returns:
- Parsed EL expression in ELNode.Nodes
-
getType
public char getType()
-