Package | Description |
---|---|
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLDocumentNode
MXMLDocumentNode represents the root MXML tag in an MXML document. |
Modifier and Type | Method and Description |
---|---|
NodeBase |
MXMLTreeBuilder.createExpressionNode(IMXMLNode propertyNode,
ITypeDefinition type,
ISourceFragment[] fragments,
ISourceLocation location,
EnumSet<MXMLDialect.TextParsingFlags> flags,
Object defaultValue,
MXMLClassDefinitionNode classNode)
Creates a databinding node, a class directive node, or a literal node.
|
org.apache.flex.compiler.internal.tree.mxml.MXMLInstanceNode |
MXMLTreeBuilder.createInstanceNode(NodeBase parent,
ITypeDefinition type,
ISourceFragment[] fragments,
ISourceLocation location,
EnumSet<MXMLDialect.TextParsingFlags> flags,
MXMLClassDefinitionNode classNode)
Parses the specified source fragments as a databinding, or a compiler
directive, or a textual value of the specified type and returns an MXML
instance node representing the result.
|
NodeBase |
MXMLTreeBuilder.parseExpressionNode(ITypeDefinition type,
ISourceFragment[] fragments,
ISourceLocation location,
EnumSet<MXMLDialect.TextParsingFlags> flags,
Object defaultValue,
MXMLClassDefinitionNode classNode,
boolean postProcess) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.