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

The actionscript3 ast framework antlr implementation

Results 3 as3-commons-asblocks issues
Sort by recently updated
recently updated
newest added

it's ok now,eventhough i don't know why,this project is amazing!thank you for your great work!!!

i try to get it from the net but i can't find it anywhere.where can i get that package

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);