Search
Preparing search index...
The search index is not available
JSDK 2.7.0 API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
JS
sugar
Method
Class Method
The reflected class of a method.
final
Hierarchy
Method
Index
Constructors
constructor
Properties
annotations
fn
is
Static
name
owner
Class
param
Types
parameter
Annotations
return
Type
Methods
invoke
Constructors
constructor
new
Method
(
clazz
:
Class
<
any
>
, name
:
string
, isStatic
:
boolean
, fn
:
Function
, paramTypes
:
Array
<
Type
>
, returnType
:
Type
)
:
Method
Parameters
clazz:
Class
<
any
>
name:
string
isStatic:
boolean
fn:
Function
paramTypes:
Array
<
Type
>
returnType:
Type
Returns
Method
Properties
Readonly
annotations
annotations
:
string
[]
= []
Readonly
fn
fn
:
Function
Readonly
is
Static
is
Static
:
boolean
= false
Readonly
name
name
:
string
Readonly
owner
Class
owner
Class
:
Class
<
any
>
Readonly
param
Types
param
Types
:
Array
<
Type
>
Readonly
parameter
Annotations
parameter
Annotations
:
string
[]
= []
Readonly
return
Type
return
Type
:
Type
Methods
invoke
invoke
(
obj
:
object
,
...
args
:
Array
<
any
>
)
:
any
Parameters
obj:
object
Rest
...
args:
Array
<
any
>
Returns
any
Globals
JS
an
app
core
d2
ds
fx
input
ioc
lang
math
media
model
net
store
sugar
ui
unit
util
view
Annotation
Target
Annotation
Annotations
Class
Field
Method
constructor
annotations
fn
is
Static
name
owner
Class
param
Types
parameter
Annotations
return
Type
invoke
Aop
Advisor
Annotation
Definition
J
R
T
Y
_aop
_wrong
Target
after
around
before
deprecated
klass
throws
The reflected class of a method.