Uses of Enum
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
Subclasses with type arguments of type InferredJavaType.ClashState in org.benf.cfr.reader.bytecode.analysis.types.discoveryMethods 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.ClashStateReturns the enum constant of this type with the specified name.static InferredJavaType.ClashState[]InferredJavaType.ClashState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.types.discovery with parameters of type InferredJavaType.ClashStateModifier and TypeMethodDescriptionvoidInferredJavaType.IJTInternal_Clash.markClashState(InferredJavaType.ClashState newClashState) voidInferredJavaType.IJTInternal_Impl.markClashState(InferredJavaType.ClashState newClashState) voidInferredJavaType.IJTInternal.markClashState(InferredJavaType.ClashState newClashState)