public abstract class LeafExpression extends Expression
| Constructor and Description |
|---|
LeafExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
getLeavesByType(Class<? extends LeafExpression> type) |
clone, getAppliableOperators, getExpressionsByCategory, getReturnedDataType, validatepublic List<Expression> getLeavesByType(Class<? extends LeafExpression> type)
getLeavesByType in class ExpressionCopyright © 2020. All Rights Reserved.