Uses of Enum Class
org.eclipse.xtend.lib.macro.declaration.PrimitiveType.Kind
Packages that use PrimitiveType.Kind
-
Uses of PrimitiveType.Kind in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return PrimitiveType.KindModifier and TypeMethodDescriptionPrimitiveType.getKind()Returns the kind of primitive type that this object represents.static PrimitiveType.KindReturns the enum constant of this class with the specified name.static PrimitiveType.Kind[]PrimitiveType.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.