Variable FunctionDeclaration.functionBody

class FunctionDeclaration
{
  // ...
  FunctionBody functionBody;
  // ...
}