public interface Expression
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> visitor) |
List<Expression> |
getChildren() |
<T> T accept(ExpressionVisitor<T> visitor)
List<Expression> getChildren()
Copyright © 2024. All Rights Reserved.