Package org.apache.spark.graphx.util
Class BytecodeUtils
Object
org.apache.spark.graphx.util.BytecodeUtils
Includes an utility function to test whether a function accesses a specific attribute
of an object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
invokedMethod
(Object closure, Class<?> targetClass, String targetMethod) Test whether the given closure invokes the specified method in the specified class.
-
Constructor Details
-
BytecodeUtils
public BytecodeUtils()
-
-
Method Details
-
invokedMethod
Test whether the given closure invokes the specified method in the specified class.- Parameters:
closure
- (undocumented)targetClass
- (undocumented)targetMethod
- (undocumented)- Returns:
- (undocumented)
-