// Expressions have to be at least this size...
this.minExpressionSize = startDelim.length() + endDelim.length() + 1;
this.context = Collections.unmodifiableMap( context );
this.reflector = new Reflector();
if ( reader instanceof PushbackReader )
{
this.pushbackReader = (PushbackReader) reader;
}