Lombok - v0.11.0

lombok.core.debug
Class DebugSnapshotStore

java.lang.Object
  extended by lombok.core.debug.DebugSnapshotStore

public class DebugSnapshotStore
extends Object


Field Summary
static boolean GLOBAL_DSS_DISABLE_SWITCH
           
static DebugSnapshotStore INSTANCE
           
 
Constructor Summary
DebugSnapshotStore()
           
 
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
 

Field Detail

INSTANCE

public static final DebugSnapshotStore INSTANCE

GLOBAL_DSS_DISABLE_SWITCH

public static boolean GLOBAL_DSS_DISABLE_SWITCH
Constructor Detail

DebugSnapshotStore

public DebugSnapshotStore()
Method Detail

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)

Lombok - v0.11.0

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.