Uses of Enum
org.revapi.java.spi.Code
-
Uses of Code in org.revapi.java.spi
Subclasses with type arguments of type Code in org.revapi.java.spiModifier and TypeClassDescriptionenum
The is a list of all difference codes Revapi's Java extension can emit.Methods in org.revapi.java.spi that return CodeModifier and TypeMethodDescriptionstatic Code
static Code
Returns the enum constant of this type with the specified name.static Code[]
Code.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.revapi.java.spi with parameters of type CodeModifier and TypeMethodDescriptionprotected org.revapi.Difference
CheckBase.createDifference
(Code code, LinkedHashMap<String, String> attachments) protected org.revapi.Difference
CheckBase.createDifferenceWithExplicitParams
(Code code, LinkedHashMap<String, String> attachments, String... params)