Example usage for org.aspectj.org.eclipse.jdt.core.dom AjASTVisitor subclass-usage

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

Introduction

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

Usage

From source file ajdtplugin.AjNaiveASTFlattener.java

/**
 * Internal AST visitor for serializing an AST in a quick and dirty fashion. For
 * various reasons the resulting string is not necessarily legal Java code; and
 * even if it is legal Java code, it is not necessarily the string that
 * corresponds to the given AST. Although useless for most purposes, it's fine
 * for generating debug print strings.

From source file org.eclipse.ajdt.core.dom.rewrite.AjASTRewriteAnalyzer.java

/**
 * Infrastructure to support code modifications. Existing code must stay untouched, new code
 * added with correct formatting, moved code left with the user's formatting / comments.
 * Idea:
 * - Get the AST for existing code 
 * - Describe changes

From source file org.eclipse.ajdt.internal.core.search.ITDReferenceVisitor.java

/**
 * @author Andrew Eisenberg
 * @created Apr 16, 2010
 *
 */
public class ITDReferenceVisitor extends AjASTVisitor {