Uses of Class
org.vesalainen.bcc.AttributeInfo
-
Packages that use AttributeInfo Package Description org.vesalainen.bcc org.vesalainen.bcc.annotation -
-
Uses of AttributeInfo in org.vesalainen.bcc
Subclasses of AttributeInfo in org.vesalainen.bcc Modifier and Type Class Description classCodeAttributeclassConstantValueclassExceptionsAttributeclassLineNumberTableclassLocalVariableTableclassLocalVariableTypeTableclassSignatureAttributeclassSourceFileAttributeclassSyntheticAttributeFields in org.vesalainen.bcc with type parameters of type AttributeInfo Modifier and Type Field Description protected java.util.List<AttributeInfo>ClassFile. attributesprivate java.util.List<AttributeInfo>CodeAttribute. attributesprivate java.util.List<AttributeInfo>FieldInfo. attributesprivate java.util.List<AttributeInfo>MethodInfo. attributesMethods in org.vesalainen.bcc that return AttributeInfo Modifier and Type Method Description static AttributeInfoAttributeInfo. getInstance(ClassFile cf, java.io.DataInput in)Methods in org.vesalainen.bcc that return types with arguments of type AttributeInfo Modifier and Type Method Description java.util.List<? extends AttributeInfo>CodeAttribute. getAttributes()Methods in org.vesalainen.bcc with parameters of type AttributeInfo Modifier and Type Method Description voidClassFile. addAttribute(AttributeInfo ai)Adds a new attributevoidSubClass. addAttribute(AttributeInfo ai)static booleanAttributeInfo. isOfType(ClassFile cf, java.lang.String type, AttributeInfo ai) -
Uses of AttributeInfo in org.vesalainen.bcc.annotation
Subclasses of AttributeInfo in org.vesalainen.bcc.annotation Modifier and Type Class Description classRuntimeVisibleAnnotationsMethod parameters in org.vesalainen.bcc.annotation with type arguments of type AttributeInfo Modifier and Type Method Description static <A extends java.lang.annotation.Annotation>
AModelUtil. getAnnotation(java.util.Collection<AttributeInfo> attributes, java.lang.Class<A> annotationType)static java.util.List<? extends javax.lang.model.element.AnnotationMirror>ModelUtil. getAnnotationMirrors(java.util.Collection<AttributeInfo> attributes)
-