compile() public method

public compile ( Context $context )
$context PHPSA\Context
 public function testConstruct()
 {
     $definition = new RuntimeClassDefinition(new ReflectionClass(self::TEST_CLASS_NAME));
     $definition->compile($this->getContext());
 }