com.servingxml.expr.substitution
Class IntegerSubstitutionExpr
java.lang.Object
com.servingxml.expr.substitution.IntegerSubstitutionExpr
public abstract class IntegerSubstitutionExpr
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_INTEGER
public static final IntegerSubstitutionExpr MAX_INTEGER
ONE
public static final IntegerSubstitutionExpr ONE
ZERO
public static final IntegerSubstitutionExpr ZERO
MINUS_ONE
public static final IntegerSubstitutionExpr MINUS_ONE
NULL
public static final IntegerSubstitutionExpr NULL
IntegerSubstitutionExpr
public IntegerSubstitutionExpr()
parseInt
public static IntegerSubstitutionExpr parseInt(QnameContext context,
java.lang.String s)
evaluateAsInt
public abstract int evaluateAsInt(Record parameters,
Record record)
isNull
public abstract boolean isNull()
isLiteral
public abstract boolean isLiteral()
parseInt
public static int parseInt(java.lang.String s)