Uses of Class
org.revapi.java.compilation.ProbingEnvironment
Packages that use ProbingEnvironment
-
Uses of ProbingEnvironment in org.revapi.java
Methods in org.revapi.java that return ProbingEnvironmentConstructors in org.revapi.java with parameters of type ProbingEnvironmentModifierConstructorDescriptionJavaElementDifferenceAnalyzer
(org.revapi.AnalysisContext analysisContext, ProbingEnvironment oldEnvironment, ProbingEnvironment newEnvironment, Iterable<org.revapi.java.spi.Check> checks, AnalysisConfiguration analysisConfiguration) -
Uses of ProbingEnvironment in org.revapi.java.compilation
Methods in org.revapi.java.compilation with parameters of type ProbingEnvironmentModifier and TypeMethodDescriptionCompiler.compile
(ProbingEnvironment environment, AnalysisConfiguration.MissingClassReporting missingClassReporting, boolean ignoreMissingAnnotations) -
Uses of ProbingEnvironment in org.revapi.java.model
Fields in org.revapi.java.model declared as ProbingEnvironmentModifier and TypeFieldDescriptionprotected final ProbingEnvironment
AbstractJavaElement.environment
Methods in org.revapi.java.model with parameters of type ProbingEnvironmentModifier and TypeMethodDescriptionstatic JavaElementBase
<?, ?> JavaElementFactory.elementFor
(Element modelElement, TypeMirror modelType, ProbingEnvironment env, org.revapi.Archive archive) Constructors in org.revapi.java.model with parameters of type ProbingEnvironmentModifierConstructorDescriptionprotected
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, TypeElement missingType) PackageElement
(ProbingEnvironment env, org.revapi.Archive archive, PackageElement element) 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).