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

  @Override
  @NotNull
  public SmithyNodeValue getNodeValue() {
    return findNotNullChildByClass(SmithyNodeValue.class);
  }

  @Override
  @NotNull
  public List<SmithyWs> getWsList() {
    return PsiTreeUtil.getChildrenOfTypeAsList(this, SmithyWs.class);
  }

  @Override
  @NotNull
  public PsiElement getIdentifier() {
    return findNotNullChildByType(IDENTIFIER);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

  @Override
  @NotNull
  public SmithyNodeValue getNodeValue() {
    return findNotNullChildByClass(SmithyNodeValue.class);
  }

  @Override
  @NotNull
  public List<SmithyWs> getWsList() {
    return PsiTreeUtil.getChildrenOfTypeAsList(this, SmithyWs.class);
  }

  @Override
  @NotNull
  public PsiElement getIdentifier() {
    return findNotNullChildByType(IDENTIFIER);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



