org.apache.velocity.util.introspection

Class ClassMap.MethodInfo

Enclosing Class:
ClassMap

private static final class ClassMap.MethodInfo
extends java.lang.Object

Used for the iterative discovery process for public methods.

Field Summary

(package private) Method
method
(package private) String
name
(package private) Class[]
parameterTypes
(package private) boolean
upcast

Constructor Summary

MethodInfo(Method method)

Method Summary

(package private) void
tryUpcasting(Class clazz)

Field Details

method

(package private)  Method method


name

(package private)  String name


parameterTypes

(package private)  Class[] parameterTypes


upcast

(package private)  boolean upcast

Constructor Details

MethodInfo

(package private)  MethodInfo(Method method)

Method Details

tryUpcasting

(package private)  void tryUpcasting(Class clazz)
            throws NoSuchMethodException


Copyright B) 2002 Apache Software Foundation. All Rights Reserved.