public class ClassMethod extends Object implements Method, ClassMember
| Constructor and Description |
|---|
ClassMethod(Method method) |
ClassMethod(Method method,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class> |
getConcernedReturnedTypes() |
Set<Class> |
getConcernedTypes() |
Class |
getDeclaringClass() |
Optional<Link> |
getLink() |
Method |
getMethod() |
String |
getName() |
Optional<MethodAttribute[]> |
getParameters() |
Optional<String> |
getReturnTypeName() |
Class |
getType() |
ClassMethod |
setLink(Optional<Link> link) |
String |
toStringMethod() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, isManagedpublic ClassMethod(Method method)
public Optional<String> getReturnTypeName()
getReturnTypeName in interface Methodpublic Class getType()
getType in interface ClassMemberpublic String getName()
getName in interface ClassMembergetName in interface Methodpublic Optional<MethodAttribute[]> getParameters()
getParameters in interface Methodpublic Method getMethod()
public Class getDeclaringClass()
getDeclaringClass in interface ClassMemberpublic Set<Class> getConcernedTypes()
getConcernedTypes in interface ClassMemberpublic String toStringMethod()
public ClassMethod setLink(Optional<Link> link)
Copyright © 2017 Focus IT. All rights reserved.