src/main/gen/software/amazon/smithy/plugin/language/psi/impl/SmithyNodeObjectKvpImpl.java [45:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  @NotNull
  public SmithyNodeValue getNodeValue() {
    return findNotNullChildByClass(SmithyNodeValue.class);
  }

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



src/main/gen/software/amazon/smithy/plugin/language/psi/impl/SmithyTraitStructureKvpImpl.java [51:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  @NotNull
  public SmithyNodeValue getNodeValue() {
    return findNotNullChildByClass(SmithyNodeValue.class);
  }

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



