compile method

String compile()

Implementation

String compile() {
  _hasCompiled = true;
  return _expr;
}