Class ASTSelect
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTSelect
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.voidsetDistinct(boolean distinct) voidsetReduced(boolean reduced) voidsetWildcard(boolean wildcard) toString()Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString
-
Constructor Details
-
ASTSelect
public ASTSelect(int id) -
ASTSelect
-
-
Method Details
-
jjtAccept
Description copied from class:SimpleNodeAccept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean distinct) -
isReduced
public boolean isReduced() -
setReduced
public void setReduced(boolean reduced) -
isWildcard
public boolean isWildcard() -
isSubSelect
public boolean isSubSelect() -
setWildcard
public void setWildcard(boolean wildcard) -
getProjectionElemList
-
toString
- Overrides:
toStringin classSimpleNode
-