Interface ModifiableClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddImplementedInterface(Type type)voidModifiers(int modifiers)voidsetClassName(java.lang.String name)voidsetName(java.lang.String name)voidsetPkgName(java.lang.String name)voidsetSuperType(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)
-
-