public class LetClauseNode extends FLWORClauseNode
| Constructor | Description |
|---|---|
LetClauseNode(SourceLocation loc) |
| Modifier and Type | Method | Description |
|---|---|---|
ASTTag |
getTag() |
|
List<LetVarDeclNode> |
getVariables() |
|
void |
setVariables(List<LetVarDeclNode> variables) |
getSourceLocation, toStringpublic LetClauseNode(SourceLocation loc)
public List<LetVarDeclNode> getVariables()
public void setVariables(List<LetVarDeclNode> variables)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.