Variable IfStatement.thenStatement

class IfStatement
{
  // ...
  DeclarationOrStatement thenStatement;
  // ...
}