Interface IGASTVisitor

interface IGASTVisitor {
    visit(prod: IProduction): any;
}

Methods

Methods