Uses of Interface
japicmp.model.JApiCanBeSynthetic
-
Packages that use JApiCanBeSynthetic Package Description japicmp.model japicmp.util -
-
Uses of JApiCanBeSynthetic in japicmp.model
Classes in japicmp.model that implement JApiCanBeSynthetic Modifier and Type Class Description class
JApiBehavior
class
JApiClass
class
JApiConstructor
class
JApiField
class
JApiMethod
-
Uses of JApiCanBeSynthetic in japicmp.util
Methods in japicmp.util with parameters of type JApiCanBeSynthetic Modifier and Type Method Description static boolean
ModifierHelper. includeSynthetic(JApiCanBeSynthetic jApiCanBeSynthetic, JarArchiveComparatorOptions options)
static boolean
ModifierHelper. includeSynthetic(JApiCanBeSynthetic jApiCanBeSynthetic, Options options)
static boolean
ModifierHelper. isSynthetic(JApiCanBeSynthetic jApiClass)
-