org.eigenbase.test.concurrent
Class ConcurrentTestCommandScript.VariableTable
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.VariableTable
- Enclosing class:
- ConcurrentTestCommandScript
private class ConcurrentTestCommandScript.VariableTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
private final Map<String,String> map
symbolPattern
private final Pattern symbolPattern
ConcurrentTestCommandScript.VariableTable
public ConcurrentTestCommandScript.VariableTable()
isEmpty
public boolean isEmpty()
isDefined
public boolean isDefined(String sym)
define
public void define(String sym,
String val)
throws ConcurrentTestCommandScript.VariableTable.Excn
- Throws:
ConcurrentTestCommandScript.VariableTable.Excn
get
public String get(String sym)
set
public void set(String sym,
String val)
throws ConcurrentTestCommandScript.VariableTable.Excn
- Throws:
ConcurrentTestCommandScript.VariableTable.Excn
expand
public String expand(String in)