org.mutabilitydetector.checkers.info
Class MutableTypeInformation.MutabilityLookup

java.lang.Object
  extended by org.mutabilitydetector.checkers.info.MutableTypeInformation.MutabilityLookup
Enclosing class:
MutableTypeInformation

@Immutable
public static final class MutableTypeInformation.MutabilityLookup
extends Object


Field Summary
 boolean foundCyclicReference
           
 AnalysisResult result
           
 
Method Summary
static MutableTypeInformation.MutabilityLookup complete(AnalysisResult result)
           
static MutableTypeInformation.MutabilityLookup foundCyclicReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public final AnalysisResult result

foundCyclicReference

public final boolean foundCyclicReference
Method Detail

foundCyclicReference

public static MutableTypeInformation.MutabilityLookup foundCyclicReference()

complete

public static MutableTypeInformation.MutabilityLookup complete(AnalysisResult result)


Copyright © 2013. All Rights Reserved.