org.mesopotamia.lang.java.ref
Interface MethodInfo

All Superinterfaces:
Info
All Known Implementing Classes:
ConstructorDefinition, JavaClassMethodInfo, MethodDefinition

public interface MethodInfo
extends Info


Field Summary
static java.lang.String CONSTRUCTOR_NAME
          Constructor is a special form of method.
 
Method Summary
 java.util.List<TypeInfo> getExceptionTypes()
           
 java.util.List<TypeSpecInfo> getParameterTypes()
           
 TypeSpecInfo getReturnType()
           
 
Methods inherited from interface org.mesopotamia.lang.java.ref.Info
getDeclaringType, getFcn, getModifiers, getName
 

Field Detail

CONSTRUCTOR_NAME

static final java.lang.String CONSTRUCTOR_NAME
Constructor is a special form of method. This constant defines "special" constructor name.

See Also:
Constant Field Values
Method Detail

getReturnType

TypeSpecInfo getReturnType()

getParameterTypes

java.util.List<TypeSpecInfo> getParameterTypes()

getExceptionTypes

java.util.List<TypeInfo> getExceptionTypes()


Copyright © 2005 Hammurapi Group. All Rights Reserved.