Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ClassInfo
Packages that use ClassInfo
-
Uses of ClassInfo in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement ClassInfoModifier and TypeClassDescriptionfinal classClass used to generate a description of a class or interface.classclassMethods in org.glassfish.pfl.dynamic.codegen.impl that return ClassInfoMethods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ClassInfoModifier and TypeMethodDescriptionbooleanMemberInfoBase.isAccessibleInContext(ClassInfo definingClass, ClassInfo accessClass) booleanClassInfoBase.isSubclass(ClassInfo info) Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ClassInfoModifierConstructorDescriptionFieldInfoImpl(ClassInfo cinfo, int modifiers, Type type, String ident) MemberInfoBase(ClassInfo myClassInfo, int modifiers, String name) protectedMethodInfoBase(ClassInfo cinfo, int modifiers) protectedMethodInfoBase(ClassInfo cinfo, int modifiers, Type rtype, String name) MethodInfoReflectiveImpl(ClassInfo cinfo, Constructor constructor) MethodInfoReflectiveImpl(ClassInfo cinfo, Method method) -
Uses of ClassInfo in org.glassfish.pfl.dynamic.codegen.spi
Subinterfaces of ClassInfo in org.glassfish.pfl.dynamic.codegen.spiModifier and TypeInterfaceDescriptioninterfaceRepresents a generated AST, which can be used to generate code.interfaceMethods in org.glassfish.pfl.dynamic.codegen.spi that return ClassInfoModifier and TypeMethodDescriptionType.classInfo()MemberInfo.myClassInfo()Return the ClassInfo of the class that contains this member.Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ClassInfoModifier and TypeMethodDescriptionbooleanMemberInfo.isAccessibleInContext(ClassInfo definingClass, ClassInfo accessClass) Returns true iff this member is accessible in the context defined by definingClass (the class containing the reference to the member) and accessClass (the type of the expression used to access this member).booleanClassInfo.isSubclass(ClassInfo info) Return true iff this is a subclass or subinterface of info.