Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.discovery.InferredJavaType.ClashState
-
Packages that use InferredJavaType.ClashState Package Description org.benf.cfr.reader.bytecode.analysis.types.discovery -
-
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.ClashState Modifier and Type Method Description InferredJavaType.ClashState
InferredJavaType.IJTInternal_Clash. getClashState()
InferredJavaType.ClashState
InferredJavaType.IJTInternal_Impl. getClashState()
InferredJavaType.ClashState
InferredJavaType.IJTInternal. getClashState()
static InferredJavaType.ClashState
InferredJavaType.ClashState. valueOf(java.lang.String name)
Returns 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.ClashState Modifier and Type Method Description void
InferredJavaType.IJTInternal_Clash. markClashState(InferredJavaType.ClashState newClashState)
void
InferredJavaType.IJTInternal_Impl. markClashState(InferredJavaType.ClashState newClashState)
void
InferredJavaType.IJTInternal. markClashState(InferredJavaType.ClashState newClashState)
-