Package net.sf.parteg.base.testcasetree.generated

Examples of net.sf.parteg.base.testcasetree.generated.TCGElement


        if (result == null) result = caseTCGParameter(tcgComplexParameter);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case GeneratedPackage.TCG_ELEMENT: {
        TCGElement tcgElement = (TCGElement)theEObject;
        T result = caseTCGElement(tcgElement);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      default: return defaultCase(theEObject);
View Full Code Here

TOP

Related Classes of net.sf.parteg.base.testcasetree.generated.TCGElement

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.