Class ProbingEnvironment
java.lang.Object
org.revapi.java.compilation.ProbingEnvironment
- All Implemented Interfaces:
org.revapi.java.spi.TypeEnvironment
- Since:
- 0.1
- Author:
- Lukas Krejci
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.revapi.API
getApi()
getDerivedTypes
(TypeElement superType) org.revapi.java.spi.JavaTypeElement
getModelElement
(TypeElement javaType) getTree()
boolean
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.revapi.java.spi.TypeEnvironment
getModelElement
-
Constructor Details
-
ProbingEnvironment
public ProbingEnvironment(org.revapi.API api)
-
-
Method Details
-
getApi
public org.revapi.API getApi() -
getCompilationTeardownLatch
-
getCompilationProgressLatch
-
getTree
-
setProcessingEnvironment
-
hasProcessingEnvironment
public boolean hasProcessingEnvironment() -
isScanningComplete
public boolean isScanningComplete() -
getElementUtils
-
getTypeUtils
-
getTypeMap
-
getModelElement
- Specified by:
getModelElement
in interfaceorg.revapi.java.spi.TypeEnvironment
-
getDerivedTypes
-