public class FunctionParser extends Object
Constructor and Description |
---|
FunctionParser() |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
parseFunction(String string)
Parse a function with parameters and returns a list where the first
element is the function name and the others are the parsed arguments.
|
static List<Object> |
parsePvAndArguments(String string)
Parse a pv name with parameters and returns a list where the first
element is the function name and the others are the parsed arguments.
|
public static List<Object> parseFunction(String string)
string
- a string representing a functionpublic static List<Object> parsePvAndArguments(String string)
string
- a string representing a functionCopyright © 2012. All Rights Reserved.