Trait

org.opalj.ai.domain.l0

SimpleTypeLevelInvokeInstructions

Related Doc: package l0

Permalink

trait SimpleTypeLevelInvokeInstructions extends MethodCallsDomain

Most basic handling of method invocations that determines the value that is put onto the operand stack/returned by a method call based on the called method's return type.

This implementation completely ignores exceptions and/or errors thrown by the method.

(Linkage related exceptions are currently generally ignored.)

Self Type
SimpleTypeLevelInvokeInstructions with ReferenceValuesDomain with ValuesFactory with Configuration
Note

By ignoring potentially thrown exceptions it may be the case that not all possible paths in a program are explored and that the overall analysis may not be sound.

Linear Supertypes
MethodCallsDomain, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleTypeLevelInvokeInstructions
  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[(SimpleTypeLevelInvokeInstructions.this)#DomainValue, (SimpleTypeLevelInvokeInstructions.this)#ExceptionValues]

    Permalink
    Definition Classes
    MethodCallsDomain

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def handleInstanceBasedInvoke(pc: PC, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): (SimpleTypeLevelInvokeInstructions.this)#MethodCallResult

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def invokedynamic(pc: PC, bootstrapMethod: BootstrapMethod, name: String, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): Computation[(SimpleTypeLevelInvokeInstructions.this)#DomainValue, (SimpleTypeLevelInvokeInstructions.this)#ExceptionValues]

    Permalink
  20. def invokeinterface(pc: PC, declaringClass: ObjectType, name: String, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): (SimpleTypeLevelInvokeInstructions.this)#MethodCallResult

    Permalink
  21. def invokespecial(pc: PC, declaringClass: ObjectType, isInterface: Boolean, name: String, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): (SimpleTypeLevelInvokeInstructions.this)#MethodCallResult

    Permalink
  22. def invokestatic(pc: PC, declaringClass: ObjectType, isInterface: Boolean, name: String, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): (SimpleTypeLevelInvokeInstructions.this)#MethodCallResult

    Permalink
  23. def invokevirtual(pc: PC, declaringClass: ReferenceType, name: String, methodDescriptor: MethodDescriptor, operands: (SimpleTypeLevelInvokeInstructions.this)#Operands): (SimpleTypeLevelInvokeInstructions.this)#MethodCallResult

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SimpleTypeLevelInvokeInstructions to ArrowAssoc[SimpleTypeLevelInvokeInstructions] 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 SimpleTypeLevelInvokeInstructions to any2stringadd[SimpleTypeLevelInvokeInstructions]

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

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

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

Ungrouped