Package aQute.bnd.classfile
Class ElementInfo
- java.lang.Object
-
- aQute.bnd.classfile.ElementInfo
-
- Direct Known Subclasses:
ClassFile
,MemberInfo
public abstract class ElementInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
access
Attribute[]
attributes
-
Constructor Summary
Constructors Modifier Constructor Description protected
ElementInfo(int access, Attribute[] attributes)
-