public static interface ICodeGenerator.IConstantValue
ICodeGenerator.generateConstantValue(org.apache.flex.compiler.tree.as.IASNode, org.apache.flex.compiler.projects.ICompilerProject)
(}.
In addition to producing the constant value itself, the constant reduction process can also produce compiler problems.
Modifier and Type | Method and Description |
---|---|
Collection<ICompilerProblem> |
getProblems()
The compiler problems produced by the constant reduction process.
|
Object |
getValue()
The value produced by the constant reduction process.
|
Object getValue()
Collection<ICompilerProblem> getProblems()
Copyright © 2016 The Apache Software Foundation. All rights reserved.