Interface ClassGenerator
- All Superinterfaces:
ClassInfo
- All Known Implementing Classes:
ClassGeneratorImpl
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
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