Trait

org.opalj.ai.domain

MethodCallsHandling

Related Doc: package domain

Permalink

trait MethodCallsHandling extends MethodCallsDomain

Support for handling method invocations.

Self Type
MethodCallsHandling with ReferenceValuesDomain with TypedValuesFactory with Configuration with TheCode
Linear Supertypes
MethodCallsDomain, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodCallsHandling
  2. MethodCallsDomain
  3. AnyRef
  4. 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[(MethodCallsHandling.this)#DomainValue, (MethodCallsHandling.this)#ExceptionValues]

    Permalink
    Definition Classes
    MethodCallsDomain

Abstract Value Members

  1. abstract def invokedynamic(pc: PC, bootstrapMethod: BootstrapMethod, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain
  2. abstract def invokeinterface(pc: PC, declaringClass: ObjectType, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain
  3. abstract def invokespecial(pc: PC, declaringClass: ObjectType, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain
  4. abstract def invokestatic(pc: PC, declaringClass: ObjectType, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain
  5. abstract def invokevirtual(pc: PC, declaringClass: ReferenceType, name: String, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

    Permalink
    Definition Classes
    MethodCallsDomain

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 MethodCallsHandling to any2stringadd[MethodCallsHandling] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MethodCallsHandling, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MethodCallsHandling to ArrowAssoc[MethodCallsHandling] 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[(MethodCallsHandling.this)#ExceptionValue]): (MethodCallsHandling.this)#MethodCallResult

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

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

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (MethodCallsHandling) ⇒ Boolean, msg: ⇒ Any): MethodCallsHandling

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
  20. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, targetMethods: Set[Method], receiverIsNull: Answer, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.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]
  21. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, operands: (MethodCallsHandling.this)#Operands): (MethodCallsHandling.this)#MethodCallResult

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

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

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

    Permalink
    Attributes
    protected[this]
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

Inherited from MethodCallsDomain

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped