| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.antcontrib.cpptasks.types.FlexLong
public class FlexLong
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
FlexInteger| Constructor Summary | |
|---|---|
| FlexLong(java.lang.String value)Constructor used by Ant's introspection mechanism for attribute population | |
| Method Summary | |
|---|---|
|  long | longValue()Returns the decimal integer value | 
|  java.lang.String | toString()Overridden method to return the decimal value for display | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FlexLong(java.lang.String value)
| Method Detail | 
|---|
public long longValue()
public java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||