Uses of Class
de.haumacher.msgbuf.generator.ast.Type.TypeKind
-
Packages that use Type.TypeKind Package Description de.haumacher.msgbuf.generator.ast -
-
Uses of Type.TypeKind in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return Type.TypeKind Modifier and Type Method Description Type.TypeKindCustomType. kind()Type.TypeKindMapType. kind()Type.TypeKindPrimitiveType. kind()abstract Type.TypeKindType. kind()The type code of this instance.static Type.TypeKindType.TypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Type.TypeKind[]Type.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-