public class ForClauseNode extends FLWORClauseNode
Constructor | Description |
---|---|
ForClauseNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
ASTTag |
getTag() |
|
List<ForVarDeclNode> |
getVariables() |
|
void |
setVariables(List<ForVarDeclNode> variables) |
getSourceLocation, toString
public ForClauseNode(SourceLocation loc)
public List<ForVarDeclNode> getVariables()
public void setVariables(List<ForVarDeclNode> variables)
Copyright © 2019 Apache Software Foundation. All rights reserved.