org.apache.el.parser
public final class AstValue extends SimpleNode
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
| Nested Class Summary | |
|---|---|
| protected static class | AstValue.Target |
| Field Summary | |
|---|---|
| protected static boolean | COERCE_TO_ZERO |
| Constructor Summary | |
|---|---|
| AstValue(int id) | |
| Method Summary | |
|---|---|
| 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 | setValue(EvaluationContext ctx, Object value) |