lombok.core.debug
Class DebugSnapshotStore
java.lang.Object
lombok.core.debug.DebugSnapshotStore
public class DebugSnapshotStore
- extends Object
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DebugSnapshotStore INSTANCE
GLOBAL_DSS_DISABLE_SWITCH
public static boolean GLOBAL_DSS_DISABLE_SWITCH
DebugSnapshotStore
public DebugSnapshotStore()
snapshot
public void snapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params)
log
public void log(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params)
print
public String print(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
String message,
Object... params)
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.