|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |