NodeWithDeclaration
Node with a declaration representable as a String.
Author
Federico Tomassetti
Since
July 2014
Inheritors
Functions
Link copied to clipboard
As getDeclarationAsString including the modifiers, the throws clause and the parameters with both type and name.
As getDeclarationAsString including the parameters with both type and name.
abstract fun getDeclarationAsString(includingModifiers: Boolean, includingThrows: Boolean, includingParameterName: Boolean): String
A simple representation of the element declaration.