public class MethodDescriptor extends Object
| Constructor and Description |
|---|
MethodDescriptor(String name,
Class<?>... signature) |
MethodDescriptor(String name,
ValueType... signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MethodDescriptor |
get(MethodHolder method) |
String |
getName() |
ValueType[] |
getParameterTypes() |
ValueType |
getResultType() |
ValueType[] |
getSignature() |
int |
hashCode() |
int |
parameterCount() |
ValueType |
parameterType(int index) |
static MethodDescriptor |
parse(String text) |
static ValueType[] |
parseSignature(String text) |
String |
signatureToString() |
String |
toString() |
public String getName()
public ValueType[] getSignature()
public ValueType[] getParameterTypes()
public ValueType getResultType()
public int parameterCount()
public ValueType parameterType(int index)
public String signatureToString()
public static MethodDescriptor get(MethodHolder method)
public static MethodDescriptor parse(String text)
Copyright © 2015. All rights reserved.