Uses of Class
org.revapi.java.spi.Code
-
-
Uses of Code in org.revapi.java.spi
Methods in org.revapi.java.spi that return Code Modifier and Type Method Description static Code
Code. fromCode(String code)
static Code
Code. valueOf(String name)
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 Code Modifier and Type Method Description protected 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)
-