Package | Description |
---|---|
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.tree.as |
Modifier and Type | Method and Description |
---|---|
Set<IRegExpLiteralNode.RegExpFlag> |
RegExpLiteralNode.getFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
RegExpLiteralNode.hasFlag(IRegExpLiteralNode.RegExpFlag flag) |
Modifier and Type | Method and Description |
---|---|
static IRegExpLiteralNode.RegExpFlag |
IRegExpLiteralNode.RegExpFlag.toFlag(char flag)
Converts a char to its corresponding flag
|
static IRegExpLiteralNode.RegExpFlag |
IRegExpLiteralNode.RegExpFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRegExpLiteralNode.RegExpFlag[] |
IRegExpLiteralNode.RegExpFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<IRegExpLiteralNode.RegExpFlag> |
IRegExpLiteralNode.getFlags()
Returns a set of flags that are set on this regular expression, or an
empty set
|
Modifier and Type | Method and Description |
---|---|
boolean |
IRegExpLiteralNode.hasFlag(IRegExpLiteralNode.RegExpFlag flag)
Determines if a specific flag is set on this regular expression
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.