Packages

class TamiFlexLogData extends AnyRef

Container class, to represent a tamiflex log: https://github.com/secure-software-engineering/tamiflex

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

Instance Constructors

  1. new TamiFlexLogData(_classes: Map[(String, String, Int), Set[ReferenceType]], _methods: Map[(String, String, Int), Set[DeclaredMethod]], _fields: Map[(String, String, Int), Set[Field]])

Value Members

  1. def classes(source: DeclaredMethod, reflectionTarget: String, sourceLine: Int): Set[ReferenceType]
  2. def fields(source: DeclaredMethod, reflectionTarget: String, sourceLine: Int): Set[Field]
  3. def methods(source: DeclaredMethod, reflectionTarget: String, sourceLine: Int): Set[DeclaredMethod]