Uses of Class
org.benf.cfr.reader.entities.FakeMethod
-
Packages that use FakeMethod Package Description org.benf.cfr.reader.bytecode.analysis.parse.expression org.benf.cfr.reader.entities -
-
Uses of FakeMethod in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as FakeMethod Modifier and Type Field Description private FakeMethod
MethodHandlePlaceholder. fake
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return FakeMethod Modifier and Type Method Description FakeMethod
MethodHandlePlaceholder. addFakeMethod(ClassFile classFile)
private FakeMethod
MethodHandlePlaceholder. generateFake(java.lang.String name)
-
Uses of FakeMethod in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities with type parameters of type FakeMethod Modifier and Type Field Description private java.util.Map<java.lang.Object,FakeMethod>
FakeMethods. fakes
Methods in org.benf.cfr.reader.entities that return FakeMethod Modifier and Type Method Description FakeMethod
FakeMethods. add(java.lang.Object key, java.lang.String nameHint, UnaryFunction<java.lang.String,FakeMethod> methodFactory)
FakeMethod
ClassFile. addFakeMethod(java.lang.Object key, java.lang.String nameHint, UnaryFunction<java.lang.String,FakeMethod> methodFactory)
Methods in org.benf.cfr.reader.entities that return types with arguments of type FakeMethod Modifier and Type Method Description java.util.List<FakeMethod>
ClassFile. getMethodFakes()
java.util.List<FakeMethod>
FakeMethods. getMethods()
Method parameters in org.benf.cfr.reader.entities with type arguments of type FakeMethod Modifier and Type Method Description FakeMethod
FakeMethods. add(java.lang.Object key, java.lang.String nameHint, UnaryFunction<java.lang.String,FakeMethod> methodFactory)
FakeMethod
ClassFile. addFakeMethod(java.lang.Object key, java.lang.String nameHint, UnaryFunction<java.lang.String,FakeMethod> methodFactory)
-