org.mutabilitydetector.checkers.info
Class PrivateMethodInvocationInformation

java.lang.Object
  extended by org.mutabilitydetector.checkers.info.PrivateMethodInvocationInformation
All Implemented Interfaces:
AnalysisInformation

public final class PrivateMethodInvocationInformation
extends Object
implements AnalysisInformation


Constructor Summary
PrivateMethodInvocationInformation(AsmSessionCheckerRunner sessionCheckerRunner)
           
 
Method Summary
 boolean isOnlyCalledFromConstructor(MethodIdentifier forMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateMethodInvocationInformation

public PrivateMethodInvocationInformation(AsmSessionCheckerRunner sessionCheckerRunner)
Method Detail

isOnlyCalledFromConstructor

public boolean isOnlyCalledFromConstructor(MethodIdentifier forMethod)


Copyright © 2013. All Rights Reserved.