Class MethodInfo


  • public class MethodInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInfo​(java.lang.String methodIdentifier, boolean isStatic)  
      MethodInfo​(java.lang.String methodIdentifier, boolean isStatic, java.util.Set<MethodInvocation> methodInvocations)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • methodIdentifier

        public final java.lang.String methodIdentifier
      • isStatic

        public final boolean isStatic
      • methodInvocations

        public final java.util.Set<MethodInvocation> methodInvocations
      • isReachable

        public boolean isReachable
    • Constructor Detail

      • MethodInfo

        public MethodInfo​(java.lang.String methodIdentifier,
                          boolean isStatic)
      • MethodInfo

        public MethodInfo​(java.lang.String methodIdentifier,
                          boolean isStatic,
                          java.util.Set<MethodInvocation> methodInvocations)