public interface ExpressionVisitor
| Modifier and Type | Method and Description | 
|---|---|
| void | enter(Expression exp)Enter an expression. | 
| void | enter(Value val)Enter a value. | 
| void | exit(Expression exp)Leave an expression. | 
| void | exit(Value val)Leave a value. | 
void enter(Expression exp)
void exit(Expression exp)
void enter(Value val)
void exit(Value val)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.