package spec type SpecVisitor interface { VisitSpecification(node *Specification) }