Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

EclipseJDT Plug-in Developer Guide
Previous Page Home Next Page

Eclipse JDT
Release 3.5

Package com.sun.mirror.type

Interfaces used to model types.

See:
           Description

Interface Summary
AnnotationType Represents an annotation type.
ArrayType Represents an array type.
ClassType Represents a class type.
DeclaredType Represents a declared type, either a class type or an interface type.
EnumType Represents an enum type.
InterfaceType Represents an interface type.
PrimitiveType Represents a primitive type.
ReferenceType Represents a reference type.
TypeMirror Represents a type in the Java programming language.
TypeVariable Represents a type variable.
VoidType A pseudo-type representing the type of void.
WildcardType Represents a wildcard type argument.
 

Enum Summary
PrimitiveType.Kind An enumeration of the different kinds of primitive types.
 

Exception Summary
MirroredTypeException Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
MirroredTypesException Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
 

Package com.sun.mirror.type Description

Interfaces used to model types. A type is represented by the appropriate subinterface of TypeMirror.

Note that the apt tool and its associated APIs may be changed or superseded in future j2se releases.

Since:
1.5

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire