uk.co.badgersinfoil.metaas
Interface ASParser


public interface ASParser

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:
ASSourceFactory.newParser()

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

Method Detail

parse

CompilationUnit parse(java.io.Reader in)


Copyright © 2006 null. All Rights Reserved.