Package shared

Examples of shared.SharedObject


 
  /**
   * @see ATermFactory#importTerm(ATerm)
   */
  public ATerm importTerm(ATerm term){
    SharedObject object = (SharedObject) term;
    if(contains(object)) return term;
   
    ATerm result;
   
    switch(term.getType()){
View Full Code Here

TOP

Related Classes of shared.SharedObject

Copyright © 2018 www.massapicom. 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.