|
|||||||||||
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.Literal
An abstract base class for literal nodes; subclasses implement getValue().
Nested Class Summary |
Nested classes inherited from class com.hp.hpl.jena.graph.query.Expression |
Expression.Application, Expression.Base, Expression.BoolConstant, Expression.Literal, Expression.Util, Expression.Valof, Expression.Variable |
Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.query.Expression |
FALSE, TRUE |
Constructor Summary | |
Expression.Literal()
|
Method Summary | |
abstract java.lang.Object |
getValue()
If this Expression is a literal, answer the value of that literal. |
boolean |
isLiteral()
Answer true iff this Expression represents a literal [Java object] value. |
Methods inherited from class com.hp.hpl.jena.graph.query.Expression.Base |
argCount, getArg, getFun, getName, isApply, isVariable, prepare |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hp.hpl.jena.graph.query.Expression |
evalBool |
Constructor Detail |
public Expression.Literal()
Method Detail |
public boolean isLiteral()
Expression
isLiteral
in interface Expression
isLiteral
in class Expression.Base
public abstract java.lang.Object getValue()
Expression
getValue
in interface Expression
getValue
in class Expression.Base
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |