Interface XExecutable
-
- All Known Subinterfaces:
XConstructor,XMethod
public interface XExecutable extends XMember
- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetParameterCount()String[]getParameterNames()XClass[]getParameterTypes()StringtoGenericString()-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XElement
getAnnotation, getAnnotationsByType, getDocumentation, getModifiers, getName, isFinal, isPrivate, isPublic, isStatic
-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XMember
determineRepeatedElementType, getDeclaringClass
-
-