|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeList | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of AttributeList in org.multijava.mjc |
| Methods in org.multijava.mjc that return AttributeList | |
protected AttributeList |
CClass.genCustomAttributes()
Returns an attribute list containing all the custom attributes to be added to the top-level classinfo generated for this. |
| Methods in org.multijava.mjc with parameters of type AttributeList | |
protected void |
CClass.appendCustomAttributes(AttributeList accum)
Appends any custom attributes for this class to the attribute list represented by accum. |
protected void |
CSourceClass.appendCustomAttributes(AttributeList accum)
Appends any custom attributes for this class to the attribute list represented by accum. |
protected void |
CSourceGFCollection.appendCustomAttributes(AttributeList accum)
Appends any custom attributes for this class to the attribute list represented by accum. |
| Uses of AttributeList in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as AttributeList | |
private AttributeList |
CodeInfo.attributes
|
protected AttributeList |
ClassInfo.attributes
|
protected AttributeList |
FieldInfo.attributes
|
protected AttributeList |
MethodInfo.attributes
|
| Constructors in org.multijava.util.classfile with parameters of type AttributeList | |
ClassInfo(short modifiers,
String thisClass,
String superClass,
String genericSignature,
ArrayList interfaces,
ArrayList fields,
ArrayList methods,
InnerClassInfo[] innerClasses,
AttributeList attributes,
File sourceFile,
boolean deprecated)
Constructs a new class info structure from source. |
|
ClassInfo(short modifiers,
String thisClass,
String superClass,
String genericSignature,
ClassConstant[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
InnerClassInfo[] innerClasses,
AttributeList attributes,
File sourceFile,
boolean deprecated)
Constructs a new class info structure from source. |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||