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.
- Alphabetic
- By Inheritance
- ToTxt
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- 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.
- def apply[P <: AnyRef, V <: Var[V]](tac: TACode[P, V]): Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callToTxt[V <: Var[V]](name: String, params: Seq[Expr[V]]): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def stmtsToTxtStmt[V <: Var[V]](stmts: Array[Stmt[V]], includePC: Boolean): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def toTxtExpr[V <: Var[V]](expr: Expr[V]): String
- Annotations
- @inline()
- final def toTxtStmt[V <: Var[V]](stmt: Stmt[V], includePC: Boolean): String
- Annotations
- @inline()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated