|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.badgersinfoil.metaas.ASSourceFactory
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 |
public ASSourceFactory()
Method Detail |
public CompilationUnit parse(java.io.Reader in)
public CompilationUnit newClass(java.lang.String qualifiedClassName)
public void write(java.io.Writer writer, CompilationUnit cu) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |