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

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

Introduction

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

Usage

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

/**
 * Node type for a primitive type.
 */
public class PrimitiveType extends AnnotatableType {

    public PrimitiveType(org.eclipse.jdt.core.dom.PrimitiveType jdtNode) {

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

/**
 * Creates a type node by wrapping a name.
 */
public class SimpleType extends AnnotatableType {

    public SimpleType(org.eclipse.jdt.core.dom.SimpleType jdtNode) {