Package cc.catalysts.cdoclet.generator.velocity

Examples of cc.catalysts.cdoclet.generator.velocity.ClassDescriptor


    return new Type(type.getName(), arguments, type.getBounds(), type.getDimensions(), type.isGeneric());
  }

 
  public void beginClass(Type type) {
    beginType(new ClassDescriptor(type));
  }
View Full Code Here


    return new Type(type.getName(), arguments, type.getBounds(), type.getDimensions(), type.isGeneric());
  }

 
  public void beginClass(Type type) {
    beginType(new ClassDescriptor(type));
  }
View Full Code Here

    return new Type(type.getName(), arguments, type.getBounds(), type.getDimensions(), type.isGeneric());
  }

 
  public void beginClass(Type type) {
    beginType(new ClassDescriptor(type));
  }
View Full Code Here

TOP

Related Classes of cc.catalysts.cdoclet.generator.velocity.ClassDescriptor

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.