public class DebugSnapshotStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
GLOBAL_DSS_DISABLE_SWITCH |
static DebugSnapshotStore |
INSTANCE |
| Constructor and Description |
|---|
DebugSnapshotStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params) |
String |
print(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params) |
void |
snapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params) |
public static final DebugSnapshotStore INSTANCE
public static final boolean GLOBAL_DSS_DISABLE_SWITCH
Copyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.