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.IConstantValue
getValue
in interface ICodeGenerator.IConstantValue
public Collection<ICompilerProblem> getProblems()
ICodeGenerator.IConstantValue
getProblems
in interface ICodeGenerator.IConstantValue
Copyright © 2016 The Apache Software Foundation. All rights reserved.