public class HIndexedMethod extends Object implements HIndexedElement
| Constructor and Description |
|---|
HIndexedMethod(HNDeclareInvokable m) |
HIndexedMethod(net.thevpc.jeep.JMethod m,
String source) |
HIndexedMethod(String name,
String[] parameterNames,
String[] parameterTypes,
String[] imports,
String returnType,
String declaringType,
String[] annotations,
String source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotations() |
String |
getDeclaringType() |
String |
getId() |
String[] |
getImports() |
String |
getName() |
String[] |
getParameterNames() |
String[] |
getParameterTypes() |
String |
getReturnType() |
net.thevpc.jeep.impl.functions.JNameSignature |
getSignature() |
String |
getSource() |
net.thevpc.jeep.JIndexDocument |
toDocument() |
String |
toString() |
public HIndexedMethod(HNDeclareInvokable m)
public HIndexedMethod(net.thevpc.jeep.JMethod m,
String source)
public String getName()
public String[] getParameterNames()
public String[] getParameterTypes()
public String[] getImports()
public String getReturnType()
public String getDeclaringType()
public net.thevpc.jeep.impl.functions.JNameSignature getSignature()
public String getAnnotations()
public String getSource()
public net.thevpc.jeep.JIndexDocument toDocument()
toDocument in interface net.thevpc.jeep.JIndexedElementpublic String getId()
getId in interface net.thevpc.jeep.JIndexedElementCopyright © 2021 vpc open source initiative. All rights reserved.