Interface TeaVMTargetController
public interface TeaVMTargetController
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddVirtualMethods(Predicate<MethodReference> methods) booleanbooleanisVirtual(MethodReference method) reportProgress(int progress) boolean
-
Method Details
-
wasCancelled
boolean wasCancelled() -
getClassLoader
ClassLoader getClassLoader() -
getUnprocessedClassSource
ClassReaderSource getUnprocessedClassSource() -
getResourceProvider
ResourceProvider getResourceProvider() -
getCacheStatus
CacheStatus getCacheStatus() -
getDependencyInfo
DependencyInfo getDependencyInfo() -
getDiagnostics
Diagnostics getDiagnostics() -
getProperties
Properties getProperties() -
getServices
ServiceRepository getServices() -
getOptimizationLevel
TeaVMOptimizationLevel getOptimizationLevel() -
isFriendlyToDebugger
boolean isFriendlyToDebugger() -
getEntryPoint
String getEntryPoint() -
getEntryPointName
String getEntryPointName() -
getPreservedClasses
-
isVirtual
-
reportProgress
-
addVirtualMethods
-
getClassInitializerInfo
ClassInitializerInfo getClassInitializerInfo()
-