ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
ELText(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ELNode.Visitor v) |
java.lang.String |
getText() |
public void accept(ELNode.Visitor v) throws JasperException
accept
in class ELNode
JasperException
public java.lang.String getText()