public class OperationMethod extends ObjectSE
ReflectiveOperationInvoker| コンストラクターと説明 |
|---|
OperationMethod(MethodSE method, OperationType operationType) 新しい OperationMethod インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
MethodSE | getMethod() ソース Java メソッドを返します。 |
OperationType | getOperationType() 操作型を返します。 |
OperationParameters | getParameters() 操作パラメーターを返します。 |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic OperationMethod(MethodSE method, OperationType operationType)
OperationMethod インスタンスを作成します。method - ソースメソッド operationType - 操作型 public MethodSE getMethod()
public OperationType getOperationType()
public OperationParameters getParameters()
public StringSE toString()
ObjectSE の toStringSE