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, toStringpublic ForClauseNode(SourceLocation loc)
public List<ForVarDeclNode> getVariables()
public void setVariables(List<ForVarDeclNode> variables)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.