Uses of Class
com.google.api.generator.engine.ast.TypeNode.TypeKind
-
Packages that use TypeNode.TypeKind Package Description com.google.api.generator.engine.ast -
-
Uses of TypeNode.TypeKind in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return TypeNode.TypeKind Modifier and Type Method Description abstract TypeNode.TypeKindTypeNode. typeKind()static TypeNode.TypeKindTypeNode.TypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeNode.TypeKind[]TypeNode.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.engine.ast with parameters of type TypeNode.TypeKind Modifier and Type Method Description abstract TypeNode.BuilderTypeNode.Builder. setTypeKind(TypeNode.TypeKind typeKind)
-