mjc

Uses of Class
org.multijava.util.classfile.AttributeList

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

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.