Modifier and Type | Method and Description |
---|---|
DotName |
enclosingClass()
Returns the class name which declares this method or constructor.
|
String |
name()
The name of the method or constructor
|
List<Type> |
parameters()
Returns the list of parameters declared by this method or constructor.
|
Type |
returnType()
Returns the return type of the method.
|
String |
toString() |
public String name()
public Type returnType()
public List<Type> parameters()
public DotName enclosingClass()
Copyright © 2018 JBoss by Red Hat. All rights reserved.