public class ClassHierarchyAnalysis extends Object
| Constructor and Description |
|---|
ClassHierarchyAnalysis(BytecodeLinkerContext linkerContext) |
| Modifier and Type | Method and Description |
|---|---|
Optional<BytecodeLinkedClass> |
classProvidingInvokableMethod(String aMethodName,
BytecodeMethodSignature aSignature,
BytecodeTypeRef aInvocationTarget,
Value aReceiver,
Predicate<BytecodeLinkedClass> aClassFilter,
Predicate<BytecodeMethod> aMethodFilter) |
public ClassHierarchyAnalysis(BytecodeLinkerContext linkerContext)
public Optional<BytecodeLinkedClass> classProvidingInvokableMethod(String aMethodName, BytecodeMethodSignature aSignature, BytecodeTypeRef aInvocationTarget, Value aReceiver, Predicate<BytecodeLinkedClass> aClassFilter, Predicate<BytecodeMethod> aMethodFilter)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.