Trait

org.opalj.ai.domain.l0

ReturnInstructionsDomain

Related Doc: package l0

Permalink

trait ReturnInstructionsDomain extends ai.ReturnInstructionsDomain with MonitorInstructionsTracker

Self Type
ReturnInstructionsDomain with ValuesDomain with Configuration with ExceptionsFactory
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReturnInstructionsDomain
  2. MonitorInstructionsTracker
  3. CustomInitialization
  4. MonitorInstructionsDomain
  5. ReturnInstructionsDomain
  6. AnyRef
  7. 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

Abstract Value Members

  1. abstract def abruptMethodExecution(pc: PC, exceptionValue: (ReturnInstructionsDomain.this)#ExceptionValue): Unit

    Permalink

    Called by the abstract interpreter when an exception is thrown that is not (guaranteed to be) handled within the same method.

    Called by the abstract interpreter when an exception is thrown that is not (guaranteed to be) handled within the same method.

    Definition Classes
    ReturnInstructionsDomain
    Note

    If the original exception value is null (/*E.g.*/throw null;), then the exception that is actually thrown is a new NullPointerException. This situation is, however, completely handled by OPAL and the exception value is hence never null.

  2. abstract def areturn(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    The given value, which is a value with computational type reference, is returned by the return instruction with the given pc.

    The given value, which is a value with computational type reference, is returned by the return instruction with the given pc.

    Definition Classes
    ReturnInstructionsDomain
  3. abstract def dreturn(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    The given value, which is a value with computational type double, is returned by the return instruction with the given pc.

    The given value, which is a value with computational type double, is returned by the return instruction with the given pc.

    Definition Classes
    ReturnInstructionsDomain
  4. abstract def freturn(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    The given value, which is a value with computational type float, is returned by the return instruction with the given pc.

    The given value, which is a value with computational type float, is returned by the return instruction with the given pc.

    Definition Classes
    ReturnInstructionsDomain
  5. abstract def ireturn(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    The given value, which is a value with computational type integer, is returned by the return instruction with the given pc.

    The given value, which is a value with computational type integer, is returned by the return instruction with the given pc.

    Definition Classes
    ReturnInstructionsDomain
  6. abstract def lreturn(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    The given value, which is a value with computational type long, is returned by the return instruction with the given pc.

    The given value, which is a value with computational type long, is returned by the return instruction with the given pc.

    Definition Classes
    ReturnInstructionsDomain
  7. abstract def returnVoid(pc: PC): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    Called when a return instruction with the given pc is reached.

    Called when a return instruction with the given pc is reached. In other words, when the method returns normally.

    Definition Classes
    ReturnInstructionsDomain

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReturnInstructionsDomain to ArrowAssoc[ReturnInstructionsDomain] 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: (ReturnInstructionsDomain) ⇒ Boolean, msg: ⇒ Any): ReturnInstructionsDomain

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReturnInstructionsDomain to Ensuring[ReturnInstructionsDomain] 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 ReturnInstructionsDomain to StringFormat[ReturnInstructionsDomain] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def handleReturn(pc: PC): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    Creates a computation object that encapsulates the result of a computation that may throw an IllegalMonitorStateException if a monitor is (potentially) used.

    Creates a computation object that encapsulates the result of a computation that may throw an IllegalMonitorStateException if a monitor is (potentially) used. The primary example are the (XXX)return instructions.

    pc

    The program counter of a return instruction.

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def initProperties(code: Code, cfJoins: BitSet, initialLocals: (ReturnInstructionsDomain.this)#Locals): Unit

    Permalink

    Override this method to perform custom initialization steps.

    Override this method to perform custom initialization steps.

    Always use abstract override and call the super method; it is recommended to complete the initialization of this domain before calling the super method.

    Definition Classes
    MonitorInstructionsTrackerCustomInitialization
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isMonitorInstructionUsed: Boolean

    Permalink
    Definition Classes
    MonitorInstructionsTracker
  22. def monitorenter(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValue]

    Permalink

    Handles a monitorenter instruction.

    Handles a monitorenter instruction.

    Definition Classes
    MonitorInstructionsTrackerMonitorInstructionsDomain
    Note

    A monitor enter instruction may throw a NullPointerException.

  23. def monitorexit(pc: PC, value: (ReturnInstructionsDomain.this)#DomainValue): Computation[Nothing, (ReturnInstructionsDomain.this)#ExceptionValues]

    Permalink

    Handles a monitorexit instruction.

    Handles a monitorexit instruction.

    Definition Classes
    MonitorInstructionsTrackerMonitorInstructionsDomain
    Note

    A monitor exit instruction may throw a NullPointerException or an IllegalMonitorStateException.

  24. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. var usesMonitorInstruction: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MonitorInstructionsTracker
  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): (ReturnInstructionsDomain, B)

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

Inherited from CustomInitialization

Inherited from MonitorInstructionsDomain

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped