Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Method and Description |
---|---|
protected LiteralNode |
ConfigProcessor.evaluateConstNodeExpression(ConfigExpressionNode node)
turns a config expression into a synthesize LiteralNode
|
protected Object |
ConfigProcessor.evaluateConstNodeExpressionToJavaObject(ConfigExpressionNode node)
turns a config expression node into a Java Interger, Boolean, etc...
|
Modifier and Type | Method and Description |
---|---|
protected ConfigExpressionNode |
ConfigExpressionNode.copy() |
Constructor and Description |
---|
ConfigExpressionNode(ConfigExpressionNode other)
Copy constructor.
|
Constructor and Description |
---|
CannotResolveConfigExpressionProblem(ConfigExpressionNode site,
String configName) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.