Class StubEntry


  • class StubEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean mostDerived  
      (package private) Object stub  
    • Constructor Summary

      Constructors 
      Constructor Description
      StubEntry​(Object stub, boolean mostDerived)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • mostDerived

        boolean mostDerived
    • Constructor Detail

      • StubEntry

        StubEntry​(Object stub,
                  boolean mostDerived)