Package org.jboss.jandex
Class GenericSignatureParser.MethodSignature
- java.lang.Object
-
- org.jboss.jandex.GenericSignatureParser.MethodSignature
-
- Enclosing class:
- GenericSignatureParser
static class GenericSignatureParser.MethodSignature extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Type[]
methodParameters
private Type
returnType
private Type[]
throwables
private Type[]
typeParameters
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodSignature(Type[] typeParameters, Type[] methodParameters, Type returnType, Type[] throwables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]
methodParameters()
Type
returnType()
Type[]
throwables()
java.lang.String
toString()
Type[]
typeParameters()
-