Class ErrorDispatcher.ErrorVisitor
java.lang.Object
org.apache.jasper.compiler.Node.Visitor
org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- Enclosing class:
ErrorDispatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method provides a place to put actions that are common to all nodes.
-
Field Details
-
lineNum
private int lineNum -
found
Node found
-
-
Constructor Details
-
ErrorVisitor
public ErrorVisitor(int lineNum)
-
-
Method Details
-
doVisit
Description copied from class:Node.VisitorThis method provides a place to put actions that are common to all nodes. Override this in the child visitor class if need to.- Overrides:
doVisitin classNode.Visitor- Throws:
JasperException
-
getJspSourceNode
-