Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jasper.compiler
Class ErrorDispatcher.ErrorVisitor  view ErrorDispatcher.ErrorVisitor download ErrorDispatcher.ErrorVisitor.java

java.lang.Object
  extended byorg.apache.jasper.compiler.Node.Visitor
      extended byorg.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
Enclosing class:
ErrorDispatcher

static class ErrorDispatcher.ErrorVisitor
extends Node.Visitor


Field Summary
(package private)  Node found
           
private  int lineNum
           
 
Constructor Summary
ErrorDispatcher.ErrorVisitor(int lineNum)
           
 
Method Summary
 void doVisit(Node n)
          This method provides a place to put actions that are common to all nodes.
 Node getJspSourceNode()
           
 
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
 

Field Detail

lineNum

private int lineNum

found

Node found
Constructor Detail

ErrorDispatcher.ErrorVisitor

public ErrorDispatcher.ErrorVisitor(int lineNum)
Method Detail

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()