| Modifier and Type | Method and Description |
|---|---|
abstract List<Expression> |
Expression.getLeavesByType(Class<? extends LeafExpression> type) |
| Modifier and Type | Method and Description |
|---|---|
LeafExpression |
ExternalReferenceExpression.getSelectArgument() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceExpression.setSelectArgument(LeafExpression selectArgument) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
MultipleArgumentsExpression.getLeavesByType(Class<? extends LeafExpression> type) |
List<Expression> |
ExternalReferenceExpression.getLeavesByType(Class<? extends LeafExpression> type) |
List<Expression> |
UnaryExpression.getLeavesByType(Class<? extends LeafExpression> type) |
List<Expression> |
BinaryExpression.getLeavesByType(Class<? extends LeafExpression> type) |
| Constructor and Description |
|---|
ExternalReferenceExpression(LeafExpression selectArgument,
Expression externalCondition) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
Case.getLeavesByType(Class<? extends LeafExpression> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
TextReplaceMatchingRegex.getLeavesByType(Class<? extends LeafExpression> type) |
List<Expression> |
RepeatText.getLeavesByType(Class<? extends LeafExpression> type) |
List<Expression> |
SubstringByIndex.getLeavesByType(Class<? extends LeafExpression> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnReferencePlaceholder |
class |
ConstantList |
class |
Range |
class |
TypedColumnReference
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
LeafExpression.getLeavesByType(Class<? extends LeafExpression> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnReference |
| Modifier and Type | Class and Description |
|---|---|
class |
TDBoolean |
class |
TDDate |
class |
TDGeometry |
class |
TDInteger |
class |
TDNumeric |
class |
TDText |
class |
TDTypeValue |
Copyright © 2017. All Rights Reserved.