站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.modules.classfile.ClassName (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

Uses of Class
org.netbeans.modules.classfile.ClassName

Uses of ClassName in org.netbeans.modules.classfile
 

Methods in org.netbeans.modules.classfile that return ClassName
 ClassName EnclosingMethod.getClassName()
           
 ClassName ClassElementValue.getClassName()
          Returns the value of this component, as a class constant pool entry.
 ClassName CPClassInfo.getClassName()
           
static ClassName ClassName.getClassName(String classType)
          Returns the ClassName object referenced by a class type string (field descriptor), as defined in the JVM Specification, sections 4.3.2 and 4.2.
 ClassName InnerClass.getName()
          Returns the name of this class, including its package (if any).
 ClassName ClassFile.getName()
          Returns the name of this class.
 ClassName InnerClass.getOuterClassName()
          Returns the name of the enclosing outer class, including its package (if any).
 ClassName ClassFile.getSuperClass()
          Returns the name of this class's superclass.
 ClassName Annotation.getType()
          Returns the annotation type.
 

Methods in org.netbeans.modules.classfile that return types with arguments of type ClassName
 Set<ClassName> ClassFile.getAllClassNames()
          Return the collection of all unique class references in this class.
 Collection<ClassName> ClassFile.getInterfaces()
           
 

Methods in org.netbeans.modules.classfile with parameters of type ClassName
 Annotation Field.getAnnotation(ClassName annotationClass)
          Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this field.
 Annotation ClassFile.getAnnotation(ClassName annotationClass)
          Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this class.
 boolean Field.isAnnotationPresent(ClassName annotationClass)
          Returns true if an annotation of the specified type is defined for this field.
 boolean ClassFile.isAnnotationPresent(ClassName annotationClass)
          Returns true if an annotation of the specified type is defined for this class.
 


org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.