com.hp.hpl.jena.rdf.query.parser
Interface Expr

All Superinterfaces:
Printable
All Known Subinterfaces:
ExprBoolean, ExprNumeric
All Known Implementing Classes:
Literal

public interface Expr
extends Printable


Method Summary
 Value eval(Query q, ResultBinding env)
           
 
Methods inherited from interface com.hp.hpl.jena.rdf.query.Printable
asInfixString, asPrefixString, print
 

Method Detail

eval

public Value eval(Query q,
                  ResultBinding env)


Copyright © 2001 Hewlett-Packard. All Rights Reserved.