java.lang.Object
org.apache.jasper.compiler.Node.Visitor
org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- Enclosing class:
- ErrorDispatcher
- static class ErrorDispatcher.ErrorVisitor
- extends Node.Visitor
| Methods inherited from class org.apache.jasper.compiler.Node.Visitor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineNum
private int lineNum
found
Node found
ErrorDispatcher.ErrorVisitor
public ErrorDispatcher.ErrorVisitor(int lineNum)
doVisit
public void doVisit(Node n)
throws org.apache.jasper.JasperException
- Description copied from class:
Node.Visitor
- This method provides a place to put actions that are common to
all nodes. Override this in the child visitor class if need to.
- Overrides:
doVisit in class Node.Visitor
getJspSourceNode
public Node getJspSourceNode()