org.openrdf.query.parser.sparql.ast
Class ASTUpdate

java.lang.Object
  extended by org.openrdf.query.parser.sparql.ast.SimpleNode
      extended by org.openrdf.query.parser.sparql.ast.ASTOperation
          extended by org.openrdf.query.parser.sparql.ast.ASTUpdate
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTAdd, ASTClear, ASTCopy, ASTCreate, ASTDeleteData, ASTDeleteWhere, ASTDrop, ASTInsertData, ASTLoad, ASTModify, ASTMove

public abstract class ASTUpdate
extends ASTOperation

Author:
jeen

Field Summary
 
Fields inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTUpdate(int id)
           
ASTUpdate(SyntaxTreeBuilder p, int id)
           
 
Method Summary
 
Methods inherited from class org.openrdf.query.parser.sparql.ast.ASTOperation
getDatasetClauseList
 
Methods inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, dump, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTUpdate

public ASTUpdate(int id)
Parameters:
id -

ASTUpdate

public ASTUpdate(SyntaxTreeBuilder p,
                 int id)


Copyright © 2001-2012 Aduna. All Rights Reserved.