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

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

org.netbeans.modules.classfile/1 1.19

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

Uses of ElementValue in org.netbeans.modules.classfile
 

Subclasses of ElementValue in org.netbeans.modules.classfile
 class ArrayElementValue
          ArrayElementValue: the value portion of an annotation element that is an array of ElementValue instances.
 class ClassElementValue
          ClassElementValue: the value part of a single element for those annotations that are a class type.
 class EnumElementValue
          EnumElementValue: a single annotation on a program element for those annotations that are enum constants.
 class NestedElementValue
          NestedElementValue: an annotation on a program element that is another annotation.
 class PrimitiveElementValue
          A PrimitiveElementValue is the value portion of an annotation component that has a primitive type or String constant.
 

Methods in org.netbeans.modules.classfile that return ElementValue
 ElementValue Method.getAnnotationDefault()
          Returns the default annotation value for the element defined by this method.
 ElementValue AnnotationComponent.getValue()
          Returns the value for this component.
 ElementValue[] ArrayElementValue.getValues()
          Returns the set of ElementValue instances for this component.
 


org.netbeans.modules.classfile/1 1.19

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