Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.parsing |
This package contains classes and interfaces involved in parsing
AS and MXML.
|
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Method and Description |
---|---|
IASToken.ASTokenKind |
ASToken.getTokenKind() |
static IASToken.ASTokenKind |
ASToken.typeToKind(int type)
Get
IASToken.ASTokenKind from a given token type. |
Modifier and Type | Method and Description |
---|---|
IASToken.ASTokenKind |
IASToken.getTokenKind()
Returns the kind of token that we represent.
|
static IASToken.ASTokenKind |
IASToken.ASTokenKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IASToken.ASTokenKind[] |
IASToken.ASTokenKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
IASToken.ASTokenKind |
UnexpectedTokenProblem.tokenKind |
IASToken.ASTokenKind |
UnexpectedEOFProblem.tokenKind |
Constructor and Description |
---|
UnexpectedEOFProblem(ASToken site,
IASToken.ASTokenKind tokenKind) |
UnexpectedTokenProblem(ASToken site,
IASToken.ASTokenKind tokenKind) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.