|
val MethodNode.args: String |
|
val MethodNode.isAbstract: Boolean |
|
fun MethodNode.isInvisibleAnnotationPresent(vararg annotations: String): Boolean
fun MethodNode.isInvisibleAnnotationPresent(annotations: Iterable<String>): Boolean |
|
val MethodNode.isNative: Boolean |
|
val MethodNode.isPrivate: Boolean |
|
val MethodNode.isProtected: Boolean |
|
val MethodNode.isPublic: Boolean |
|
val MethodNode.isStatic: Boolean |
|
fun MethodNode.isVisibleAnnotationPresent(vararg annotations: String): Boolean
fun MethodNode.isVisibleAnnotationPresent(annotations: Iterable<String>): Boolean |