Class MethodToIDMapper
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.MethodToIDMapper
-
public class MethodToIDMapper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
MethodToIDMapper.Entry
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<MethodToIDMapper.Entry>
knownEntries
-
Constructor Summary
Constructors Constructor Description MethodToIDMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
resolveIdFor(ResolvedMethod method)
-
-
-
Field Detail
-
knownEntries
private final java.util.List<MethodToIDMapper.Entry> knownEntries
-
-
Method Detail
-
resolveIdFor
public int resolveIdFor(ResolvedMethod method)
-
-