| Package | Description |
|---|---|
| org.neo4j.codegen |
| Modifier and Type | Method and Description |
|---|---|
LocalVariable |
LocalVariables.createNew(TypeReference type,
String name) |
LocalVariable |
CodeBlock.declare(TypeReference type,
String name) |
LocalVariable |
LocalVariables.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBlock.assign(LocalVariable local,
Expression value) |
void |
MethodEmitter.assign(LocalVariable local,
Expression value) |
void |
MethodEmitter.assignVariableInScope(LocalVariable local,
Expression value) |
void |
MethodEmitter.declare(LocalVariable local) |
void |
ExpressionVisitor.load(LocalVariable variable) |
static Expression |
Expression.load(LocalVariable variable) |
<T> void |
MethodEmitter.tryCatchBlock(Consumer<T> body,
Consumer<T> handler,
LocalVariable exception,
T block) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.