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?
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.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
-
-