Uses of Enum
org.teavm.diagnostics.ProblemSeverity
Packages that use ProblemSeverity
-
Uses of ProblemSeverity in org.teavm.diagnostics
Methods in org.teavm.diagnostics that return ProblemSeverityModifier and TypeMethodDescriptionProblem.getSeverity()static ProblemSeverityReturns the enum constant of this type with the specified name.static ProblemSeverity[]ProblemSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teavm.diagnostics with parameters of type ProblemSeverityModifierConstructorDescriptionProblem(ProblemSeverity severity, CallLocation location, String text, Object[] params)