|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.util.FunctionParser
public class FunctionParser
Utility class to parse variable names and create simulated signals.
Constructor Summary | |
---|---|
FunctionParser()
|
Method Summary | |
---|---|
static java.util.List<java.lang.Object> |
parseFunction(java.lang.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 java.util.List<java.lang.Object> |
parsePvAndArguments(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionParser()
Method Detail |
---|
public static java.util.List<java.lang.Object> parseFunction(java.lang.String string)
string
- a string representing a function
public static java.util.List<java.lang.Object> parsePvAndArguments(java.lang.String string)
string
- a string representing a function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |