protected static class ELParser.TextBuilder extends ELNode.Visitor
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.StringBuilder |
output |
| Modifier | Constructor and Description |
|---|---|
protected |
ELParser.TextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
void |
visit(ELNode.ELText n) |
void |
visit(ELNode.Function n) |
void |
visit(ELNode.Root n) |
void |
visit(ELNode.Text n) |
public java.lang.String getText()
public void visit(ELNode.Root n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.Function n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.Text n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.ELText n) throws JasperException
visit in class ELNode.VisitorJasperExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.