![]() |
|
Navigation |
Synopsis Creates AST from a file
Function
Declaration createAstFromFile(loc file, bool collectBindings, str Version = "1.7")
Usage
import lang::java::m3::AST;
Description useful for analyzing raw source code on disk, but if you have an Eclipse project you should have a look at lang/java/jdt/m3 instead.
![]() |