public interface MethodEmitter
| Modifier and Type | Method and Description |
|---|---|
void |
assign(LocalVariable local,
Expression value) |
void |
assign(TypeReference type,
String name,
Expression value) |
void |
beginCatch(Parameter exception) |
void |
beginFinally() |
void |
beginForEach(Parameter local,
Expression iterable) |
void |
beginIf(Expression test) |
void |
beginTry(Resource... resources) |
void |
beginWhile(Expression test) |
void |
declare(LocalVariable local) |
void |
done() |
void |
endBlock() |
void |
expression(Expression expression) |
void |
put(Expression target,
FieldReference field,
Expression value) |
void |
returns() |
void |
returns(Expression value) |
void |
throwException(Expression exception) |
void done()
void expression(Expression expression)
void put(Expression target, FieldReference field, Expression value)
void returns()
void returns(Expression value)
void assign(TypeReference type, String name, Expression value)
void beginWhile(Expression test)
void beginIf(Expression test)
void beginFinally()
void endBlock()
void beginTry(Resource... resources)
void throwException(Expression exception)
void beginCatch(Parameter exception)
void declare(LocalVariable local)
void assign(LocalVariable local, Expression value)
void beginForEach(Parameter local, Expression iterable)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.