Package gw.lang.reflect
Class MethodInfoBuilder
java.lang.Object
gw.lang.reflect.MethodInfoBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(IFeatureInfo container) like(IMethodInfo method) withCallHandler(IMethodCallHandler callHandler) withDeprecated(String deprecated) withDescription(String description) withExceptions(ExceptionInfoBuilder... exceptions) withHidden(boolean hidden) withLocation(ILocationInfo locationInfo) withParameters(ParameterInfoBuilder... parameters) withReturnDescription(String returnDescription) withReturnType(IType returnType) withReturnType(Class returnType) withStatic(boolean isStatic)
-
Constructor Details
-
MethodInfoBuilder
public MethodInfoBuilder()
-
-
Method Details
-
withName
-
withParameters
-
withReturnType
-
withReturnType
-
withCallHandler
-
withExceptions
-
withDeprecated
-
withStatic
-
withStatic
-
withDescription
-
withReturnDescription
-
withHidden
-
withHidden
-
like
-
like
-
like
-
build
-
withLocation
-