Package wtf.s1.pudge.hugo2

Types

Hugo2ByteXContext
Link copied to clipboard
class Hugo2ByteXContext(project: Project?, android: AppExtension?, extension: Hugo2ByteXExtension?) : BaseContext<Hugo2ByteXExtension>
Hugo2ByteXExtension
Link copied to clipboard
open class Hugo2ByteXExtension : ByteXExtension
Hugo2ByteXPlugin
Link copied to clipboard
class Hugo2ByteXPlugin : CommonPlugin<Hugo2ByteXExtension, Hugo2ByteXContext>
Hugo2ClassVisitor
Link copied to clipboard
class Hugo2ClassVisitor(context: Hugo2ByteXContext) : BaseClassVisitor
Hugo2MethodVisitor
Link copied to clipboard
class Hugo2MethodVisitor(methodVisitor: MethodVisitor, context: Hugo2ByteXContext, clazz: String?, clazzAnnotated: Boolean, api: Int, access: Int, name: String?, descriptor: String?, signature: String?, exceptions: Array<out String>?) : MethodNode
TraceMethodParam
Link copied to clipboard
data class TraceMethodParam(name: String?, desc: String?, varIndex: Int)

Functions

isClinit
Link copied to clipboard
fun MethodNode.isClinit(): Boolean
isInit
Link copied to clipboard
fun MethodNode.isInit(): Boolean
returnCode
Link copied to clipboard
fun Type.returnCode(): Int