public class IntegerLiteral extends Literal
An expression representing an integer literal value. The value is stored internally as a long.
| Constructor and Description |
|---|
IntegerLiteral(String pToken)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
bindFunctions, evaluate, getValue, setValuepublic IntegerLiteral(String pToken)
public String getExpressionString()
getExpressionString in class ExpressionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.