public class SequenceTypeNode extends ASTNode
Constructor | Description |
---|---|
SequenceTypeNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
ASTNode |
getItemType() |
|
XQueryConstants.TypeQuantifier |
getQuantifier() |
|
ASTTag |
getTag() |
|
void |
setItemType(ASTNode itemType) |
|
void |
setQuantifier(XQueryConstants.TypeQuantifier quantifier) |
getSourceLocation, toString
public SequenceTypeNode(SourceLocation loc)
public ASTNode getItemType()
public void setItemType(ASTNode itemType)
public XQueryConstants.TypeQuantifier getQuantifier()
public void setQuantifier(XQueryConstants.TypeQuantifier quantifier)
Copyright © 2019 Apache Software Foundation. All rights reserved.