Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.types.discovery.InferredJavaType.ClashState
Packages that use InferredJavaType.ClashState
-
Uses of InferredJavaType.ClashState in org.benf.cfr.reader.bytecode.analysis.types.discovery
Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery that return InferredJavaType.ClashStateModifier and TypeMethodDescriptionInferredJavaType.IJTInternal_Clash.getClashState()
InferredJavaType.IJTInternal_Impl.getClashState()
InferredJavaType.IJTInternal.getClashState()
static InferredJavaType.ClashState
Returns the enum constant of this class with the specified name.static InferredJavaType.ClashState[]
InferredJavaType.ClashState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery with parameters of type InferredJavaType.ClashStateModifier and TypeMethodDescriptionvoid
InferredJavaType.IJTInternal_Clash.markClashState
(InferredJavaType.ClashState newClashState) void
InferredJavaType.IJTInternal_Impl.markClashState
(InferredJavaType.ClashState newClashState) void
InferredJavaType.IJTInternal.markClashState
(InferredJavaType.ClashState newClashState)