public class IntegerLiteral extends Literal
An expression representing an integer literal value. The value is stored internally as a long.
| Constructor and Description |
|---|
IntegerLiteral(java.lang.String pToken)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax
|
public java.lang.String getExpressionString()
getExpressionString in class ExpressionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.