Package org.benf.cfr.reader.state
Class OverloadMethodSetCache
java.lang.Object
org.benf.cfr.reader.state.OverloadMethodSetCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<ClassFile,
Map<MethodPrototype, OverloadMethodSet>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(ClassFile classFile, MethodPrototype methodPrototype) void
set
(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-
Field Details
-
-
Constructor Details
-
OverloadMethodSetCache
public OverloadMethodSetCache()
-
-
Method Details
-
get
-
set
public void set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-