DotPrinter

esmeta.cfg.Func.DotPrinter
class DotPrinter(func: Func, targetId: Int, isExit: Boolean) extends DotPrinter

Attributes

Graph
Supertypes
class DotPrinter
class Object
trait Matchable
class Any

Members list

Keywords
  • no keywords
  • lazy
  • override
Inherited
  • Not inherited
  • DotPrinter

Value members

Concrete methods

override def getBgColor(node: Node): String

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def CURRENT: String

Attributes

Inherited from:
DotPrinter
def NON_REACH: String

Attributes

Inherited from:
DotPrinter
def NORMAL: String

Attributes

Inherited from:
DotPrinter
def REACH: String

Attributes

Inherited from:
DotPrinter
def addTo(app: Appender): Appender

Attributes

Inherited from:
DotPrinter
def exitEdgeColor(from: Node): String

Attributes

Inherited from:
DotPrinter
def getColor(node: Node): String

Attributes

Inherited from:
DotPrinter
def getEdgeColor(from: Node, to: Node): String

Attributes

Inherited from:
DotPrinter
def getId(node: Node): String

Attributes

Inherited from:
DotPrinter
def norm(node: IRElem): String

Attributes

Inherited from:
DotPrinter
def norm(str: String): String

Attributes

Inherited from:
DotPrinter

Concrete fields

lazy override val exitBgColor: String

Inherited fields

lazy val entryBgColor: String

Attributes

Inherited from:
DotPrinter
lazy val entryColor: String

Attributes

Inherited from:
DotPrinter
lazy val entryEdgeColor: String

Attributes

Inherited from:
DotPrinter
lazy val entryId: String

Attributes

Inherited from:
DotPrinter
lazy val exitColor: String

Attributes

Inherited from:
DotPrinter
lazy val exitId: String

Attributes

Inherited from:
DotPrinter
lazy val funcId: String

Attributes

Inherited from:
DotPrinter
lazy val funcName: String

Attributes

Inherited from:
DotPrinter