ARGC_LIMIT
Constructor and Description |
---|
IRFactory() |
IRFactory(CompilerEnvirons env) |
IRFactory(CompilerEnvirons env,
ErrorReporter errorReporter) |
Modifier and Type | Method and Description |
---|---|
Node |
transform(AstNode node) |
ScriptNode |
transformTree(AstRoot root)
Transforms the tree into a lower-level IR suitable for codegen.
|
public IRFactory()
public IRFactory(CompilerEnvirons env)
public IRFactory(CompilerEnvirons env, ErrorReporter errorReporter)
public ScriptNode transformTree(AstRoot root)
Copyright © 2010 - 2020 Adobe. All Rights Reserved