- All Implemented Interfaces:
Scanner
public class MethodParameterNamesScanner
extends Object
implements Scanner
-
Constructor Summary
Constructors
-
Method Summary
getString(javassist.bytecode.MethodInfo method)
scan(javassist.bytecode.ClassFile classFile)
scan the given
classFile
and produces list of
Map.Entry
key/values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MethodParameterNamesScanner
public MethodParameterNamesScanner()
-
Method Details
-
scan
Description copied from interface: Scanner
scan the given
classFile
and produces list of
Map.Entry
key/values
- Specified by:
scan
in interface Scanner
-
getString
private String getString(javassist.bytecode.MethodInfo method)