| Package | Description |
|---|---|
| org.neo4j.codegen | |
| org.neo4j.codegen.bytecode | |
| org.neo4j.codegen.source |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeGenerationStrategy<Configuration> |
class |
DisassemblyVisitor |
| Modifier and Type | Field and Description |
|---|---|
static CodeGeneratorOption |
CodeGeneratorOption.BLANK_OPTION |
static CodeGeneratorOption |
CodeGeneratorOption.PRINT_DISASSEMBLY |
| Modifier and Type | Method and Description |
|---|---|
static CodeGenerator |
CodeGenerator.generateCode(ClassLoader loader,
CodeGenerationStrategy<?> strategy,
CodeGeneratorOption... options) |
static CodeGenerator |
CodeGenerator.generateCode(CodeGenerationStrategy<?> strategy,
CodeGeneratorOption... options) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteCode |
| Modifier and Type | Field and Description |
|---|---|
static CodeGeneratorOption |
ByteCode.VERIFY_GENERATED_BYTECODE |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceCode |
class |
SourceVisitor |
| Modifier and Type | Field and Description |
|---|---|
static CodeGeneratorOption |
SourceCode.PRINT_SOURCE |
static CodeGeneratorOption |
SourceCode.PRINT_WARNINGS |
| Modifier and Type | Method and Description |
|---|---|
static CodeGeneratorOption |
SourceCode.annotationProcessor(Processor processor) |
static CodeGeneratorOption |
SourceCode.sourceLocation(Path path) |
static CodeGeneratorOption |
SourceCode.temporarySourceCodeLocation() |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.