| 构造器和说明 |
|---|
SimpleMethod() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
access()
访问权限
|
SimpleMethod |
access(int access) |
String |
fullName()
全称
|
SimpleMethod |
fullName(String fullName) |
String |
name()
简称
|
SimpleMethod |
name(String name) |
Class |
type()
类型
|
SimpleMethod |
type(Class type) |
public SimpleMethod name(String name)
public SimpleMethod fullName(String fullName)
public SimpleMethod type(Class type)
public SimpleMethod access(int access)
Copyright © 2024. All rights reserved.