(NodeVisitor visitor)
| 74 | boolean isReadOnly(EvaluationContext ctx) throws ELException; |
| 75 | |
| 76 | void accept(NodeVisitor visitor) throws Exception; |
| 77 | |
| 78 | MethodInfo getMethodInfo(EvaluationContext ctx, Class<?>[] paramTypes) throws ELException; |
| 79 |
no outgoing calls