public interface Expression extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.
|
void acceptVisit(ExpressionVisitor visitor)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.