abstract class ELNode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ELNode.ELText
Represents anything in EL expression, other than functions, including
function arguments etc
|
static class |
ELNode.Function
Represents a function
Currently only include the prefix and function name, but not its
arguments.
|
static class |
ELNode.Nodes
An ordered list of ELNode.
|
static class |
ELNode.Root
Represents an EL expression: anything in ${ and }.
|
static class |
ELNode.Text
Represents text outside of EL expression.
|
static class |
ELNode.Visitor |
Constructor and Description |
---|
ELNode() |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(ELNode.Visitor v) |
public abstract void accept(ELNode.Visitor v) throws JasperException
JasperException