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
public class ASTGraphRefAll extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTGraphRefAll(int id)
ASTGraphRefAll(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDefault()
boolean
isNamed()
java.lang.Object
jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)
Accept the visitor.void
setDefault(boolean _default)
void
setNamed(boolean named)
-
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
-
ASTGraphRefAll
public ASTGraphRefAll(int id)
-
ASTGraphRefAll
public ASTGraphRefAll(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:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in 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.
-
-