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
  • Field Details

    • _default

      private boolean _default
    • named

      private boolean named
  • Constructor Details

    • ASTGraphRefAll

      public ASTGraphRefAll(int id)
    • ASTGraphRefAll

      public ASTGraphRefAll(SyntaxTreeBuilder p, int id)
  • Method Details

    • jjtAccept

      public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
      Accept the visitor.
      Specified by:
      jjtAccept in interface Node
      Overrides:
      jjtAccept in class SimpleNode
      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.