| 程序包 | 说明 |
|---|---|
| cn.langpy.kotime.model | |
| cn.langpy.kotime.util |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodType |
MethodInfo.getMethodType() |
MethodType |
MethodNode.getMethodType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MethodInfo.setMethodType(MethodType methodType) |
void |
MethodNode.setMethodType(MethodType methodType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodType |
Common.getMethodType(org.aopalliance.intercept.MethodInvocation pjp) |
static MethodType |
Common.getMethodType(String className) |
static MethodType |
MethodType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodType[] |
MethodType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.