public class FilterExprNode extends ASTNode
Constructor | Description |
---|---|
FilterExprNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
ASTNode |
getExpr() |
|
List<ASTNode> |
getPredicates() |
|
ASTTag |
getTag() |
|
void |
setExpr(ASTNode expr) |
|
void |
setPredicates(List<ASTNode> predicates) |
getSourceLocation, toString
public FilterExprNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All rights reserved.