codeOf

abstract override fun codeOf(astNode: AstNode): String?

Returns the raw code of the ast node, generic for java or c++ ast nodes.

Return

the source code

Parameters

the raw ast type
astNode

the ast node