Uses of Interface
org.aspectj.org.eclipse.jdt.core.JavaCore.JavaCallable
Packages that use JavaCore.JavaCallable
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of JavaCore.JavaCallable in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core with parameters of type JavaCore.JavaCallableModifier and TypeMethodDescriptionstatic <T,E extends Exception>
TJavaCore.callReadOnly(JavaCore.JavaCallable<T, E> callable) Calls the argument and returns its result or its Exception. -
Uses of JavaCore.JavaCallable in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type JavaCore.JavaCallableModifier and TypeMethodDescriptionstatic <T,E extends Exception>
TJavaModelManager.cacheZipFiles(JavaCore.JavaCallable<T, E> callable) static <T,E extends Exception>
TJavaModelManager.callReadOnly(JavaCore.JavaCallable<T, E> callable)