de.fuberlin.wiwiss.ng4j.triql.parser
Interface Expr

All Superinterfaces:
com.hp.hpl.jena.rdql.Printable
All Known Subinterfaces:
ExprBoolean, ExprNumeric
All Known Implementing Classes:
ParsedLiteral, Q_Add, Q_BitAnd, Q_BitOr, Q_BitXor, Q_BooleanLiteral, Q_Divide, Q_Equal, Q_GreaterThan, Q_GreaterThanOrEqual, Q_LeftShift, Q_LessThan, Q_LessThanOrEqual, Q_LogicalAnd, Q_LogicalOr, Q_Modulus, Q_Multiply, Q_NotEqual, Q_NumericLiteral, Q_PatternLiteral, Q_QName, Q_QuotedURI, Q_RightSignedShift, Q_RightUnsignedShift, Q_StringEqual, Q_StringMatch, Q_StringNoMatch, Q_StringNotEqual, Q_Subtract, Q_TextLiteral, Q_UnaryMinus, Q_UnaryNot, Q_UnaryPlus, Q_URI, Q_URL, Q_Var, WorkingVar

public interface Expr
extends com.hp.hpl.jena.rdql.Printable


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

Method Detail

eval

Value eval(com.hp.hpl.jena.rdql.Query q,
           ResultBinding env)