java.lang.Object
org.apache.jena.sparql.expr.ExprNode
org.apache.jena.sparql.expr.NodeValue
org.apache.jena.sparql.expr.nodevalue.NodeValueInteger
- All Implemented Interfaces:
Expr
-
Field Summary
Fields inherited from class org.apache.jena.sparql.expr.NodeValue
FALSE, nvDecimalONE, nvDecimalZERO, nvEmptyString, nvINF, nvNaN, nvNegINF, nvNegZERO, nvONE, nvTEN, nvZERO, TRUE, VerboseExceptions, VerboseWarnings, xmlDatatypeFactory, xsdNamespace
Fields inherited from interface org.apache.jena.sparql.expr.Expr
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL, NONE
-
Constructor Summary
ConstructorDescriptionNodeValueInteger
(long i) NodeValueInteger
(BigInteger i, org.apache.jena.graph.Node n) -
Method Summary
Methods inherited from class org.apache.jena.sparql.expr.NodeValue
apply, applyNodeTransform, asNode, asQuotedString, asQuotedString, asUnquotedString, booleanReturn, classifyValueOp, compare, compareAlways, copySubstitute, equals, eval, evalNode, getBoolean, getConstant, getDatatypeURI, getDateTime, getDuration, getLang, getNode, getSortKey, getString, getValueSpace, hasDateTime, hashCode, hasNode, isBlank, isBoolean, isConstant, isDate, isDateTime, isDayTimeDuration, isDuration, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isIRI, isLangString, isLiteral, isSortKey, isString, isTime, isTripleTerm, isYearMonthDuration, makeBoolean, makeDate, makeDate, makeDate, makeDateTime, makeDateTime, makeDateTime, makeDecimal, makeDecimal, makeDecimal, makeDecimal, makeDouble, makeDuration, makeDuration, makeFloat, makeInteger, makeInteger, makeInteger, makeLangString, makeNode, makeNode, makeNode, makeNode, makeNodeBoolean, makeNodeBoolean, makeNodeDate, makeNodeDate, makeNodeDateTime, makeNodeDateTime, makeNodeDecimal, makeNodeDecimal, makeNodeDouble, makeNodeDouble, makeNodeDuration, makeNodeFloat, makeNodeFloat, makeNodeInteger, makeNodeInteger, makeNodeString, makeSortKey, makeString, notSameValueAs, notSameValueAs, parse, raise, sameValueAs, toNode, visit
Methods inherited from class org.apache.jena.sparql.expr.ExprNode
asVar, deepCopy, equals, equalsBySyntax, getExpr, getExprVar, getFunction, getGraphPattern, getVarName, getVarsMentioned, isExpr, isFunction, isGraphPattern, isSatisfied, isVariable
-
Constructor Details
-
NodeValueInteger
-
NodeValueInteger
-
NodeValueInteger
public NodeValueInteger(long i)
-
-
Method Details
-
isNumber
public boolean isNumber() -
isInteger
public boolean isInteger() -
isDecimal
public boolean isDecimal() -
isFloat
public boolean isFloat() -
isDouble
public boolean isDouble() -
getInteger
- Overrides:
getInteger
in classNodeValue
-
getDouble
public double getDouble() -
getFloat
public float getFloat() -
getDecimal
- Overrides:
getDecimal
in classNodeValue
-
asString
-
toString
-
visit
-