Trait

org.opalj.ai.cg

MethodCallsDomainWithMethodLockup

Related Doc: package cg

Permalink

trait MethodCallsDomainWithMethodLockup extends MethodCallsHandling with Callees

Self Type
MethodCallsDomainWithMethodLockup with ValuesFactory with ReferenceValuesDomain with Configuration with TheProject with TheCode
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodCallsDomainWithMethodLockup
  2. Callees
  3. MethodCallsHandling
  4. MethodCallsDomain
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MethodCallResult = Computation[(MethodCallsDomainWithMethodLockup.this)#DomainValue, (MethodCallsDomainWithMethodLockup.this)#ExceptionValues]

    Permalink
    Definition Classes
    MethodCallsDomain

Abstract Value Members

  1. abstract def cache: CallGraphCache[MethodSignature, Set[Method]]

    Permalink
    Definition Classes
    Callees
  2. abstract def doInvoke(pc: PC, method: Method, operands: (MethodCallsDomainWithMethodLockup.this)#Operands, fallback: () ⇒ (MethodCallsDomainWithMethodLockup.this)#MethodCallResult): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
  3. abstract def invokedynamic(pc: PC, bootstrapMethod: BootstrapMethod, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain
  4. implicit abstract def project: SomeProject

    Permalink
    Definition Classes
    Callees

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to any2stringadd[MethodCallsDomainWithMethodLockup] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MethodCallsDomainWithMethodLockup, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to ArrowAssoc[MethodCallsDomainWithMethodLockup] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def MethodCallResult(potentialExceptions: Iterable[(MethodCallsDomainWithMethodLockup.this)#ExceptionValue]): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  7. def MethodCallResult(returnValue: (MethodCallsDomainWithMethodLockup.this)#DomainValue, exceptions: Iterable[(MethodCallsDomainWithMethodLockup.this)#ExceptionValue]): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def callees(caller: Method, declaringClassType: ObjectType, isInterface: Boolean, name: String, descriptor: MethodDescriptor): Set[Method]

    Permalink
    Definition Classes
    Callees
    Annotations
    @inline()
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def doNonVirtualInvoke(pc: PC, declaringType: ObjectType, isInterface: Boolean, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands, fallback: () ⇒ (MethodCallsDomainWithMethodLockup.this)#MethodCallResult): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
  12. def doVirtualInvoke(pc: PC, declaringType: ObjectType, isInterface: Boolean, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands, fallback: () ⇒ (MethodCallsDomainWithMethodLockup.this)#MethodCallResult): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink

    Currently, if we have multiple targets, fallback is called and that result is returned.

    Currently, if we have multiple targets, fallback is called and that result is returned.

    Attributes
    protected[this]
  13. def ensuring(cond: (MethodCallsDomainWithMethodLockup) ⇒ Boolean, msg: ⇒ Any): MethodCallsDomainWithMethodLockup

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to Ensuring[MethodCallsDomainWithMethodLockup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (MethodCallsDomainWithMethodLockup) ⇒ Boolean): MethodCallsDomainWithMethodLockup

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to Ensuring[MethodCallsDomainWithMethodLockup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): MethodCallsDomainWithMethodLockup

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to Ensuring[MethodCallsDomainWithMethodLockup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): MethodCallsDomainWithMethodLockup

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to Ensuring[MethodCallsDomainWithMethodLockup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to StringFormat[MethodCallsDomainWithMethodLockup] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getPotentialExceptions(pc: PC): List[(MethodCallsDomainWithMethodLockup.this)#ExceptionValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  23. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, targetMethods: Set[Method], receiverIsNull: Answer, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink

    methodDescriptor

    The method descriptor as specified by the invoke instruction. In case of the invocation of a signature polymorphic method using org.opalj.br.instructions.INVOKEVIRTUAL the descriptor of the invoked method may differ from the descriptor used by the method. Nevertheless, the MethodCallResult has to satisfy the requirements of the caller. In particular regarding the return type.

    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  24. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  25. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, receiverIsNull: Answer): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  26. def handleInvoke(pc: PC, targetMethod: Method, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  27. def handleInvoke(pc: PC, methodDescriptor: MethodDescriptor): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MethodCallsHandling
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def invokeinterface(pc: PC, declaringType: ObjectType, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
  30. def invokespecial(pc: PC, declaringType: ObjectType, isInterface: Boolean, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
  31. def invokestatic(pc: PC, declaringType: ObjectType, isInterface: Boolean, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink

    Those invokestatic calls for which we have no concrete method (e.g., the respective class file was never loaded or the method is native) or if have a recursive invocation are delegated to the super class.

    Those invokestatic calls for which we have no concrete method (e.g., the respective class file was never loaded or the method is native) or if have a recursive invocation are delegated to the super class.

    Definition Classes
    MethodCallsDomainWithMethodLockupMethodCallsDomain
  32. def invokevirtual(pc: PC, declaringType: ReferenceType, name: String, descriptor: MethodDescriptor, operands: (MethodCallsDomainWithMethodLockup.this)#Operands): (MethodCallsDomainWithMethodLockup.this)#MethodCallResult

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (MethodCallsDomainWithMethodLockup, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsDomainWithMethodLockup to ArrowAssoc[MethodCallsDomainWithMethodLockup] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Callees

Inherited from MethodCallsHandling

Inherited from MethodCallsDomain

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MethodCallsDomainWithMethodLockup to any2stringadd[MethodCallsDomainWithMethodLockup]

Inherited by implicit conversion StringFormat from MethodCallsDomainWithMethodLockup to StringFormat[MethodCallsDomainWithMethodLockup]

Inherited by implicit conversion Ensuring from MethodCallsDomainWithMethodLockup to Ensuring[MethodCallsDomainWithMethodLockup]

Inherited by implicit conversion ArrowAssoc from MethodCallsDomainWithMethodLockup to ArrowAssoc[MethodCallsDomainWithMethodLockup]

Ungrouped