object XHTML
Several utility methods to facilitate the development of the abstract interpreter/ new domains for the abstract interpreter, by creating various kinds of dumps of the state of the interpreter.
Thread Safety
This object is thread-safe.
- Source
- XHTML.scala
- Alphabetic
- By Inheritance
- XHTML
- 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 annotationsAsXHTML(method: Method): Node
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dump(classFile: Option[ClassFile], method: Option[Method], code: Code, resultHeader: Option[String], domain: Domain)(cfJoins: IntTrieSet, operandsArray: TheOperandsArray[Domain.Operands], localsArray: TheLocalsArray[Domain.Locals]): Node
- def dump(classFile: ClassFile, method: Method, resultHeader: String, result: AIResult): Node
- def dumpAIState(code: Code, domain: Domain)(cfJoins: IntTrieSet, operandsArray: TheOperandsArray[Domain.Operands], localsArray: TheLocalsArray[Domain.Locals]): Node
- def dumpInstruction(pc: Int, lineNumber: Option[Int], instruction: Instruction, pathsJoin: Boolean, subroutineId: Int, exceptionHandlers: Option[String], domain: Domain, operandsOnly: Boolean)(operands: Domain.Operands, locals: Domain.Locals)(implicit ids: Option[(AnyRef) => Int]): Node
- def dumpLocals(locals: Locals[_ <: AnyRef])(implicit ids: Option[(AnyRef) => Int]): Node
- def dumpOnFailure[T, D <: Domain](classFile: ClassFile, method: Method, ai: AI[_ >: D], theDomain: D, minimumDumpInterval: Long = 500L)(f: (AIResult { val domain: theDomain.type }) => T): T
- def dumpOnFailureDuringValidation[T](classFile: Option[ClassFile], method: Option[Method], code: Code, result: AIResult, minimumDumpInterval: Long = 500L)(f: => T): T
In case that during the validation some exception is thrown, a dump of the current memory layout is written to a temporary file and opened in a browser; the number of dumps that are generated is controlled by
timeInMillisBetweenDumps
.In case that during the validation some exception is thrown, a dump of the current memory layout is written to a temporary file and opened in a browser; the number of dumps that are generated is controlled by
timeInMillisBetweenDumps
. If a dump is suppressed a short message is printed on the console.- f
The function that performs the validation of the results.
- def dumpStack(operands: Operands[_ <: AnyRef])(implicit ids: Option[(AnyRef) => Int]): Node
- 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 synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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