Uses of Enum Class
io.github.treesitter.jtreesitter.Logger.Type
-
Uses of Logger.Type in io.github.treesitter.jtreesitter
Subclasses with type arguments of type Logger.Type in io.github.treesitter.jtreesitterSubinterfaces with type arguments of type Logger.Type in io.github.treesitter.jtreesitterMethods in io.github.treesitter.jtreesitter that return Logger.TypeModifier and TypeMethodDescriptionstatic Logger.Type
Returns the enum constant of this class with the specified name.static Logger.Type[]
Logger.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.treesitter.jtreesitter with parameters of type Logger.TypeModifier and TypeMethodDescriptionvoid
Logger.accept
(@NonNull Logger.Type type, @NonNull String message)