Searched refs:asLong (Results 1 – 2 of 2) sorted by relevance
9 abstract long asLong() throws NumberFormatException; in asLong() method in MutableOptionValue69 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionStringValue107 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionDoubleValue164 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionLongValue220 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionIntValue264 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionBooleanValue306 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionIntArrayValue351 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionEnumValue
131 return value.asLong(); in getLong()