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