| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
IMXMLToken.MXMLTokenKind |
MXMLToken.getMXMLTokenKind() |
| Modifier and Type | Method and Description |
|---|---|
IMXMLToken.MXMLTokenKind |
IMXMLToken.getMXMLTokenKind()
Returns the kind of token that we represent.
|
static IMXMLToken.MXMLTokenKind |
IMXMLToken.MXMLTokenKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMXMLToken.MXMLTokenKind[] |
IMXMLToken.MXMLTokenKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.