Example usage for org.eclipse.jdt.core.dom FileASTRequestor subclass-usage

List of usage examples for org.eclipse.jdt.core.dom FileASTRequestor subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.dom FileASTRequestor subclass-usage.

Usage

From source file fr.labri.harmony.rta.junit.jdt.JDTRequestorRTA.java

public class JDTRequestorRTA extends FileASTRequestor {

    private Map<String, String> hashes;

    private boolean isTestFile;

From source file nl.han.ica.core.parser.ASTRequestor.java

public class ASTRequestor extends FileASTRequestor {

    private Set<CompilationUnit> compilationUnits;
    private Set<SourceFile> sourceFiles;

    public ASTRequestor(Set<SourceFile> sourceFiles) {

From source file org.codejuicer.java2csharp.sharpen.customization.CustomFileASTRequestor.java

public class CustomFileASTRequestor extends FileASTRequestor {
    private Log logger;

    private String inputFolder;

    private Map<String, CompilationUnitExtended> sourcePathEntry;

From source file org.sosy_lab.ccvisu.readers.factextractor.EclipseFileASTRequestor.java

public class EclipseFileASTRequestor extends FileASTRequestor {

    private EclipseFactVisitor eclipseVisitor;

    public EclipseFileASTRequestor(EclipseFactVisitor eclipseVisitor) {
        this.eclipseVisitor = eclipseVisitor;