Variable ThrowExpression.expression

class ThrowExpression
{
  // ...
  ExpressionNode expression;
  // ...
}