public class ParseUtil
extends java.lang.Object
Constructor and Description |
---|
ParseUtil() |
Modifier and Type | Method and Description |
---|---|
static long[] |
parseAadlInteger(java.lang.String stringValue)
Parse a string representation of an aadlinteger.
|
static double |
parseAadlReal(java.lang.String stringValue)
Parse a string representation of an aadlreal.
|
public static long[] parseAadlInteger(java.lang.String stringValue)
stringValue
- The string to parse.java.lang.IllegalArgumentException
- thrown if there is some kind of
parsing error.public static double parseAadlReal(java.lang.String stringValue)
stringValue
- The real value to resolve.java.lang.IllegalArgumentException
- Thrown if the value is not
parsable into an aadlreal value.