目次 | 前項目 | 次項目


JavaTM コアリフレクション

API および仕様

1997 年 2 月 4 日



概要
アプリケーション
リフレクション モデル
Member インタフェース
Field オブジェクト
Method オブジェクト
Constructor オブジェクト
Array および Modifier クラス
プリミティブ Java 型の表示
セキュリティモデル
Java 言語ポリシー
JDK 1.1 セキュリティポリシー
データ変換
ラッピング変換およびアンラッピング変換
拡張変換
パッケージング

クラス java.lang.Class
メソッド
toString
forName
newInstance
isInstance
isAssignableFrom
isInterface
isArray
isPrimitive
getName
getModifiers
getClassLoader
getSuperclass
getInterfaces
getComponentType
getDeclaringClass
getClasses
getFields
getMethods
getConstructors
getField
getMethod
getConstructor
getDeclaredClasses
getDeclaredFields
getDeclaredMethods
getDeclaredConstructors
getDeclaredField
getDeclaredMethod
getDeclaredConstructor

インタフェース java.lang.reflect.Member
フィールド
PUBLIC
DECLARED
メソッド
getDeclaringClass
getName
getModifiers

クラス java.lang.reflect.Field
メソッド
getDeclaringClass
getName
getModifiers
getType
equals
hashCode
toString
get
getBoolean
getByte
getChar
getShort
getInt
getLong
getFloat
getDouble
set
setBoolean
setByte
setChar
setShort
setInt
setLong
setFloat
setDouble

クラス java.lang.reflect.Method
メソッド
getDeclaringClass
getName
getModifiers
getReturnType
getParameterTypes
getExceptionTypes
equals
hashCode
toString
invoke

クラス java.lang.reflect.Constructor
メソッド
getDeclaringClass
getName
getModifiers
getParameterTypes
getExceptionTypes
equals
hashCode
toString
newInstance

クラス java.lang.reflect.Array
メソッド
newInstance
newInstance
getLength
get
getBoolean
getByte
getChar
getShort
getInt
getLong
getFloat
getDouble
set
setBoolean
setByte
setChar
setShort
setInt
setLong
setFloat
setDouble

クラス java.lang.reflect.Modifier
フィールド
PUBLIC
PRIVATE
PROTECTED
STATIC
FINAL
SYNCHRONIZED
VOLATILE
TRANSIENT
NATIVE
INTERFACE
ABSTRACT
メソッド
isPublic
isPrivate
isProtected
isStatic
isFinal
isSynchronized
isVolatile
isTransient
isNative
isInterface
isAbstract
toString

クラス java.lang.reflect.InvocationTargetException
構築子
InvocationTargetException
InvocationTargetException
メソッド
getTargetException

謝辞
参照


目次 | 前項目 | 次項目
Copyright (C) 1996, 1997 Sun Microsystems, Inc. All rights reserved.