Class MethodDescriptorParser
java.lang.Object
japicmp.util.MethodDescriptorParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMethodSignature(String methodName) voidParses a method descriptor as specified in the Java Virtual Machine Specification (see http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.3).private voidparseParameters(String signature, int parenthesisCloseIndex) private voidparseReturnValue(String signature, int parenthesisCloseIndex) parseTypes(String paramPart)
-
Field Details
-
parameters
-
returnType
-
-
Constructor Details
-
MethodDescriptorParser
public MethodDescriptorParser()
-
-
Method Details
-
parse
Parses a method descriptor as specified in the Java Virtual Machine Specification (see http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.3).- Parameters:
methodDescriptor- the method descriptor
-
parseReturnValue
-
parseParameters
-
parseTypes
-
getParameters
-
getReturnType
-
getMethodSignature
-