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.
open fun getDeclarationAsString(includingModifiers: Boolean, includingThrows: Boolean): String
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.