首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档
JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档
Contents | Prev |
Next
Java
TM
Core Reflection
API and Specification
February 4, 1997
Overview
Applications
Reflection Model
Member Interface
Field Objects
Method Objects
Constructor Objects
Array and Modifier Classes
Representation of Primitive Java Types
Security Model
Java Language Policy
JDK 1.1 Security Policy
Data Conversions
Wrapping and Unwrapping Conversions
Widening Conversions
Packaging
The class java.lang.Class
Methods
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
The interface java.lang.reflect.Member
Fields
PUBLIC
DECLARED
Methods
getDeclaringClass
getName
getModifiers
The class java.lang.reflect.Field
Methods
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
The class java.lang.reflect.Method
Methods
getDeclaringClass
getName
getModifiers
getReturnType
getParameterTypes
getExceptionTypes
equals
hashCode
toString
invoke
The class java.lang.reflect.Constructor
Methods
getDeclaringClass
getName
getModifiers
getParameterTypes
getExceptionTypes
equals
hashCode
toString
newInstance
The class java.lang.reflect.Array
Methods
newInstance
newInstance
getLength
get
getBoolean
getByte
getChar
getShort
getInt
getLong
getFloat
getDouble
set
setBoolean
setByte
setChar
setShort
setInt
setLong
setFloat
setDouble
The class java.lang.reflect.Modifier
Fields
PUBLIC
PRIVATE
PROTECTED
STATIC
FINAL
SYNCHRONIZED
VOLATILE
TRANSIENT
NATIVE
INTERFACE
ABSTRACT
Methods
isPublic
isPrivate
isProtected
isStatic
isFinal
isSynchronized
isVolatile
isTransient
isNative
isInterface
isAbstract
toString
The class java.lang.reflect.InvocationTargetException
Constructors
InvocationTargetException
InvocationTargetException
Methods
getTargetException
Acknowledgements
References
Contents | Prev |
Next
Copyright © 1996, 1997 Sun Microsystems, Inc. All rights reserved.