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(CompilationUnitDeclaration owner,
String message,
Object... params) |
String |
print(CompilationUnitDeclaration owner,
String message,
Object... params) |
void |
snapshot(CompilationUnitDeclaration owner,
String message,
Object... params) |
public static final DebugSnapshotStore INSTANCE
public static final boolean GLOBAL_DSS_DISABLE_SWITCH
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.