Java org.eclipse.jdt.core.dom UnionType fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom UnionType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom UnionType.

The text is from its open source code.

Field

ASTNode.NodeListtypes
The list of types (element type: Type ).

Constructor

UnionType(AST ast)
Creates a new unparented node for an union type owned by the given AST.

Method

ITypeBindingresolveBinding()
Resolves and returns the binding for this type.