Package org.benf.cfr.reader.state
Class OverloadMethodSetCache
- java.lang.Object
-
- org.benf.cfr.reader.state.OverloadMethodSetCache
-
public class OverloadMethodSetCache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>>
content
-
Constructor Summary
Constructors Constructor Description OverloadMethodSetCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverloadMethodSet
get(ClassFile classFile, MethodPrototype methodPrototype)
void
set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-
-
-
Field Detail
-
content
private final java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>> content
-
-
Method Detail
-
get
public OverloadMethodSet get(ClassFile classFile, MethodPrototype methodPrototype)
-
set
public void set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-
-