public interface WithDeclaration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeclarationAsString()
As
getDeclarationAsString(boolean, boolean) including
both the modifiers and the throws clause. |
java.lang.String |
getDeclarationAsString(boolean includingModifiers,
boolean includingThrows)
A simple representation of the element declaration.
|
java.lang.String getDeclarationAsString()
getDeclarationAsString(boolean, boolean)
including
both the modifiers and the throws clause.java.lang.String getDeclarationAsString(boolean includingModifiers, boolean includingThrows)
includingModifiers
- flag to include the modifiers (if present) in the string producedincludingThrows
- flag to include the throws clause (if present) in the string producedCopyright © 2007-2015. All Rights Reserved.