org.mutabilitydetector.checkers
Class CollectionTypeWrappedInUnmodifiableIdiomChecker

java.lang.Object
  extended by org.mutabilitydetector.checkers.CollectionTypeWrappedInUnmodifiableIdiomChecker

public class CollectionTypeWrappedInUnmodifiableIdiomChecker
extends Object


Nested Class Summary
static class CollectionTypeWrappedInUnmodifiableIdiomChecker.UnmodifiableWrapResult
           
 
Constructor Summary
CollectionTypeWrappedInUnmodifiableIdiomChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, org.objectweb.asm.Type typeAssignedToField)
           
 
Method Summary
 CollectionTypeWrappedInUnmodifiableIdiomChecker.UnmodifiableWrapResult checkWrappedInUnmodifiable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTypeWrappedInUnmodifiableIdiomChecker

public CollectionTypeWrappedInUnmodifiableIdiomChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode,
                                                       org.objectweb.asm.Type typeAssignedToField)
Method Detail

checkWrappedInUnmodifiable

public CollectionTypeWrappedInUnmodifiableIdiomChecker.UnmodifiableWrapResult checkWrappedInUnmodifiable()


Copyright © 2013. All Rights Reserved.