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 | Field and Description |
---|---|
protected ITerminalNode.TerminalKind |
TerminalNode.kind
The type of terminal node this represents.
|
Modifier and Type | Method and Description |
---|---|
ITerminalNode.TerminalKind |
TerminalNode.getKind() |
Modifier and Type | Method and Description |
---|---|
ITerminalNode.TerminalKind |
ITerminalNode.getKind()
Represents the kind of the terminal condition
|
static ITerminalNode.TerminalKind |
ITerminalNode.TerminalKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITerminalNode.TerminalKind[] |
ITerminalNode.TerminalKind.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.