org.mutabilitydetector.locations
Interface CodeLocation<T extends CodeLocation<T>>

All Superinterfaces:
Comparable<T>
All Known Implementing Classes:
ClassLocation, CodeLocation.UnknownCodeLocation, FieldLocation

public interface CodeLocation<T extends CodeLocation<T>>
extends Comparable<T>


Nested Class Summary
static class CodeLocation.UnknownCodeLocation
           
 
Method Summary
 String prettyPrint()
           
 String typeName()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

typeName

String typeName()

prettyPrint

String prettyPrint()


Copyright © 2013. All Rights Reserved.