Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing |
This package is the internal counterpart of the external
org.apache.flex.compiler.parsing package. |
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.parsing.mxml | |
org.apache.flex.compiler.parsing |
This package contains classes and interfaces involved in parsing
AS and MXML.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteringList<T extends ICMToken> |
Modifier and Type | Class and Description |
---|---|
class |
TokenBase
Base class of ASToken, MXMLToken, CSSToken
|
Modifier and Type | Method and Description |
---|---|
boolean |
ITokenStreamFilter.accept(ICMToken token) |
Modifier and Type | Class and Description |
---|---|
class |
ASDocToken |
class |
ASToken
ActionScript token (output unit of ASTokenizer/ASTokenFixer, input unit of
ASTreeAssembler).
|
class |
MetaDataPayloadToken
This token represents a valid set of metadata, and includes all of the
indivdual tokens that make up that set
|
class |
MetadataToken
Metadata token (output unit of MetadataTokenizer, input unit of
MetadataParser)
|
Modifier and Type | Method and Description |
---|---|
ICMToken |
MetadataToken.changeType(int type) |
ICMToken |
MetaDataPayloadToken.changeType(int type) |
ICMToken |
ASToken.changeType(int type) |
ICMToken |
ASDocToken.changeType(int type) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLToken
MXML token (output unit of MXMLTokenizer, input unit of MXMLData constructor).
|
Modifier and Type | Method and Description |
---|---|
ICMToken |
MXMLToken.changeType(int type) |
Modifier and Type | Interface and Description |
---|---|
interface |
IASToken
A token returned back by an
IASTokenizer created when we scan text |
interface |
IMXMLToken
A token returned back by an
IMXMLTokenizer created when we scan text |
Modifier and Type | Method and Description |
---|---|
ICMToken |
ICMToken.changeType(int type)
Changes the type of the token, and returns a new copy with the desired type.
|
Constructor and Description |
---|
GenericTokenStream(List<? extends ICMToken> tokens)
Constructor
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.