Packages

object ToTxt

Converts a list of three-address instructions into a text-based representation for comprehension purposes only.

Source
ToTxt.scala
Note

This representation is primarily provided for debugging purposes and is not performance optimized.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToTxt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(method: Method, classHierarchy: ClassHierarchy = ClassHierarchy.PreInitializedClassHierarchy, aiResult: Option[AIResult { val domain: org.opalj.ai.Domain with org.opalj.ai.domain.RecordDefUse }] = None): String

    Creates a text based representation of the three address code generated for the given method.

  5. def apply[P <: AnyRef, V <: Var[V]](params: Parameters[P], stmts: Array[Stmt[V]], cfg: CFG[Stmt[V], TACStmts[V]], skipParams: Boolean, indented: Boolean, includePC: Boolean): Seq[String]

    Converts the statements to some human readable text.

    Converts the statements to some human readable text.

    includePC

    If true the original program counter is also shown in the output.

  6. def apply[P <: AnyRef, V <: Var[V]](tac: TACode[P, V]): Seq[String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def callToTxt[V <: Var[V]](name: String, params: Seq[Expr[V]]): String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def stmtsToTxtStmt[V <: Var[V]](stmts: Array[Stmt[V]], includePC: Boolean): String
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def toTxtExpr[V <: Var[V]](expr: Expr[V]): String
    Annotations
    @inline()
  22. final def toTxtStmt[V <: Var[V]](stmt: Stmt[V], includePC: Boolean): String
    Annotations
    @inline()
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped