Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.core.util.IClassFileAttribute

Packages that use IClassFileAttribute
org.eclipse.jdt.core.util Provides a set of tools and utilities for manipulating .class files and Java model elements. 
 

Uses of IClassFileAttribute in org.eclipse.jdt.core.util
 

Subinterfaces of IClassFileAttribute in org.eclipse.jdt.core.util
 interface ICodeAttribute
          Description of a code attribute as described in the JVM specifications.
 interface IConstantValueAttribute
          Description of a constant value attribute as described in the JVM specifications.
 interface IExceptionAttribute
          Description of a constant value attribute as described in the JVM specifications.
 interface IInnerClassesAttribute
          Description of a inner class attribute as described in the JVM specifications.
 interface ILineNumberAttribute
          Description of a line number attribute as described in the JVM specifications.
 interface ILocalVariableAttribute
          Description of a local variable attribute as described in the JVM specifications.
 interface ISourceAttribute
          Description of a source attribute as described in the JVM specifications.
 

Methods in org.eclipse.jdt.core.util that return IClassFileAttribute
 IClassFileAttribute[] ICodeAttribute.getAttributes()
          Answer back the collection of all attributes of the field info.
 IClassFileAttribute[] IMethodInfo.getAttributes()
          Answer back the collection of all attributes of the method info.
 IClassFileAttribute[] IFieldInfo.getAttributes()
          Answer back the collection of all attributes of the field info.
 IClassFileAttribute[] IClassFileReader.getAttributes()
          Answer back the collection of all attributes of the field info.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.