Package org.eclipse.core.internal.dtree

Examples of org.eclipse.core.internal.dtree.DeltaDataTree.immutable()


    }

    //make the underlying data tree immutable
    //can't call immutable() on the ElementTree because
    //this would attempt to reroot.
    delta.immutable();
    return tree;
  }

  /**
   * Reads a chain of ElementTrees from the given input stream.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.