Uses of Class
org.openjdk.jmc.flightrecorder.writer.api.Types.Builtin
-
Packages that use Types.Builtin Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of Types.Builtin in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer with parameters of type Types.Builtin Modifier and Type Method Description TypedFieldBuilderTypesImpl. fieldBuilder(String fieldName, Types.Builtin fieldType) -
Uses of Types.Builtin in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return Types.Builtin Modifier and Type Method Description static Types.BuiltinTypes.Builtin. ofName(String name)static Types.BuiltinTypes.Builtin. ofType(Type type)static Types.BuiltinTypes.Builtin. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.Builtin[]Types.Builtin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.flightrecorder.writer.api with parameters of type Types.Builtin Modifier and Type Method Description abstract TypedFieldBuilderTypes. fieldBuilder(String fieldName, Types.Builtin fieldType)
-