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

org.jace.parser.constant.ConstantReader Maven / Gradle / Ivy

There is a newer version: 1.2.22
Show newest version
package org.jace.parser.constant;

import java.io.InputStream;
import org.jace.parser.ConstantPool;

public interface ConstantReader
{
	public int getTag();

	public Constant readConstant(InputStream input, ConstantPool pool) throws ClassFormatError;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy