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 SummaryConstructors Constructor Description ASTGraphRefAll(int id)ASTGraphRefAll(SyntaxTreeBuilder p, int id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDefault()booleanisNamed()ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)Accept the visitor.voidsetDefault(boolean _default)voidsetNamed(boolean named)- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNodechildrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTGraphRefAllpublic ASTGraphRefAll(int id) 
 - 
ASTGraphRefAllpublic ASTGraphRefAll(SyntaxTreeBuilder p, int id) 
 
- 
 - 
Method Detail- 
jjtAcceptpublic Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException Accept the visitor.- Specified by:
- jjtAcceptin interface- Node
- Overrides:
- jjtAcceptin class- SimpleNode
- Throws:
- VisitorException
 
 - 
setDefaultpublic void setDefault(boolean _default) - Parameters:
- _default- The default to set.
 
 - 
isDefaultpublic boolean isDefault() - Returns:
- Returns the default.
 
 - 
setNamedpublic void setNamed(boolean named) - Parameters:
- named- The named to set.
 
 - 
isNamedpublic boolean isNamed() - Returns:
- Returns the named.
 
 
- 
 
-