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. |
Modifier and Type | Method and Description |
---|---|
void |
ASParser.xmlAttribute(BaseLiteralContainerNode n)
Matches an XML attribute.
|
void |
ASParser.xmlAttributeBlock(BaseLiteralContainerNode n)
Matches a binding expression in an XML literal attribute name.
|
void |
ASParser.xmlContentBlock(BaseLiteralContainerNode n)
Matches a binding expression in an XML literal.
|
void |
ASParser.xmlElementContent(BaseLiteralContainerNode n)
Matches an expression block in XML literals.
|
void |
ASParser.xmlTag(BaseLiteralContainerNode n)
Matches an XML tag.
|
void |
ASParser.xmlToken(BaseLiteralContainerNode n)
Matches an E4X token that can be aggregated in "xmlTokenAggregated".
|
void |
ASParser.xmlWhitespace(BaseLiteralContainerNode n)
Match XML whitespace tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayLiteralNode
Represents a literal node array that contains nodes within an array literal
statement: [ foo, bar, baz ]
|
class |
ObjectLiteralNode
Represents an object literal.
|
class |
VectorLiteralNode |
class |
XMLListLiteralNode |
class |
XMLLiteralNode |
Constructor and Description |
---|
BaseLiteralContainerNode(BaseLiteralContainerNode other)
Copy constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.