teotigraphix / as3-commons-asblocks

The actionscript3 ast framework antlr implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getImports() returns empty list

asksage opened this issue · 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);