Package eu.admire.dispel.classifiers

Examples of eu.admire.dispel.classifiers.Interface


        if (result == null) result = caseCommentable(class_);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case ClassifiersPackage.INTERFACE: {
        Interface interface_ = (Interface)theEObject;
        T result = caseInterface(interface_);
        if (result == null) result = caseConcreteClassifier(interface_);
        if (result == null) result = caseClassifier(interface_);
        if (result == null) result = caseMemberContainer(interface_);
        if (result == null) result = caseMember(interface_);
View Full Code Here

TOP

Related Classes of eu.admire.dispel.classifiers.Interface

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.