public class ImmutableCollectionChecker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImmutableCollectionChecker.Configuration |
static class |
ImmutableCollectionChecker.UnmodifiableWrapResult |
Constructor and Description |
---|
ImmutableCollectionChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode,
org.objectweb.asm.Type typeAssignedToField,
com.google.common.collect.ImmutableMultimap<String,CopyMethod> userDefinedCopyMethods) |
ImmutableCollectionChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode,
org.objectweb.asm.Type typeAssignedToField,
com.google.common.collect.ImmutableMultimap<String,CopyMethod> userDefinedCopyMethods,
String typeSignature) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkInvokesImmutableInterfaceMethod() |
ImmutableCollectionChecker.UnmodifiableWrapResult |
checkWrappedInUnmodifiable() |
public ImmutableCollectionChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, org.objectweb.asm.Type typeAssignedToField, com.google.common.collect.ImmutableMultimap<String,CopyMethod> userDefinedCopyMethods)
public ImmutableCollectionChecker(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, org.objectweb.asm.Type typeAssignedToField, com.google.common.collect.ImmutableMultimap<String,CopyMethod> userDefinedCopyMethods, String typeSignature)
public ImmutableCollectionChecker.UnmodifiableWrapResult checkWrappedInUnmodifiable()
public boolean checkInvokesImmutableInterfaceMethod()
Copyright © 2008–2022 Graham Allan. All rights reserved.