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

cn.sj1.tinyasm.core.MethodHeader Maven / Gradle / Ivy

package cn.sj1.tinyasm.core;

import java.util.function.Consumer;

import org.objectweb.asm.MethodVisitor;

public interface MethodHeader extends
		UsingAccess, UsingReturn, UsingThrows,
		UsingParameter, UsingAnnotation, UsingSignature {
	MethodCode begin();
//	void end();

	void code(Consumer invocation);
//	MethodCode code();

	MethodVisitor getMethodVisitor();

//	MethodHeader friendly(Consumer invocation);

//	void makeBridgeMathod();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy