Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ClassInfo
-
Packages that use ClassInfo Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of ClassInfo in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement ClassInfo Modifier and Type Class Description classClassGeneratorImplClass used to generate a description of a class or interface.classClassInfoBaseclassClassInfoReflectiveImplFields in org.glassfish.pfl.dynamic.codegen.impl declared as ClassInfo Modifier and Type Field Description private ClassInfoMemberInfoBase. myClassInfoMethods in org.glassfish.pfl.dynamic.codegen.impl that return ClassInfo Modifier and Type Method Description ClassInfoMemberInfoBase. myClassInfo()Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ClassInfo Modifier and Type Method Description booleanMemberInfoBase. isAccessibleInContext(ClassInfo definingClass, ClassInfo accessClass)booleanClassInfoBase. isSubclass(ClassInfo info)Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ClassInfo Constructor Description FieldInfoImpl(ClassInfo cinfo, int modifiers, Type type, java.lang.String ident)MemberInfoBase(ClassInfo myClassInfo, int modifiers, java.lang.String name)MethodInfoBase(ClassInfo cinfo, int modifiers)MethodInfoBase(ClassInfo cinfo, int modifiers, Type rtype, java.lang.String name)MethodInfoReflectiveImpl(ClassInfo cinfo, java.lang.reflect.Constructor constructor)MethodInfoReflectiveImpl(ClassInfo cinfo, java.lang.reflect.Method method) -
Uses of ClassInfo in org.glassfish.pfl.dynamic.codegen.spi
Subinterfaces of ClassInfo in org.glassfish.pfl.dynamic.codegen.spi Modifier and Type Interface Description interfaceClassGeneratorRepresents a generated AST, which can be used to generate code.interfaceModifiableClassFields in org.glassfish.pfl.dynamic.codegen.spi declared as ClassInfo Modifier and Type Field Description private ClassInfoType. classInfoMethods in org.glassfish.pfl.dynamic.codegen.spi that return ClassInfo Modifier and Type Method Description ClassInfoType. classInfo()private static ClassInfoSignature. getClassInfo(Type type)ClassInfoMemberInfo. myClassInfo()Return the ClassInfo of the class that contains this member.Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ClassInfo Modifier and Type Method Description booleanMemberInfo. 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.
-