public class FakeMethods extends Object implements TypeUsageCollectable
Constructor and Description |
---|
FakeMethods() |
Modifier and Type | Method and Description |
---|---|
FakeMethod |
add(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
void |
collectTypeUsages(TypeUsageCollector collector) |
List<FakeMethod> |
getMethods() |
public FakeMethod add(Object key, String nameHint, UnaryFunction<String,FakeMethod> methodFactory)
public List<FakeMethod> getMethods()
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages
in interface TypeUsageCollectable
Copyright © 2011-2021. All Rights Reserved.