Package | Description |
---|---|
org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
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 | Field and Description |
---|---|
protected IMXMLToken |
MXMLTagData.commentToken
MXML Comment
|
Modifier and Type | Method and Description |
---|---|
IMXMLToken |
MXMLTagData.getCommentToken() |
Modifier and Type | Method and Description |
---|---|
void |
MXMLTagData.setCommentToken(IMXMLToken commentToken) |
Constructor and Description |
---|
MXMLStateSplitter(IMXMLToken nameToken,
MXMLDialect mxmlDialect,
Collection<ICompilerProblem> problems,
IFileSpecification fileSpec)
Constructor.
|
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 |
---|---|
IMXMLToken[] |
MXMLTokenizer.getTokens(Reader reader) |
IMXMLToken[] |
MXMLTokenizer.getTokens(String range) |
Modifier and Type | Method and Description |
---|---|
static IMXMLToken |
MXMLTokenFactory.create(int tokenType,
int start,
int end,
int line,
int column,
CharSequence tokenText)
Creates an
IMXMLToken instance. |
IMXMLToken[] |
IMXMLTokenizer.getTokens(Reader reader)
Returns an array of
IMXMLToken objects for a given range of text represented by a Reader |
IMXMLToken[] |
IMXMLTokenizer.getTokens(String range)
Returns an array of
IMXMLToken objects for a given range of text represented by a String |
Copyright © 2016 The Apache Software Foundation. All rights reserved.