Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.expression | |
org.benf.cfr.reader.entities |
Modifier and Type | Method and Description |
---|---|
FakeMethod |
MethodHandlePlaceholder.addFakeMethod(ClassFile classFile) |
Modifier and Type | Method and Description |
---|---|
FakeMethod |
FakeMethods.add(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
FakeMethod |
ClassFile.addFakeMethod(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
Modifier and Type | Method and Description |
---|---|
List<FakeMethod> |
ClassFile.getMethodFakes() |
List<FakeMethod> |
FakeMethods.getMethods() |
Modifier and Type | Method and Description |
---|---|
FakeMethod |
FakeMethods.add(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
FakeMethod |
ClassFile.addFakeMethod(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
Copyright © 2011-2021. All Rights Reserved.