Uses of Class
org.vesalainen.bcc.AttributeInfo
Packages that use AttributeInfo
-
Uses of AttributeInfo in org.vesalainen.bcc
Subclasses of AttributeInfo in org.vesalainen.bccModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in org.vesalainen.bcc with type parameters of type AttributeInfoModifier and TypeFieldDescriptionprotected List<AttributeInfo> ClassFile.attributesprivate List<AttributeInfo> CodeAttribute.attributesprivate List<AttributeInfo> FieldInfo.attributesprivate List<AttributeInfo> MethodInfo.attributesMethods in org.vesalainen.bcc that return AttributeInfoModifier and TypeMethodDescriptionstatic AttributeInfoAttributeInfo.getInstance(ClassFile cf, DataInput in) Methods in org.vesalainen.bcc that return types with arguments of type AttributeInfoMethods in org.vesalainen.bcc with parameters of type AttributeInfoModifier and TypeMethodDescriptionvoidClassFile.addAttribute(AttributeInfo ai) Adds a new attributefinal voidSubClass.addAttribute(AttributeInfo ai) static booleanAttributeInfo.isOfType(ClassFile cf, String type, AttributeInfo ai) -
Uses of AttributeInfo in org.vesalainen.bcc.annotation
Subclasses of AttributeInfo in org.vesalainen.bcc.annotationMethod parameters in org.vesalainen.bcc.annotation with type arguments of type AttributeInfoModifier and TypeMethodDescriptionstatic <A extends Annotation>
AModelUtil.getAnnotation(Collection<AttributeInfo> attributes, Class<A> annotationType) static List<? extends AnnotationMirror> ModelUtil.getAnnotationMirrors(Collection<AttributeInfo> attributes)