Interface PrimitiveType
-
- All Superinterfaces:
Element,NamedElement,Type
@Beta public interface PrimitiveType extends Type
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrimitiveType.KindAn enumeration of the different kinds of primitive types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrimitiveType.KindgetKind()Returns the kind of primitive type that this object represents.-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.Type
getQualifiedName, isAssignableFrom
-
-
-
-
Method Detail
-
getKind
PrimitiveType.Kind getKind()
Returns the kind of primitive type that this object represents.- Returns:
- the kind of primitive type that this object represents
-
-