Interface IProduction

interface IProduction {
    accept(visitor: IGASTVisitor): void;
}

Hierarchy (view full)

Methods

Methods