Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.FileASTRequestor
Packages that use FileASTRequestor
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of FileASTRequestor in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type FileASTRequestorModifier and TypeMethodDescriptionvoidASTParser.createASTs(String[] sourceFilePaths, String[] encodings, String[] bindingKeys, FileASTRequestor requestor, org.eclipse.core.runtime.IProgressMonitor monitor) Creates ASTs for a batch of compilation units. -
Uses of FileASTRequestor in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type FileASTRequestorModifier and TypeMethodDescriptionvoidICompilationUnitResolver.parse(String[] sourceFilePaths, String[] encodings, FileASTRequestor requestor, int apiLevel, Map<String, String> compilerOptions, int flags, org.eclipse.core.runtime.IProgressMonitor monitor) Parse the given source paths with the following options.voidICompilationUnitResolver.resolve(String[] sourceFilePaths, String[] encodings, String[] bindingKeys, FileASTRequestor requestor, int apiLevel, Map<String, String> compilerOptions, List<FileSystem.Classpath> classpathList, int flags, org.eclipse.core.runtime.IProgressMonitor monitor) Parse the ASTs and resolve the bindings for the given source files using the following options.