org.apache.el.parser

Class SimpleNode

public abstract class SimpleNode extends ELSupport implements Node

Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $

Author: Jacob Hookom [jacob@hookom.net]

Field Summary
protected Node[]children
protected intid
protected Stringimage
protected Nodeparent
Constructor Summary
SimpleNode(int i)
Method Summary
voidaccept(NodeVisitor visitor)
voiddump(String prefix)
StringgetImage()
MethodInfogetMethodInfo(EvaluationContext ctx, Class[] paramTypes)
ClassgetType(EvaluationContext ctx)
ObjectgetValue(EvaluationContext ctx)
Objectinvoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues)
booleanisReadOnly(EvaluationContext ctx)
voidjjtAddChild(Node n, int i)
voidjjtClose()
NodejjtGetChild(int i)
intjjtGetNumChildren()
NodejjtGetParent()
voidjjtOpen()
voidjjtSetParent(Node n)
voidsetImage(String image)
voidsetValue(EvaluationContext ctx, Object value)
StringtoString()
StringtoString(String prefix)

Field Detail

children

protected Node[] children

id

protected int id

image

protected String image

parent

protected Node parent

Constructor Detail

SimpleNode

public SimpleNode(int i)

Method Detail

accept

public void accept(NodeVisitor visitor)

dump

public void dump(String prefix)

getImage

public String getImage()

getMethodInfo

public MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes)

getType

public Class getType(EvaluationContext ctx)

getValue

public Object getValue(EvaluationContext ctx)

invoke

public Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues)

isReadOnly

public boolean isReadOnly(EvaluationContext ctx)

jjtAddChild

public void jjtAddChild(Node n, int i)

jjtClose

public void jjtClose()

jjtGetChild

public Node jjtGetChild(int i)

jjtGetNumChildren

public int jjtGetNumChildren()

jjtGetParent

public Node jjtGetParent()

jjtOpen

public void jjtOpen()

jjtSetParent

public void jjtSetParent(Node n)

setImage

public void setImage(String image)

setValue

public void setValue(EvaluationContext ctx, Object value)

toString

public String toString()

toString

public String toString(String prefix)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.