Examples of UnloadedClassMetadata


Examples of fr.imag.adele.apam.declarations.instrumentation.UnloadedClassMetadata

              SpecificationReference specification            = reference(CST.PROVIDE_SPECIFICATION, ComponentKind.SPECIFICATION);
              String range                         = property(CST.REQUIRE_VERSION);
              VersionedReference<SpecificationDeclaration> specificationVersion  = specification != null ? VersionedReference.range(specification,range) : null;
             
              InstrumentedClass instrumentedClass =  new UnloadedClassMetadata(property(CST.PROVIDE_CLASSNAME));
                component = new AtomicImplementationDeclaration(componentName, specificationVersion, instrumentedClass);
            }
        break;
      case INSTANCE:
              ImplementationReference<ImplementationDeclaration> implementation   = reference(CST.IMPLNAME,ComponentKind.IMPLEMENTATION);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.