org.epics.pvmanager.util
Class FunctionParser
java.lang.Object
org.epics.pvmanager.util.FunctionParser
public class FunctionParser
- extends Object
Utility class to parse variable names and create simulated signals.
- Author:
- carcassi
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionParser
public FunctionParser()
parseFunction
public 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.
- Parameters:
string
- a string representing a function
- Returns:
- the name and the parameters
Copyright © 2011. All Rights Reserved.