Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
Packages, die IClassFileAttribute verwenden
Package
Beschreibung
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Verwendungen von IClassFileAttribute in org.aspectj.org.eclipse.jdt.core.util
Unterschnittstellen von IClassFileAttribute in org.aspectj.org.eclipse.jdt.core.utilModifizierer und TypSchnittstelleBeschreibunginterfaceDescription of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a bootstrap methods attribute as described in the JVM specifications.interfaceDescription of a code attribute as described in the JVM specifications.interfaceDescription of a constant value attribute as described in the JVM specifications.interfaceDescription of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a constant value attribute as described in the JVM specifications.interfaceDescription of a inner class attribute as described in the JVM specifications.interfaceDescription of a line number attribute as described in the JVM specifications.interfaceDescription of a local variable attribute as described in the JVM specifications.interfaceDescription of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a method's parameters names as described in the JVM specifications.interfaceDescription of a module's attributes as described in the JVM specifications.interfaceDescription of a Module Main Class Attribute as described in the JVMS9 4.7.27 This interface may be implemented by clients.interfaceDescription of a Module Packages as described in the JVMS9 4.7.26 This interface may be implemented by clients.interfaceDescription of nest members attribute as described in the JVM specifications.interfaceDescription of permitted subclasses attribute as described in the JVM specifications.interfaceDescription of record components attribute as described in the JVM specifications.interfaceDescription of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a runtime invisible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8).interfaceDescription of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).interfaceDescription of a runtime visible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8).interfaceDescription of a signature attribute as described in the JVM specifications (added in J2SE 1.5).interfaceDescription of a source attribute as described in the JVM specifications.interfaceThis class represents a stack map attribute.interfaceThis class represents a stack map table attribute.Methoden in org.aspectj.org.eclipse.jdt.core.util, die IClassFileAttribute zurückgebenModifizierer und TypMethodeBeschreibungIClassFileReader.getAttributes()Answer back the collection of all attributes of the field info.ICodeAttribute.getAttributes()Answer back the collection of all attributes of the field info.IComponentInfo.getAttributes()Answer back the collection of all attributes of the component info.IFieldInfo.getAttributes()Answer back the collection of all attributes of the field info.IMethodInfo.getAttributes()Answer back the collection of all attributes of the method info. -
Verwendungen von IClassFileAttribute in org.aspectj.org.eclipse.jdt.internal.core.util
Klassen in org.aspectj.org.eclipse.jdt.internal.core.util, die IClassFileAttribute implementierenModifizierer und TypKlasseBeschreibungclassDefault implementation of AnnotationDefaultAttribute.classDefault implementation of IBootstrapMethodsAttribute.classDefault implementation of IClassFileAttributeclassDefault implementation of ICodeAttribute.classDefault implementation of IConstantValueAttribute.classDefault implementation of EnclosingMethodAttribute.classDefault implementation of IExceptionAttribute.classDefault implementation of IInnerClassesAttribute.classDefault implementation of ILineNumberAttribute.classDefault implementation of ILocalVariableAttribute.classDefault implementation of ILocalVariableTypeAttribute.classclassclassDefault implementation of IModuleMainClassAttributeclassDefault implementation of IModulePackagesAttributeclassclassDefault implementation of INestMembersAttribute.classDefault implementation of IPermittedSubclassesAttribute.classDefault implementation ofIRecordAttribute.classDefault implementation of IRuntimeInvisibleAnnotationsclassDefault implementation of IRuntimeInvisibleParameterAnnotationsclassDefault implementation of IRuntimeInvisibleTypeAnnotationsclassDefault implementation of IRuntimeVisibleAnnotationsclassDefault implementation of IRuntimeVisibleAnnotationsclassDefault implementation of IRuntimeVisibleTypeAnnotationsclassclassDefault implementation of ISourceAttributeclassDefault implementation of IStackMapAttribute.classDefault implementation of IStackMapTableAttribute.Felder in org.aspectj.org.eclipse.jdt.internal.core.util, die deklariert sind als IClassFileAttributeModifizierer und TypFeldBeschreibungstatic final IClassFileAttribute[]ClassFileAttribute.NO_ATTRIBUTESMethoden in org.aspectj.org.eclipse.jdt.internal.core.util, die IClassFileAttribute zurückgebenModifizierer und TypMethodeBeschreibungstatic IClassFileAttributeUtil.getAttribute(IClassFileReader classFileReader, char[] attributeName) static IClassFileAttributeUtil.getAttribute(ICodeAttribute codeAttribute, char[] attributeName) static IClassFileAttributeUtil.getAttribute(IComponentInfo componentInfo, char[] attributeName) static IClassFileAttributeUtil.getAttribute(IFieldInfo fieldInfo, char[] attributeName) static IClassFileAttributeUtil.getAttribute(IMethodInfo methodInfo, char[] attributeName) ClassFileReader.getAttributes()CodeAttribute.getAttributes()ComponentInfo.getAttributes()FieldInfo.getAttributes()MethodInfo.getAttributes()