grom358 / pharborist

A PHP library to query and transform source code via tree operations.
GNU General Public License v3.0
44 stars 10 forks source link

Add ConstantIndex::getUsages() #218

Open phenaproxima opened 9 years ago

phenaproxima commented 9 years ago

Should return an array of SourcePositions where the constant is used.