public class MethodDescriptor extends FeatureDescriptor
コンストラクタと説明 |
---|
MethodDescriptor(Method method)
Method からMethodDescriptor を構築します。 |
MethodDescriptor(Method method, ParameterDescriptor[] parameterDescriptors)
Method からMethodDescriptor を構築して、メソッドの各パラメータについて説明的な情報を提供します。 |
修飾子と型 | メソッドと説明 |
---|---|
Method |
getMethod()
このMethodDescriptorがカプセル化するメソッドを取得します。
|
ParameterDescriptor[] |
getParameterDescriptors()
このMethodDescriptorのメソッドの各パラメータについてParameterDescriptorを取得します。
|
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
public MethodDescriptor(Method method)
Method
からMethodDescriptor
を構築します。method
- 低レベルのメソッド情報。public MethodDescriptor(Method method, ParameterDescriptor[] parameterDescriptors)
Method
からMethodDescriptor
を構築して、メソッドの各パラメータについて説明的な情報を提供します。method
- 低レベルのメソッド情報。parameterDescriptors
- メソッドの各パラメータに関する説明的な情報。public Method getMethod()
public ParameterDescriptor[] getParameterDescriptors()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.