class StaticInitializer extends DefaultFeatureQuery
Groups test case features that test the correct recognition of static initializers.
- Note
The features represent the StaticInitializer test cases from the Call Graph Test Project (JCG).
- Alphabetic
- By Inheritance
- StaticInitializer
- DefaultFeatureQuery
- FeatureQuery
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new StaticInitializer()(implicit hermes: HermesConfig)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Object: ObjectType
- val String: ObjectType
-
final
def
apply[S](projectConfiguration: ProjectConfiguration, project: Project[S], rawClassFiles: Traversable[(ClassFile, S)]): TraversableOnce[Feature[S]]
The function which analyzes the project and extracts the feature information.
The function which analyzes the project and extracts the feature information.
- project
A representation of the project. To speed up queries, intermediate information that may also be required by other queries can/should be stored in the project using the org.opalj.fpcf.PropertyStore or using a org.opalj.br.analyses.ProjectInformationKey.
- rawClassFiles
A direct 1:1 representation of the class files. This makes it possible to write queries that need to get an understanding of an unprocessed class file; e.g. that need to analyze the constant pool in detail.
- Definition Classes
- DefaultFeatureQuery → FeatureQuery
- Note
Every query should regularly check that its thread is not interrupted using
isInterrupted.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evaluate[S](projectConfiguration: ProjectConfiguration, project: Project[S], rawClassFiles: Traversable[(ClassFile, S)]): IndexedSeq[LocationsContainer[S]]
- Definition Classes
- StaticInitializer → DefaultFeatureQuery
-
def
featureIDs: Seq[String]
The unique ids of the extracted features.
The unique ids of the extracted features.
- Definition Classes
- StaticInitializer → FeatureQuery
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
val
htmlDescription: Either[String, URL]
Returns an HTML description of this feature query that is targeted at end users; by default it calls
mdDescriptionto try to find a markdown document that describes this feature and then uses TxtMark to convert the document.Returns an HTML description of this feature query that is targeted at end users; by default it calls
mdDescriptionto try to find a markdown document that describes this feature and then uses TxtMark to convert the document. If a document is returned the web engine's user style sheet is set to org.opalj.hermes.FeatureQueries.MDCSS; in case of an URL no stylesheet is set.- returns
An HTML document/a link to an HTML document that describes this query.
- Definition Classes
- FeatureQuery
-
val
id: String
A short descriptive name; by default the simple name of
thisclass.A short descriptive name; by default the simple name of
thisclass.- Definition Classes
- FeatureQuery
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isInterrupted(): Boolean
Queries should regularly check if they are interrupted using this method.
Queries should regularly check if they are interrupted using this method.
- Definition Classes
- FeatureQuery
-
def
mdDescription: String
Returns an explanation of the feature (group) using Markdown as its formatting language.
Returns an explanation of the feature (group) using Markdown as its formatting language.
By default the name of the class is used to lookup the resource "className.markdown" which is expected to be found along the extractor.
- Attributes
- protected
- Definition Classes
- FeatureQuery
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated