Mirror API

com.sun.mirror.declaration
インタフェース ConstructorDeclaration

すべてのスーパーインタフェース:
Declaration, ExecutableDeclaration, MemberDeclaration

public interface ConstructorDeclaration
extends ExecutableDeclaration

クラスまたはインタフェースのコンストラクタを表します。

導入されたバージョン:
1.5

メソッドの概要
 
インタフェース com.sun.mirror.declaration.ExecutableDeclaration から継承されたメソッド
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs
 
インタフェース com.sun.mirror.declaration.MemberDeclaration から継承されたメソッド
getDeclaringType
 
インタフェース com.sun.mirror.declaration.Declaration から継承されたメソッド
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 


Mirror API

バグや機能要求の報告
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.