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
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
jjtAccept
(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.void
setDistinct
(boolean distinct) void
setReduced
(boolean reduced) void
setWildcard
(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
-
Field Details
-
distinct
private boolean distinct -
reduced
private boolean reduced -
wildcard
private boolean wildcard
-
-
Constructor Details
-
ASTSelect
public ASTSelect(int id) -
ASTSelect
-
-
Method Details
-
jjtAccept
Description copied from class:SimpleNode
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in 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:
toString
in classSimpleNode
-