Package com.sun.tahiti.grammar

Examples of com.sun.tahiti.grammar.SuperClassItem


  /**
   * combines the base type content model and this content model
   */
  protected Expression combineToBaseType( ComplexTypeExp baseType, Expression addedExp ) {
    if( extension ) {
      SuperClassItem si = new SuperClassItem(baseType.body);
      reader.setDeclaredLocationOf(si);
      return reader.pool.createSequence( si, addedExp );
    } else
      // what shall we do if it's a restriciton.
      return addedExp;
View Full Code Here

TOP

Related Classes of com.sun.tahiti.grammar.SuperClassItem

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.