JavaTM 2 Platform
Standard Ed. 6

类 java.lang.Override
的使用

使用 Override 的软件包
javax.lang.model.util 用来帮助处理程序元素类型的实用工具。 
javax.management 提供 Java Management Extensions 的核心类。 
javax.management.modelmbean 提供了 ModelMBean 类的定义。 
javax.management.relation 提供 Relation Service 的定义。 
javax.tools 为能够从程序(例如,编译器)中调用的工具提供接口。 
javax.xml.bind 为包含解组、编组和验证功能的客户端应用程序提供运行时绑定框架。 
 

javax.lang.model.utilOverride 的使用
 

注释类型为 Overridejavax.lang.model.util 中的方法
 R ElementKindVisitor6.visitExecutable(ExecutableElement e, P p)
          访问 executable 元素,指派给用于特定的 executable 种类 CONSTRUCTORINSTANCE_INITMETHODSTATIC_INIT 的 visit 方法。
 R TypeKindVisitor6.visitNoType(NoType t, P p)
          访问 NoType 实例,指派给用于以下特定的伪类型种类的 visit 方法:VOIDPACKAGENONE
 R ElementKindVisitor6.visitPackage(PackageElement e, P p)
          访问包元素。
 R TypeKindVisitor6.visitPrimitive(PrimitiveType t, P p)
          访问基本类型,指派给用于以下特定的基本类型种类的 visit 方法:BOOLEANBYTE 等。
 R ElementKindVisitor6.visitType(TypeElement e, P p)
          访问类型元素,指派给用于特定的类型种类 ANNOTATION_TYPECLASSENUMINTERFACE 的 visit 方法。
 R ElementKindVisitor6.visitTypeParameter(TypeParameterElement e, P p)
          访问类型参数元素。
 R ElementKindVisitor6.visitVariable(VariableElement e, P p)
          访问变量元素,指派给用于特定的变量种类 ENUM_CONSTANTEXCEPTION_PARAMETERFIELDLOCAL_VARIABLEPARAMETER 的 visit 方法。
 

javax.managementOverride 的使用
 

注释类型为 Overridejavax.management 中的方法
 void AttributeList.add(int index, Object element)
           
 boolean AttributeList.add(Object o)
           
 boolean AttributeList.addAll(Collection<?> c)
           
 boolean AttributeList.addAll(int index, Collection<?> c)
           
 Object AttributeList.set(int index, Object element)
           
 

javax.management.modelmbeanOverride 的使用
 

注释类型为 Overridejavax.management.modelmbean 中的方法
 Descriptor ModelMBeanInfoSupport.getDescriptor()
           
 

javax.management.relationOverride 的使用
 

注释类型为 Overridejavax.management.relation 中的方法
 void RoleList.add(int index, Object element)
           
 void RoleUnresolvedList.add(int index, Object element)
           
 boolean RoleList.add(Object o)
           
 boolean RoleUnresolvedList.add(Object o)
           
 boolean RoleList.addAll(Collection<?> c)
           
 boolean RoleUnresolvedList.addAll(Collection<?> c)
           
 boolean RoleList.addAll(int index, Collection<?> c)
           
 boolean RoleUnresolvedList.addAll(int index, Collection<?> c)
           
 Object RoleList.set(int index, Object element)
           
 Object RoleUnresolvedList.set(int index, Object element)
           
 

javax.toolsOverride 的使用
 

注释类型为 Overridejavax.tools 中的方法
 String SimpleJavaFileObject.toString()
           
 

javax.xml.bindOverride 的使用
 

注释类型为 Overridejavax.xml.bind 中的方法
 Throwable JAXBException.getCause()
           
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only