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