public abstract class DisassemblyVisitor extends Object implements CodeGeneratorOption
| Modifier and Type | Class and Description |
|---|---|
static interface |
ByteCodeVisitor.Configurable |
static class |
ByteCodeVisitor.Multiplex |
static class |
ByteCodeVisitor.Printer |
| Modifier and Type | Field and Description |
|---|---|
static org.neo4j.codegen.ByteCodeVisitor |
DO_NOTHING |
BLANK_OPTION, PRINT_DISASSEMBLY| Constructor and Description |
|---|
DisassemblyVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Object target) |
static ByteCodeVisitor.Printer |
printer(PrintStream out) |
static ByteCodeVisitor.Printer |
printer(PrintWriter out) |
void |
visitByteCode(String name,
ByteBuffer bytes) |
public final void applyTo(Object target)
applyTo in interface CodeGeneratorOptionpublic final void visitByteCode(String name, ByteBuffer bytes)
public static ByteCodeVisitor.Printer printer(PrintWriter out)
public static ByteCodeVisitor.Printer printer(PrintStream out)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.