Interface ModifiableClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addImplementedInterface(Type type)
void
Modifiers(int modifiers)
void
setClassName(java.lang.String name)
void
setName(java.lang.String name)
void
setPkgName(java.lang.String name)
void
setSuperType(Type type)
-
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.spi.ClassInfo
className, constructorInfo, fieldInfo, findConstructorInfo, findFieldInfo, findMethodInfo, impls, isInterface, isSubclass, methodInfoByName, modifiers, name, pkgName, superType, thisType
-
-
-
-
Method Detail
-
setName
void setName(java.lang.String name)
-
setPkgName
void setPkgName(java.lang.String name)
-
setClassName
void setClassName(java.lang.String name)
-
Modifiers
void Modifiers(int modifiers)
-
setSuperType
void setSuperType(Type type)
-
addImplementedInterface
void addImplementedInterface(Type type)
-
-