|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.maven_nar.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(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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlexLong(String value)
| Method Detail |
|---|
public long longValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||