2009-10-01 1.2.0

org.eclipse.soda.dk.platform.validation.test.checker
Class MethodInfo

java.lang.Object
  extended by org.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo
      extended by org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo
          extended by org.eclipse.soda.dk.platform.validation.test.checker.MethodInfo
All Implemented Interfaces:
java.io.Serializable

public class MethodInfo
extends MemberInfo

Since:
1.0
Version:
1.2.0
See Also:
Serialized Form

Field Summary
static java.lang.String CONSTRUCTOR_NAME
          Define the constructor name (String) constant.
 
Constructor Summary
MethodInfo(java.lang.String name, int accessFlags, java.lang.String returnTypeDescriptor, java.lang.String[] parameterTypeDescriptors, java.lang.String[] exceptionNames)
          Constructs an instance of this class from the specified name, access flags, return type descriptor, parameter type descriptors and exception names parameters.
 
Method Summary
 java.lang.String[] getExceptionNames()
          Gets the exception names (String[]) value.
 java.lang.String[] getParameterTypeDescriptors()
          Gets the parameter type descriptors (String[]) value.
 java.lang.Class[] getParameterTypes()
          Gets the parameter types (Class[]) value.
 boolean isConstructor()
          Gets the constructor (boolean) value.
 java.lang.String toString()
          Returns the string value.
 
Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo
getType, getType, getTypeDescriptor
 
Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo
getAccessFlags, getModifiers, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONSTRUCTOR_NAME

public static final java.lang.String CONSTRUCTOR_NAME
Define the constructor name (String) constant.

See Also:
Constant Field Values
Constructor Detail

MethodInfo

public MethodInfo(java.lang.String name,
                  int accessFlags,
                  java.lang.String returnTypeDescriptor,
                  java.lang.String[] parameterTypeDescriptors,
                  java.lang.String[] exceptionNames)
Constructs an instance of this class from the specified name, access flags, return type descriptor, parameter type descriptors and exception names parameters.

Parameters:
name - The name (String) parameter.
accessFlags - The access flags (int) parameter.
returnTypeDescriptor - The return type descriptor (String) parameter.
parameterTypeDescriptors - The parameter type descriptors (String[]) parameter.
exceptionNames - The exception names (String[]) parameter.
Method Detail

getExceptionNames

public java.lang.String[] getExceptionNames()
Gets the exception names (String[]) value.

Returns:
The exception names (String[]) value.

getParameterTypeDescriptors

public java.lang.String[] getParameterTypeDescriptors()
Gets the parameter type descriptors (String[]) value.

Returns:
The parameter type descriptors (String[]) value.

getParameterTypes

public java.lang.Class[] getParameterTypes()
                                    throws java.lang.ClassNotFoundException
Gets the parameter types (Class[]) value.

Returns:
The parameter types (Class[]) value.
Throws:
java.lang.ClassNotFoundException - Class Not Found Exception.

isConstructor

public boolean isConstructor()
Gets the constructor (boolean) value.

Returns:
The constructor (boolean) value.

toString

public java.lang.String toString()
Returns the string value.

Overrides:
toString in class java.lang.Object
Returns:
The string (String) value.

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.