public class DebugSnapshot extends Object implements Comparable<DebugSnapshot>
| Constructor and Description |
|---|
DebugSnapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
int stackHiding,
String message,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DebugSnapshot o) |
String |
shortToString() |
String |
toString() |
public String shortToString()
public int compareTo(DebugSnapshot o)
compareTo in interface Comparable<DebugSnapshot>Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.