Lombok - v0.11.0

lombok.core.debug
Class DebugSnapshot

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(DebugSnapshot o)
           
 String shortToString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugSnapshot

public DebugSnapshot(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration owner,
                     int stackHiding,
                     String message,
                     Object... params)
Method Detail

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>

Lombok - v0.11.0

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