Class ASTGraphRefAll
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTGraphRefAll
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisNamed()jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.voidsetDefault(boolean _default) voidsetNamed(boolean named) Methods inherited from class SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
Constructor Details
-
ASTGraphRefAll
public ASTGraphRefAll(int id) -
ASTGraphRefAll
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
setDefault
public void setDefault(boolean _default) - Parameters:
_default- The default to set.
-
isDefault
public boolean isDefault()- Returns:
- Returns the default.
-
setNamed
public void setNamed(boolean named) - Parameters:
named- The named to set.
-
isNamed
public boolean isNamed()- Returns:
- Returns the named.
-