public class ASTGraphRefAll extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTGraphRefAll(int id) |
ASTGraphRefAll(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllGraphs()
Return
true iff ALL graphs should be dropped. |
boolean |
isAllSolutions()
Return
true iff ALL named solution sets should be dropped. |
boolean |
isDefault() |
boolean |
isNamed() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
void |
setAllGraphs(boolean allGraphs) |
void |
setAllSolutions(boolean allSolutions) |
void |
setDefault(boolean _default) |
void |
setNamed(boolean named) |
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTGraphRefAll(int id)
public ASTGraphRefAll(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public void setDefault(boolean _default)
_default
- The default to set.public boolean isDefault()
public void setNamed(boolean named)
named
- The named to set.public boolean isNamed()
public boolean isAllGraphs()
true
iff ALL graphs should be dropped.public void setAllGraphs(boolean allGraphs)
public boolean isAllSolutions()
true
iff ALL named solution sets should be dropped.public void setAllSolutions(boolean allSolutions)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.