|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.functions.string.ParseNumber
public class ParseNumber
Constructor Summary | |
---|---|
ParseNumber()
|
Method Summary | |
---|---|
static double |
call(PageContext pc,
String strNumber)
|
static double |
call(PageContext pc,
String strNumber,
String strRadix)
|
static double |
invoke(String strNumber,
String strRadix)
|
static double |
invoke(String strNumber,
String strRadix,
double defaultValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseNumber()
Method Detail |
---|
public static double call(PageContext pc, String strNumber) throws PageException
PageException
public static double call(PageContext pc, String strNumber, String strRadix) throws PageException
PageException
public static double invoke(String strNumber, String strRadix, double defaultValue)
public static double invoke(String strNumber, String strRadix) throws PageException
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |