net.sf.antcontrib.cpptasks.types
public class FlexLong extends Object
See Also: org.apache.tools.ant.types.FlexInteger
| Constructor Summary | |
|---|---|
| FlexLong(String value)
Constructor used by Ant's introspection mechanism for attribute
population | |
| Method Summary | |
|---|---|
| long | longValue()
Returns the decimal integer value |
| String | toString()
Overridden method to return the decimal value for display |