src/main/gen/software/amazon/smithy/plugin/language/psi/impl/SmithyAbsoluteRootShapeIdImpl.java [39:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void accept(@NotNull PsiElementVisitor visitor) {
    if (visitor instanceof SmithyVisitor) accept((SmithyVisitor)visitor);
    else super.accept(visitor);
  }

  @Override
  @NotNull
  public SmithyNamespace getNamespace() {
    return findNotNullChildByClass(SmithyNamespace.class);
  }

  @Override
  @NotNull
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/gen/software/amazon/smithy/plugin/language/psi/impl/SmithyNamespaceStatementImpl.java [39:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void accept(@NotNull PsiElementVisitor visitor) {
    if (visitor instanceof SmithyVisitor) accept((SmithyVisitor)visitor);
    else super.accept(visitor);
  }

  @Override
  @NotNull
  public SmithyNamespace getNamespace() {
    return findNotNullChildByClass(SmithyNamespace.class);
  }

  @Override
  @NotNull
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



