com.agical.rdoc.core.service.code.impl
Class LazyMethod
java.lang.Object
com.agical.rdoc.core.service.code.impl.LazyMethod
- All Implemented Interfaces:
- Method
public class LazyMethod
- extends java.lang.Object
- implements Method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LazyMethod
public LazyMethod(java.lang.reflect.Method method,
TypeFactory typeFactory,
CodeFormatter codeFormatter,
CodeBlockProvider codeBlockProvider)
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-2010 Agical AB. All Rights Reserved.