Ejemplo n.º 1
0
  public void accept(final TreeVisitor tv, final int flags) throws IOException {
    if ((MODIFIED_ONLY & flags) == MODIFIED_ONLY && !isModified()) {
      return;
    }

    tv.visitFile(this);
  }