Packages

c

org.opalj.tac.fpcf.analyses.cg

OOSWriteObjectAnalysis

class OOSWriteObjectAnalysis extends TACAIBasedAPIBasedAnalysis with TypeConsumerAnalysis

Analysis handling the specifics of java.io.ObjectOutputStream.writeObject. This method may invoke writeObject, writeReplace or writeExternal on its parameter.

Source
SerializationRelatedCallsAnalysis.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OOSWriteObjectAnalysis
  2. TypeConsumerAnalysis
  3. TACAIBasedAPIBasedAnalysis
  4. APIBasedAnalysis
  5. ContextualAnalysis
  6. FPCFAnalysis
  7. ProjectBasedAnalysis
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

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

Value Members

  1. final val ObjectOutputType: ObjectType
  2. final val WriteExternalDescriptor: MethodDescriptor
  3. final val WriteObjectDescriptor: MethodDescriptor
  4. val apiMethod: DeclaredMethod
  5. def c(receiverVar: V, receiver: Option[(ValueInformation, IntTrieSet)], parameters: Seq[Option[(ValueInformation, IntTrieSet)]], state: CGState[ContextType])(eps: SomeEPS): ProperPropertyComputationResult
  6. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  7. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  8. implicit val declaredMethods: DeclaredMethods
    Definition Classes
    APIBasedAnalysis
  9. final def handleNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, isDirect: Boolean): ProperPropertyComputationResult
  10. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  11. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  12. def processNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, tac: TACode[TACMethodParameter, V], receiverOption: Option[Expr[V]], params: Seq[Option[Expr[V]]], tgtVarOption: Option[V], isDirect: Boolean): ProperPropertyComputationResult
  13. val project: SomeProject
  14. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  15. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  16. final def registerAPIMethod(): ProperPropertyComputationResult
    Definition Classes
    APIBasedAnalysis
  17. def returnResult(receiverVar: V, receiver: Option[(ValueInformation, IntTrieSet)], parameters: Seq[Option[(ValueInformation, IntTrieSet)]], indirectCalls: IndirectCalls)(implicit state: CGState[ContextType]): ProperPropertyComputationResult
  18. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis