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
|
public IntegerLiteral(String pToken)
public String getExpressionString()
getExpressionString in class ExpressionCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.