Example usage for org.objectweb.asm.util Printer subclass-usage

List of usage examples for org.objectweb.asm.util Printer subclass-usage

Introduction

In this page you can find the example usage for org.objectweb.asm.util Printer subclass-usage.

Usage

From source file com.gargoylesoftware.js.nashorn.internal.ir.debug.NashornTextifier.java

/**
 * Pretty printer for --print-code.
 * Also supports dot formats if --print-code has arguments
 */
public final class NashornTextifier extends Printer {