Package org.mizartools.dli

Examples of org.mizartools.dli.Mode


    Type type = null;
    Redefinition redefinition = Adapter.getRedefinition(abstractSignature, constructor);
    switch (constructor.getKind()) {
    case M :
      type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
      itemDefinition = new Mode(locusList, type, properties, redefinition);
      itemType = ItemType.mode;
      break;
    case R :
      itemDefinition = new Predicate(locusList, properties, redefinition);
      itemType = ItemType.pred;
View Full Code Here

TOP

Related Classes of org.mizartools.dli.Mode

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.