Packages

class SystemPropertiesAnalysisScheduler extends ReachableMethodAnalysis

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemPropertiesAnalysisScheduler
  2. ReachableMethodAnalysis
  3. TypeConsumerAnalysis
  4. FPCFAnalysis
  5. ProjectBasedAnalysis
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ContextType = cg.TypeIterator.ContextType
    Definition Classes
    TypeConsumerAnalysis
  2. type PropertyType = cg.TypeIterator.PropertyType
    Definition Classes
    TypeConsumerAnalysis

Value Members

  1. final def analyze(declaredMethod: DeclaredMethod): PropertyComputationResult
    Definition Classes
    ReachableMethodAnalysis
  2. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  3. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  4. def computeProperties(propertyMap: Map[String, Set[String]], params: Seq[Expr[DUVar[ValueInformation]]], stmts: Array[Stmt[DUVar[ValueInformation]]]): Map[String, Set[String]]
  5. def getPossibleStrings(value: Expr[DUVar[ValueInformation]], stmts: Array[Stmt[DUVar[ValueInformation]]]): Set[String]
  6. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  7. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  8. def processMethod(callContext: ContextType, tacaiEP: EPS[Method, properties.TACAI]): ProperPropertyComputationResult
  9. final val project: SomeProject
  10. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  11. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  12. implicit final val typeIterator: TypeIterator