com.agical.rdoc.core.service.code.impl
Class LazyMethod

java.lang.Object
  extended by com.agical.rdoc.core.service.code.impl.LazyMethod
All Implemented Interfaces:
Method

public class LazyMethod
extends java.lang.Object
implements Method


Constructor Summary
LazyMethod(java.lang.reflect.Method method, TypeFactory typeFactory, CodeFormatter codeFormatter, CodeBlockProvider codeBlockProvider)
           
 
Method Summary
 java.lang.String getName()
           
 Parameter[] getParameters()
           
 Type getReturnType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyMethod

public LazyMethod(java.lang.reflect.Method method,
                  TypeFactory typeFactory,
                  CodeFormatter codeFormatter,
                  CodeBlockProvider codeBlockProvider)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Method

getReturnType

public Type getReturnType()
Specified by:
getReturnType in interface Method

getParameters

public Parameter[] getParameters()
Specified by:
getParameters in interface Method

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2011 Agical AB. All Rights Reserved.