|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.query.Expression.Base
com.hp.hpl.jena.graph.query.Expression.Application
com.hp.hpl.jena.graph.query.Dyadic
com.hp.hpl.jena.graph.query.Rewrite.DyadicLiteral
public abstract static class Rewrite.DyadicLiteral
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.hp.hpl.jena.graph.query.Expression |
|---|
Expression.Application, Expression.Base, Expression.BoolConstant, Expression.Constant, Expression.Fixed, Expression.Util, Expression.Valof, Expression.Variable |
| Field Summary |
|---|
| Fields inherited from interface com.hp.hpl.jena.graph.query.Expression |
|---|
FALSE, TRUE |
| Constructor Summary | |
|---|---|
Rewrite.DyadicLiteral(Expression L,
String F,
String R)
|
|
| Method Summary | |
|---|---|
boolean |
evalBool(Object l,
Object r)
Answer the boolean result of evaluating this dyadic expression with the given arguments l and r. |
| Methods inherited from class com.hp.hpl.jena.graph.query.Dyadic |
|---|
and, argCount, evalObject, getArg, getFun, prepare, toString |
| Methods inherited from class com.hp.hpl.jena.graph.query.Expression.Application |
|---|
isApply |
| Methods inherited from class com.hp.hpl.jena.graph.query.Expression.Base |
|---|
equals, getName, getValue, isConstant, isVariable |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Rewrite.DyadicLiteral(Expression L,
String F,
String R)
| Method Detail |
|---|
public boolean evalBool(Object l,
Object r)
Dyadicl and r.
Either this method or evalObject must be
over-ridden in concrete sub-classes.
evalBool in class Dyadic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||