booster / com.didiglobal.booster.transform.asm / org.objectweb.asm.tree.MethodNode

Extensions for org.objectweb.asm.tree.MethodNode

args

val MethodNode.args: String

isAbstract

val MethodNode.isAbstract: Boolean

isInvisibleAnnotationPresent

fun MethodNode.isInvisibleAnnotationPresent(vararg annotations: String): Boolean
fun MethodNode.isInvisibleAnnotationPresent(annotations: Iterable<String>): Boolean

isNative

val MethodNode.isNative: Boolean

isPrivate

val MethodNode.isPrivate: Boolean

isProtected

val MethodNode.isProtected: Boolean

isPublic

val MethodNode.isPublic: Boolean

isStatic

val MethodNode.isStatic: Boolean

isVisibleAnnotationPresent

fun MethodNode.isVisibleAnnotationPresent(vararg annotations: String): Boolean
fun MethodNode.isVisibleAnnotationPresent(annotations: Iterable<String>): Boolean