public interface Method extends Member, ClassTypeContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract()
Checks if this member is abstract.
|
boolean |
isNative()
Checks if this method is native.
|
boolean |
isSynchronized()
Checks if this method is synchronized.
|
isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictFpgetFullNamegetNameboolean isAbstract()
false.true if this member is abstract,
false otherwise.Constructorboolean isNative()
false.true if this method is native,
false otherwise.Constructorboolean isSynchronized()
false.true if this method is synchronized,
false otherwise.Constructor