| Package | Description |
|---|---|
| org.neo4j.codegen | |
| org.neo4j.codegen.source |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeGenerationStrategy<Configuration> |
| Modifier and Type | Field and Description |
|---|---|
static CodeGeneratorOption |
CodeGeneratorOption.BLANK_OPTION |
| Modifier and Type | Method and Description |
|---|---|
static CodeGenerator |
CodeGenerator.generateCode(ClassLoader loader,
CodeGeneratorOption... options) |
static CodeGenerator |
CodeGenerator.generateCode(CodeGeneratorOption... options) |
| 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 |
static CodeGeneratorOption |
SourceCode.SOURCECODE |
| Modifier and Type | Method and Description |
|---|---|
static CodeGeneratorOption |
SourceCode.annotationProcessor(Processor processor) |
static CodeGeneratorOption |
SourceCode.sourceLocation(Path path) |
static CodeGeneratorOption |
SourceCode.temporarySourceCodeLocation() |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.