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

com.googlecode.dex2jar.ir.stmt.JumpStmt Maven / Gradle / Ivy

package com.googlecode.dex2jar.ir.stmt;

public interface JumpStmt {

    LabelStmt getTarget();

    void setTarget(LabelStmt labelStmt);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy