* We can get at files by name or module id, eventually we will put functions in here too
*/
public ExpressionCache(DebugCLI cli)
{
m_builder = new ASTBuilder(true); // allow fdb's "*x" and "x." indirection operators
m_expressions = new Vector<Object>();
m_props = new IntProperties();
m_cli = cli;
}