Class MethodTypeSignature
java.lang.Object
com.ibm.wala.types.generics.Signature
com.ibm.wala.types.generics.MethodTypeSignature
UNDER CONSTRUCTION.
MethodTypeSignature: FormalTypeParameters? (TypeSignature*) ReturnType ThrowsSignature*
ReturnType: TypeSignature
- Author:
- sjfink
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypeSignature[]
getArguments
(IMethod method) static MethodTypeSignature
getMethodTypeSignature
(IMethod method) static MethodTypeSignature
-
Method Details
-
make
- Throws:
IllegalArgumentException
-
getArguments
- Returns:
- null if no arguments
-
getReturnType
-
getFormalTypeParameters
-
getArguments
- Returns:
TypeSignature
for arguments, which includes information about generic types- Throws:
InvalidClassFileException
-
getMethodTypeSignature
public static MethodTypeSignature getMethodTypeSignature(IMethod method) throws InvalidClassFileException - Throws:
InvalidClassFileException
-