public class JavaConstructor extends JavaElement
Constructor.
In a constructor we need to keep all parameters types as fqn since when
a jaxx object inheritates from anohter one, it is painfull (even impossible?)
to find out from a simple name his fqn.
So when using constructor, always keep fqn types.JavaElementComparator| Modifier and Type | Method and Description |
|---|---|
JavaArgument[] |
getArguments()
Returns a list of the method's arguments.
|
String |
getBody() |
String[] |
getExceptions()
Returns a list of exceptions the method can throw.
|
addAnnotation, getAnnotations, getModifiers, getModifiersText, getName, hasAnnotations, isAbstract, setModifiers, setNamepublic JavaArgument[] getArguments()
public String[] getExceptions()
public String getBody()
Copyright © 2008–2019 Ultreia.io. All rights reserved.