Class ASTCount
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTAggregate
org.eclipse.rdf4j.query.parser.sparql.ast.ASTCount
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
jjtAccept
(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.void
setWildcard
(boolean b) Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTAggregate
isDistinct, setDistinct
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, toString
-
Field Details
-
wildcard
private boolean wildcard
-
-
Constructor Details
-
ASTCount
public ASTCount(int id) -
ASTCount
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Throws:
VisitorException
-
setWildcard
public void setWildcard(boolean b) - Parameters:
b
-
-
isWildcard
public boolean isWildcard()
-