getDeclarationAsString
As getDeclarationAsString including the modifiers, the throws clause and the parameters with both type and name.
Return
String representation of declaration
As getDeclarationAsString including the parameters with both type and name. The method declaration is returned without comment.
Return
String representation of declaration based on parameter flags
Parameters
flag to include the modifiers (if present) in the string produced
flag to include the throws clause (if present) in the string produced
A simple representation of the element declaration. It should fit one string.
Return
String representation of declaration based on parameter flags
Parameters
flag to include the modifiers (if present) in the string produced
flag to include the throws clause (if present) in the string produced
flag to include the parameter name (while the parameter type is always included) in the string produced