org.epics.pvmanager.util
Class FunctionParser

java.lang.Object
  extended by org.epics.pvmanager.util.FunctionParser

public class FunctionParser
extends Object

Utility class to parse variable names and create simulated signals.

Author:
carcassi

Constructor Summary
FunctionParser()
           
 
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
 

Constructor Detail

FunctionParser

public FunctionParser()
Method Detail

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.