The closest is evaluate() . But most people avoid it when possible. It can be a bit more performance intensive. It's also not very secure.
Since most scopes can be accessed with array notation, perhaps there's a better way to achieve your goal without using evaluate. What do you need to do exactly?