public static class ScriptClass.ScriptMethod extends Object
| 构造器和说明 |
|---|
ScriptMethod(Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getName() |
List<ScriptClass.ScriptMethodParameter> |
getParameters() |
String |
getReturnType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isOrigin() |
public ScriptMethod(Method method)
public String getComment()
public String getName()
public boolean isOrigin()
public String getReturnType()
public List<ScriptClass.ScriptMethodParameter> getParameters()
public boolean isDeprecated()
Copyright © 2020–2022. All rights reserved.