Package org.eclipse.m2m.atl.emftvm.util
Class MethodSignature
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.MethodSignature
Method
signature for EMFTVM method caching.-
Constructor Summary
ConstructorDescriptionMethodSignature
(Class<?> context, String name, Class<?>[] argumentTypes, boolean isStatic) Creates a newMethodSignature
. -
Method Summary
-
Constructor Details
-
MethodSignature
Creates a newMethodSignature
.- Parameters:
name
- the method nameargumentTypes
- the method argument typesisStatic
- whether the method is static
-
-
Method Details
-
getContext
Returns the method context (i.e. declaring class).- Returns:
- the context
-
getName
Returns the method name.- Returns:
- the name
-
getArgumentTypes
Returns the method argument types.- Returns:
- the argumentTypes
-
isStatic
public boolean isStatic()Returns whether the method is static.- Returns:
- the isStatic
-
hashCode
public int hashCode() -
equals
-
toString
-