All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.linux.android.dvm.VaList Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.android.dvm;

public abstract class VaList extends VarArg {

    protected VaList(BaseVM vm, DvmMethod method) {
        super(vm, method);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy