public interface MethodReader extends MemberReader
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
getAnnotationDefault() |
MethodDescriptor |
getDescriptor() |
ValueType[] |
getParameterTypes() |
ProgramReader |
getProgram() |
MethodReference |
getReference() |
ValueType |
getResultType() |
ValueType[] |
getSignature() |
int |
parameterCount() |
ValueType |
parameterType(int index) |
getOwnerNamegetAnnotations, getLevel, getName, hasModifier, readModifiersValueType getResultType()
int parameterCount()
ValueType[] getSignature()
ValueType parameterType(int index)
ValueType[] getParameterTypes()
MethodDescriptor getDescriptor()
MethodReference getReference()
ProgramReader getProgram()
AnnotationValue getAnnotationDefault()
Copyright © 2015. All rights reserved.