org.apache.jasper.compiler
Class Node.Expression

java.lang.Object
  extended byorg.apache.jasper.compiler.Node
      extended byorg.apache.jasper.compiler.Node.ScriptingElement
          extended byorg.apache.jasper.compiler.Node.Expression
Enclosing class:
Node

public static class Node.Expression
extends Node.ScriptingElement

Represents an expression. Expressions in attributes are embedded in the attribute string and not here.


Nested Class Summary
 
Nested classes inherited from class org.apache.jasper.compiler.Node
Node.Comment, Node.CustomTag, Node.Declaration, Node.Expression, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.JspAttribute, Node.JspRoot, Node.JspText, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.Visitor
 
Field Summary
 
Fields inherited from class org.apache.jasper.compiler.Node
attrs, beginJavaLine, body, endJavaLine, parent, startMark, text
 
Constructor Summary
Node.Expression(Mark start, Node parent)
           
Node.Expression(java.lang.String text, Mark start, Node parent)
           
 
Method Summary
 void accept(Node.Visitor v)
           
 
Methods inherited from class org.apache.jasper.compiler.Node.ScriptingElement
getText
 
Methods inherited from class org.apache.jasper.compiler.Node
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getParent, getStart, isXmlSyntax, setAttributes, setBeginJavaLine, setBody, setEndJavaLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node.Expression

public Node.Expression(java.lang.String text,
                       Mark start,
                       Node parent)

Node.Expression

public Node.Expression(Mark start,
                       Node parent)
Method Detail

accept

public void accept(Node.Visitor v)
            throws JasperException
Parameters:
v - The visitor class
Throws:
JasperException


Copyright © 2000 Apache Software Foundation. All Rights Reserved.