org.glassfish.pfl.dynamic.codegen.spi
Interface ClassGenerator

All Superinterfaces:
ClassInfo
All Known Implementing Classes:
ClassGeneratorImpl

public interface ClassGenerator
extends ClassInfo

Represents a generated AST, which can be used to generate code. XXX Should we add methods to this interface that are similar to the methods on Wrapper like _generate?

Author:
ken

Method Summary
 String name()
          Return the fully qualified class name for this ClassInfo.
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.spi.ClassInfo
className, constructorInfo, fieldInfo, findConstructorInfo, findFieldInfo, findMethodInfo, impls, isInterface, isSubclass, methodInfoByName, modifiers, pkgName, superType, thisType
 

Method Detail

name

String name()
Description copied from interface: ClassInfo
Return the fully qualified class name for this ClassInfo.

Specified by:
name in interface ClassInfo


Copyright © 2013 Oracle. All Rights Reserved.