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

com.googlecode.d2j.dex.writer.insn.Label Maven / Gradle / Ivy

There is a newer version: 2.4.22
Show newest version
package com.googlecode.d2j.dex.writer.insn;


public class Label extends Insn {

    @Override
    public int getCodeUnitSize() {
        return 0;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy