Package net.sf.antcontrib.cpptasks.types
Class FlexLong
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.types.FlexLong
-
public class FlexLong extends java.lang.Object
Helper class which can be used for Ant task attribute setter methods to allow the build file to specify a long in either decimal, octal, or hexadecimal format. // FlexInteger author- Author:
- Erik Hatcher
- See Also:
FlexInteger
-
-
Constructor Summary
Constructors Constructor Description FlexLong(java.lang.String value)
Constructor used by Ant's introspection mechanism for attribute population
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
longValue()
Returns the decimal integer valuejava.lang.String
toString()
Overridden method to return the decimal value for display
-