Package | Description |
---|---|
org.revapi.java | |
org.revapi.java.compilation | |
org.revapi.java.model |
Modifier and Type | Method and Description |
---|---|
ProbingEnvironment |
JavaArchiveAnalyzer.getProbingEnvironment() |
Constructor and Description |
---|
JavaElementDifferenceAnalyzer(org.revapi.AnalysisContext analysisContext,
ProbingEnvironment oldEnvironment,
ProbingEnvironment newEnvironment,
Iterable<org.revapi.java.spi.Check> checks,
AnalysisConfiguration analysisConfiguration) |
Modifier and Type | Method and Description |
---|---|
CompilationValve |
Compiler.compile(ProbingEnvironment environment,
AnalysisConfiguration.MissingClassReporting missingClassReporting,
boolean ignoreMissingAnnotations,
InclusionFilter inclusionFilter) |
Modifier and Type | Field and Description |
---|---|
protected ProbingEnvironment |
AbstractJavaElement.environment |
Modifier and Type | Method and Description |
---|---|
static JavaElementBase<?,?> |
JavaElementFactory.elementFor(Element modelElement,
TypeMirror modelType,
ProbingEnvironment env,
org.revapi.Archive archive) |
Constructor and Description |
---|
AbstractJavaElement(ProbingEnvironment environment) |
AnnotationElement(ProbingEnvironment environment,
org.revapi.Archive archive,
AnnotationMirror annotation) |
FieldElement(ProbingEnvironment env,
org.revapi.Archive archive,
VariableElement element,
TypeMirror type) |
MethodElement(ProbingEnvironment env,
org.revapi.Archive archive,
ExecutableElement element,
ExecutableType type) |
MethodParameterElement(ProbingEnvironment env,
org.revapi.Archive archive,
VariableElement element,
TypeMirror type) |
MissingClassElement(ProbingEnvironment env,
String binaryName,
String canonicalName) |
PackageElement(ProbingEnvironment env,
org.revapi.Archive archive,
PackageElement element) |
TypeElement(ProbingEnvironment env,
org.revapi.Archive archive,
String binaryName,
String canonicalName)
This is a helper constructor used only in
MissingClassElement . |
TypeElement(ProbingEnvironment env,
org.revapi.Archive archive,
TypeElement element,
DeclaredType type)
This constructor is used under "normal working conditions" when the probing environment already has
the compilation infrastructure available (which is assumed since otherwise it would not be possible to obtain
instances of the javax.lang.model.element.TypeElement interface).
|
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.