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
public class ASTCount extends ASTAggregate
-
-
Constructor Summary
Constructors Constructor Description ASTCount(int id)ASTCount(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWildcard()java.lang.ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)Accept the visitor.voidsetWildcard(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
-
-
-
-
Constructor Detail
-
ASTCount
public ASTCount(int id)
-
ASTCount
public ASTCount(SyntaxTreeBuilder p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data) throws VisitorException
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
setWildcard
public void setWildcard(boolean b)
- Parameters:
b-
-
isWildcard
public boolean isWildcard()
-
-