Interface IProductionWithOccurrence

interface IProductionWithOccurrence {
    idx: number;
    accept(visitor: IGASTVisitor): void;
}

Hierarchy (view full)

Implemented by

Properties

Methods

Properties

idx: number

Methods