package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
DataFlowOutput(kind: analysis.FlowSensitiveAnalysis.Analysis.Value) extends OutputKind with Product with Serializable
Output kind for a dataflow analysis (named according to the analysis).
-
class
DotArrow extends DotElement
Represents an edge between two nodes in a Graphviz dot file.
-
class
DotDirArrow extends DotArrow
Represents a directed edge between two nodes in a Graphviz dot file.
-
abstract
class
DotElement extends AnyRef
Super-class for elements of a Graphviz dot file.
-
class
DotGraph extends DotElement
Represents a Graphviz dot graph.
-
class
DotNode extends DotElement
Represents a node in a Graphviz dot file.
-
final
case class
Logger(tag: String, level: Level) extends Product with Serializable
A logger.
-
case class
OtherOutput(kind: OutputKindE.Value) extends OutputKind with Product with Serializable
Other output kinds (for other processing phases than the actual analysis).
- sealed trait OutputKind extends AnyRef
-
class
TipProgramException extends RuntimeException
Exception throw in case of an error in the given TIP program.
Value Members
-
object
IDGenerator
Generator for fresh node IDs.
-
object
Log
Basic logging functionality.
-
object
MapUtils
Implicit classes providing convenience methods for maps.
-
object
Output
Basic outputting functionality.
-
object
OutputKindE extends Enumeration
Different kinds of output (determine output file names).