org.apache.el.parser
public abstract class SimpleNode extends ELSupport implements Node
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
| Field Summary | |
|---|---|
| protected Node[] | children |
| protected int | id |
| protected String | image |
| protected Node | parent |
| Constructor Summary | |
|---|---|
| SimpleNode(int i) | |
| Method Summary | |
|---|---|
| void | accept(NodeVisitor visitor) |
| void | dump(String prefix) |
| String | getImage() |
| MethodInfo | getMethodInfo(EvaluationContext ctx, Class[] paramTypes) |
| Class | getType(EvaluationContext ctx) |
| Object | getValue(EvaluationContext ctx) |
| Object | invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) |
| boolean | isReadOnly(EvaluationContext ctx) |
| void | jjtAddChild(Node n, int i) |
| void | jjtClose() |
| Node | jjtGetChild(int i) |
| int | jjtGetNumChildren() |
| Node | jjtGetParent() |
| void | jjtOpen() |
| void | jjtSetParent(Node n) |
| void | setImage(String image) |
| void | setValue(EvaluationContext ctx, Object value) |
| String | toString() |
| String | toString(String prefix) |