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

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

Introduction

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

Usage

From source file org.codehaus.jdt.groovy.internal.compiler.ast.GroovyTypeDeclaration.java

@SuppressWarnings("restriction")
public class GroovyTypeDeclaration extends TypeDeclaration {

    public List<PropertyNode> properties;

    // The Groovy ClassNode that gave rise to this type declaration

From source file org.nabucco.framework.mda.model.java.ast.extension.type.TypeDeclarationExtension.java

/**
 * Extension for java AST class {@link TypeDeclaration}. Allows parsing and printing of comment
 * blocks.
 * <p/>
 * The programming structure is oriented towards the original {@link TypeDeclaration} class.
 *