public static enum CompilationPhaseTracer.CompilationPhase extends Enum<CompilationPhaseTracer.CompilationPhase>
| Enum Constant and Description |
|---|
AST_REWRITE |
CODE_GENERATION |
LOGICAL_PLANNING |
PARSING |
PIPE_BUILDING |
SEMANTIC_CHECK |
| Modifier and Type | Method and Description |
|---|---|
static CompilationPhaseTracer.CompilationPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationPhaseTracer.CompilationPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilationPhaseTracer.CompilationPhase PARSING
public static final CompilationPhaseTracer.CompilationPhase SEMANTIC_CHECK
public static final CompilationPhaseTracer.CompilationPhase AST_REWRITE
public static final CompilationPhaseTracer.CompilationPhase LOGICAL_PLANNING
public static final CompilationPhaseTracer.CompilationPhase CODE_GENERATION
public static final CompilationPhaseTracer.CompilationPhase PIPE_BUILDING
public static CompilationPhaseTracer.CompilationPhase[] values()
for (CompilationPhaseTracer.CompilationPhase c : CompilationPhaseTracer.CompilationPhase.values()) System.out.println(c);
public static CompilationPhaseTracer.CompilationPhase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.