| Package | Description |
|---|---|
| org.neo4j.codegen | |
| org.neo4j.codegen.bytecode | |
| org.neo4j.codegen.source |
| Modifier and Type | Method and Description |
|---|---|
static CodeGenerator |
CodeGenerator.generateCode(ClassLoader loader,
CodeGenerationStrategy<?> strategy,
CodeGeneratorOption... options) |
static CodeGenerator |
CodeGenerator.generateCode(CodeGenerationStrategy<?> strategy,
CodeGeneratorOption... options) |
| Constructor and Description |
|---|
CodeGenerationStrategyNotSupportedException(CodeGenerationStrategy<?> strategy,
String reason) |
| Modifier and Type | Field and Description |
|---|---|
static CodeGenerationStrategy<?> |
ByteCode.BYTECODE |
| Modifier and Type | Field and Description |
|---|---|
static CodeGenerationStrategy<?> |
SourceCode.SOURCECODE |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.