Packages

c

org.opalj.tac.fpcf.analyses.cg

OISReadObjectAnalysis

class OISReadObjectAnalysis extends TACAIBasedAPIBasedAnalysis with TypeConsumerAnalysis

Analysis handling the specifics of java.io.ObjectInputStream.readObject. This method may instantiate new objects and invoke readObject, readResolve, readExternal or validateObject on them.

Source
SerializationRelatedCallsAnalysis.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OISReadObjectAnalysis
  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 ObjectInputType: ObjectType
  2. final val ObjectInputValidationType: ObjectType
  3. final val ReadExternalDescriptor: MethodDescriptor
  4. final val ReadObjectDescriptor: MethodDescriptor
  5. val apiMethod: DeclaredMethod
  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. final 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. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis