Interface Kitab\Compiler\IntermediateRepresentation\HasMethods

interface HasMethods
{
    pub fn getMethods(): array;
}

An interface to represent an entity with methods.

Methods

pub fn getMethods(): array

Return all methods declared for this entity.