Uses of Class
eu.pedu.lib20s.dbg.CallerReporter.Level
Package | Description |
---|---|
eu.pedu.lib20s.dbg |
Balíček obsahuje pomocné třídy používané při ladění.
|
-
Uses of CallerReporter.Level in eu.pedu.lib20s.dbg
Methods in eu.pedu.lib20s.dbg that return CallerReporter.Level Modifier and Type Method Description static CallerReporter.Level
CallerReporter.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CallerReporter.Level[]
CallerReporter.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.pedu.lib20s.dbg with parameters of type CallerReporter.Level Modifier and Type Method Description static java.lang.String
CallerReporter. getCallerName(CallerReporter.Level level, int depth)
Vrátí řetězec s názvem metody, která tuto metodu zavolala.