lombok.core.debug
Class DebugSnapshot
java.lang.Object
lombok.core.debug.DebugSnapshot
- All Implemented Interfaces:
- Comparable<DebugSnapshot>
public class DebugSnapshot
- extends Object
- implements Comparable<DebugSnapshot>
|
Constructor Summary |
DebugSnapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
int stackHiding,
String message,
Object... params)
|
DebugSnapshot
public DebugSnapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
int stackHiding,
String message,
Object... params)
shortToString
public String shortToString()
toString
public String toString()
- Overrides:
toString in class Object
compareTo
public int compareTo(DebugSnapshot o)
- Specified by:
compareTo in interface Comparable<DebugSnapshot>
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.