コード例 #1
0
ファイル: CreateSequenceNode.java プロジェクト: voole/Oceanus
  public void printSubNodes(int depth) {
    super.printSubNodes(depth);

    if (storageFormat != null) {
      printLabel(depth, "storageFormat: ");
      storageFormat.treePrint(depth + 1);
    }
  }