Uses of Interface
org.mutabilitydetector.locations.CodeLocation

Packages that use CodeLocation
org.mutabilitydetector   
org.mutabilitydetector.checkers   
org.mutabilitydetector.locations   
 

Uses of CodeLocation in org.mutabilitydetector
 

Methods in org.mutabilitydetector that return CodeLocation
 CodeLocation<?> MutableReasonDetail.codeLocation()
           
 

Methods in org.mutabilitydetector with parameters of type CodeLocation
static MutableReasonDetail MutableReasonDetail.newMutableReasonDetail(String message, CodeLocation<?> location, Reason reason)
           
 

Uses of CodeLocation in org.mutabilitydetector.checkers
 

Methods in org.mutabilitydetector.checkers that return CodeLocation
 CodeLocation<?> AbstractMutabilityChecker.getCodeLocationForException()
           
 

Methods in org.mutabilitydetector.checkers with parameters of type CodeLocation
protected  MutableReasonDetail AbstractMutabilityChecker.createResult(String message, CodeLocation<?> location, Reason reason)
           
protected  void AbstractMutabilityChecker.setResult(String message, CodeLocation<?> location, Reason reason)
           
 

Uses of CodeLocation in org.mutabilitydetector.locations
 

Classes in org.mutabilitydetector.locations with type parameters of type CodeLocation
 interface CodeLocation<T extends CodeLocation<T>>
           
 

Classes in org.mutabilitydetector.locations that implement CodeLocation
 class ClassLocation
           
static class CodeLocation.UnknownCodeLocation
           
 class FieldLocation
           
 



Copyright © 2013. All Rights Reserved.