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, toString
public LetClauseNode(SourceLocation loc)
public List<LetVarDeclNode> getVariables()
public void setVariables(List<LetVarDeclNode> variables)
Copyright © 2019 Apache Software Foundation. All rights reserved.