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

com.googlecode.dex2jar.ir.ET Maven / Gradle / Ivy

package com.googlecode.dex2jar.ir;


/**
 * The number of argument
 *
 * @author Panxiaobo
 * @version $Rev$
 * @see com.googlecode.dex2jar.ir.stmt.Stmt
 * @see com.googlecode.dex2jar.ir.expr.Value
 */
public enum ET {

    /**
     * no argument
     */
    E0,
    /**
     * 1 argument
     */
    E1,
    /**
     * 2 argument
     */
    E2,
    /**
     * 3+ argument
     */
    En

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy