Example usage for org.eclipse.jdt.internal.compiler.ast ASTNode subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.ast ASTNode subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.ast ASTNode subclass-usage.

Usage

From source file ch.uzh.ifi.seal.changedistiller.ast.java.Comment.java

/**
 * AST node representing any kind of comment.
 * 
 * @author Beat Fluri
 */
public class Comment extends ASTNode {

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.AbstractMethodMappingDeclaration.java

/**
 * NEW for OTDT
 *
 * Generalizes structure and resolving for Callin/CallountMethodMappings.
 * Subclasses have to provide specific strategies for type checking.
 *

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.MethodSpec.java

/**
 * NEW for OTDT.
 *
 * Specifier for a method in a method binding.
 * Supports resolving in several steps.
 *

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.PrecedenceDeclaration.java

/**
 * NEW for OTDT:
 * Represents the 'precedence bindingName,..;' statement.
 *
 * Life cycle:
 * + created by Parser.consumePrecedenceDeclaration()