public class ApexParserHelper extends Object
| Constructor and Description |
|---|
ApexParserHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize()
Initializes the cache for sin and cos and the rest.
|
static double |
parseDouble(CharSequence s)
Parses a double from a CharSequence.
|
static float |
parseFloat(CharSequence floatAsCharSequence) |
public static void initialize()
public static double parseDouble(CharSequence s)
s - The string.public static float parseFloat(CharSequence floatAsCharSequence)
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.