public static final class ABCGenerator.ConstantValue extends Object implements 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.
| Constructor and Description |
|---|
ABCGenerator.ConstantValue(Object value,
Collection<ICompilerProblem> 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.
|
public ABCGenerator.ConstantValue(Object value, Collection<ICompilerProblem> problems)
public Object getValue()
ICodeGenerator.IConstantValuegetValue in interface ICodeGenerator.IConstantValuepublic Collection<ICompilerProblem> getProblems()
ICodeGenerator.IConstantValuegetProblems in interface ICodeGenerator.IConstantValueCopyright © 2016 The Apache Software Foundation. All rights reserved.