org.openrdf.query.parser.serql.ast
Class ASTValueExpr

java.lang.Object
  extended by org.openrdf.query.parser.serql.ast.SimpleNode
      extended by org.openrdf.query.parser.serql.ast.ASTValueExpr
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTDatatype, ASTFunctionCall, ASTLabel, ASTLang, ASTLocalName, ASTNamespace, ASTNull, ASTValue, ASTVar

public abstract class ASTValueExpr
extends SimpleNode


Field Summary
 
Fields inherited from class org.openrdf.query.parser.serql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTValueExpr(int i)
           
ASTValueExpr(SyntaxTreeBuilder p, int i)
           
 
Method Summary
 
Methods inherited from class org.openrdf.query.parser.serql.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

ASTValueExpr

public ASTValueExpr(int i)

ASTValueExpr

public ASTValueExpr(SyntaxTreeBuilder p,
                    int i)


Copyright © 2001-2008 Aduna. All Rights Reserved.