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

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

Introduction

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

Usage

From source file com.google.devtools.j2objc.ast.TypeDeclaration.java

/**
 * Node type for a class or interface declaration.
 */
public class TypeDeclaration extends AbstractTypeDeclaration {

    private boolean isInterface = false;

From source file com.j2swift.ast.TypeDeclaration.java

/**
 * Node type for a class or interface declaration.
 */
public class TypeDeclaration extends AbstractTypeDeclaration {

    private boolean isInterface = false;