as3-commons-asblocks icon indicating copy to clipboard operation
as3-commons-asblocks copied to clipboard

getImports() returns empty list

Open asksage opened this issue 10 years ago • 0 comments

getImports() on IASClassType (ASTASClassType) returns empty list in visitClass method of visitor.

I'm doing a simple parse and walk on compilationUnit.

compilationUnit = parser.parse(srcFile); walker.walkCompilationUnit(compilationUnit);

asksage avatar Dec 11 '13 05:12 asksage