net.jangaroo.jooc.backend
Class ApiModelGenerator
java.lang.Object
net.jangaroo.jooc.backend.ApiModelGenerator
public class ApiModelGenerator
- extends Object
Generates a model of the given compilation unit AST.
Feeding this model to an ActionScriptCodeGeneratingModelVisitor generates reduced ActionScript source code.
The reduced code is used as reference during compilation
and can be run through the asdoc tool.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiModelGenerator
public ApiModelGenerator(boolean excludeClassByDefault)
isExcludeClassByDefault
public boolean isExcludeClassByDefault()
generateModel
public CompilationUnitModel generateModel(CompilationUnit compilationUnit)
throws IOException
- Throws:
IOException
Copyright © 2002–2014 CoreMedia AG. All rights reserved.