uk.co.badgersinfoil.metaas
Interface ActionScriptParser


public interface ActionScriptParser

Parse an entire ActionScript source file from the given Reader, returning a from CompilationUnit which details of the type contained in the file can be obtained.

See Also:
ActionScriptFactory.newParser()

Method Summary
 ASCompilationUnit parse(java.io.Reader in)
           
 

Method Detail

parse

ASCompilationUnit parse(java.io.Reader in)


Copyright © 2006-2007 David Holroyd. All Rights Reserved.