Uses of Class
org.mutabilitydetector.IsImmutable

Packages that use IsImmutable
org.mutabilitydetector   
org.mutabilitydetector.checkers   
org.mutabilitydetector.unittesting.matchers   
 

Uses of IsImmutable in org.mutabilitydetector
 

Fields in org.mutabilitydetector declared as IsImmutable
 IsImmutable AnalysisResult.isImmutable
           
 

Methods in org.mutabilitydetector that return IsImmutable
 IsImmutable Reason.createsResult()
           
 IsImmutable MutabilityReason.createsResult()
           
static IsImmutable IsImmutable.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsImmutable[] IsImmutable.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mutabilitydetector with parameters of type IsImmutable
static AnalysisResult AnalysisResult.analysisResult(String dottedClassName, IsImmutable isImmutable, Collection<MutableReasonDetail> reasons)
           
static AnalysisResult AnalysisResult.analysisResult(String dottedClassName, IsImmutable isImmutable, MutableReasonDetail... reasons)
           
 

Uses of IsImmutable in org.mutabilitydetector.checkers
 

Fields in org.mutabilitydetector.checkers declared as IsImmutable
 IsImmutable CheckerResult.isImmutable
           
 

Methods in org.mutabilitydetector.checkers that return IsImmutable
 IsImmutable ResultCalculator.calculateImmutableStatus(Map<IsImmutable,Integer> results)
           
 IsImmutable AbstractMutabilityChecker.result()
           
abstract  IsImmutable AsmMutabilityChecker.result()
           
 

Method parameters in org.mutabilitydetector.checkers with type arguments of type IsImmutable
 IsImmutable ResultCalculator.calculateImmutableStatus(Map<IsImmutable,Integer> results)
           
 

Constructors in org.mutabilitydetector.checkers with parameters of type IsImmutable
CheckerResult(IsImmutable isImmutable, Iterable<MutableReasonDetail> reasons)
           
 

Uses of IsImmutable in org.mutabilitydetector.unittesting.matchers
 

Methods in org.mutabilitydetector.unittesting.matchers with parameters of type IsImmutable
static IsImmutableMatcher IsImmutableMatcher.hasIsImmutableStatusOf(IsImmutable isImmutable)
           
 



Copyright © 2013. All Rights Reserved.