Class ErrorDispatcher.ErrorVisitor

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
  • Field Details

    • lineNum

      private int lineNum
    • found

      Node found
  • Constructor Details

    • ErrorVisitor

      public ErrorVisitor(int lineNum)
  • Method Details

    • doVisit

      public void doVisit(Node n) throws 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
      Throws:
      JasperException
    • getJspSourceNode

      public Node getJspSourceNode()