Module org.eclipse.xtend.lib.macro
Interface PrimitiveType
- All Superinterfaces:
Element,NamedElement,Type
- Author:
- Sven Efftinge
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn enumeration of the different kinds of primitive types. -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Returns the kind of primitive type that this object represents.Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.Type
getQualifiedName, isAssignableFrom
-
Method Details
-
getKind
PrimitiveType.Kind getKind()Returns the kind of primitive type that this object represents.- Returns:
- the kind of primitive type that this object represents
-