org.glassfish.gmbal.typelib
Interface EvaluatedMethodDeclaration

All Superinterfaces:
EvaluatedAccessibleDeclaration, EvaluatedDeclaration, EvaluatedType
All Known Implementing Classes:
EvaluatedMethodDeclarationBase

public interface EvaluatedMethodDeclaration
extends EvaluatedAccessibleDeclaration

Author:
ken

Field Summary
 
Fields inherited from interface org.glassfish.gmbal.typelib.EvaluatedType
EBIG_DECIMAL, EBIG_INTEGER, EBOOLEAN, EBOOLEANW, EBYTE, EBYTEW, ECHAR, ECHARW, EDATE, EDOUBLE, EDOUBLEW, EFLOAT, EFLOATW, EINT, EINTW, ELONG, ELONGW, ENUMBER, EOBJECT, EOBJECT_NAME, ESHORT, ESHORTW, ESTRING, EVOID
 
Method Summary
 java.lang.reflect.Method method()
           
 java.util.List<EvaluatedType> parameterTypes()
           
 EvaluatedType returnType()
           
 
Methods inherited from interface org.glassfish.gmbal.typelib.EvaluatedAccessibleDeclaration
accessible, containingClass
 
Methods inherited from interface org.glassfish.gmbal.typelib.EvaluatedDeclaration
annotation, annotations, element, modifiers
 
Methods inherited from interface org.glassfish.gmbal.typelib.EvaluatedType
accept, isImmutable, name
 

Method Detail

parameterTypes

java.util.List<EvaluatedType> parameterTypes()

returnType

EvaluatedType returnType()

method

java.lang.reflect.Method method()