uk.co.badgersinfoil.metaas
Class ASSourceFactory

java.lang.Object
  extended byuk.co.badgersinfoil.metaas.ASSourceFactory

public class ASSourceFactory
extends java.lang.Object


Constructor Summary
ASSourceFactory()
           
 
Method Summary
 CompilationUnit newClass(java.lang.String qualifiedClassName)
           
 CompilationUnit parse(java.io.Reader in)
          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.
 void write(java.io.Writer writer, CompilationUnit cu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASSourceFactory

public ASSourceFactory()
Method Detail

parse

public CompilationUnit parse(java.io.Reader in)
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.


newClass

public CompilationUnit newClass(java.lang.String qualifiedClassName)

write

public void write(java.io.Writer writer,
                  CompilationUnit cu)
           throws java.io.IOException
Throws:
java.io.IOException