Example usage for org.objectweb.asm.tree.analysis Interpreter interface-usage

List of usage examples for org.objectweb.asm.tree.analysis Interpreter interface-usage

Introduction

In this page you can find the example usage for org.objectweb.asm.tree.analysis Interpreter interface-usage.

Usage

From source file de.jiac.micro.config.analysis.BasicGuesser.java

/**
 * @author Marcel Patzlaff
 * @version $Revision:$
 */
public class BasicGuesser implements Interpreter, Opcodes {
    public Value newValue(Type type) {