locationOf

abstract override fun locationOf(astNode: AstNode): PhysicalLocation?

Returns the Region of the code with line and column, index starting at 1, generic for java or c++ ast nodes.

Return

the location

Parameters

the raw ast type
astNode

the ast node