Abstract Value Members
- abstract def addFieldAccess(accessContext: ContextType, pc: Int, actualReceiver: (Field) => AccessReceiver, actualParameter: (Field) => Option[AccessParameter], matchers: Iterable[FieldMatcher])(implicit indirectFieldAccesses: IndirectFieldAccesses): Unit
- abstract val apiMethod: DeclaredMethod
- abstract def failure(accessPC: Int, receiver: AccessReceiver, param: Option[AccessParameter], matchers: Set[FieldMatcher])(implicit indirectFieldAccesses: IndirectFieldAccesses, state: ReflectionState[ContextType]): Unit
- abstract def handleFieldAccess(accessContext: ContextType, accessPC: Int, fieldVar: V, fieldSetParameters: Seq[Option[Expr[V]]], stmts: Array[Stmt[V]])(implicit state: ReflectionState[ContextType], indirectFieldAccesses: IndirectFieldAccesses): Unit
- abstract val project: SomeProject
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit final val HighSoundnessMode: Boolean
- def addFieldRead(accessContext: ContextType, accessPC: Int, actualReceiver: (Field) => AccessReceiver, matchers: Iterable[FieldMatcher])(implicit indirectFieldAccesses: IndirectFieldAccesses): Unit
- def addFieldWrite(accessContext: ContextType, accessPC: Int, actualReceiver: (Field) => AccessReceiver, actualParam: (Field) => AccessParameter, matchers: Iterable[FieldMatcher])(implicit indirectFieldAccesses: IndirectFieldAccesses): Unit
- final def asInstanceOf[T0]: T0
- final def ch: ClassHierarchy
- implicit final def classHierarchy: ClassHierarchy
- def clone(): AnyRef
- implicit val contextProvider: ContextProvider
- def continuation(fieldVar: V, state: ReflectionState[ContextType])(eps: SomeEPS): ProperPropertyComputationResult
- implicit val declaredFields: DeclaredFields
- implicit val declaredMethods: DeclaredMethods
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def handleGetField(context: ContextType, accessPC: Int, fieldDefSite: Int, actualReceiver: AccessReceiver, actualParameter: Option[AccessParameter], baseMatchers: Set[FieldMatcher], stmts: Array[Stmt[V]])(implicit indirectFieldAccesses: IndirectFieldAccesses, state: ReflectionState[ContextType]): Set[FieldMatcher]
- final def handleNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, isDirect: Boolean): ProperPropertyComputationResult
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- implicit final def logContext: LogContext
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def p: SomeProject
- final def processNewCaller(calleeContext: ContextType, callerContext: ContextType, accessPC: Int, tac: TACode[TACMethodParameter, V], receiverOption: Option[Expr[V]], params: Seq[Option[Expr[V]]], targetVarOption: Option[V], isDirect: Boolean): ProperPropertyComputationResult
- implicit final val propertyStore: PropertyStore
- final def ps: PropertyStore
- final def registerAPIMethod(): ProperPropertyComputationResult
- def returnResult(fieldVar: V)(implicit state: ReflectionState[ContextType], indirectFieldAccesses: IndirectFieldAccesses): ProperPropertyComputationResult
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit val typeIterator: TypeIterator
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any