| Package | Description |
|---|---|
| sk.stuba.fiit.perconik.eclipse.jdt.core.dom |
Extension to the
org.eclipse.jdt.core.dom package
of the Eclipse Platform. |
| Modifier and Type | Method and Description |
|---|---|
static TreeParserConstructKind |
TreeParserConstructKind.valueOf(org.eclipse.jdt.core.dom.ASTNode element) |
static TreeParserConstructKind |
TreeParserConstructKind.valueOf(java.lang.Class<? extends org.eclipse.jdt.core.dom.ASTNode> type) |
static TreeParserConstructKind |
TreeParserConstructKind.valueOf(int value) |
static TreeParserConstructKind |
TreeParserConstructKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeParserConstructKind[] |
TreeParserConstructKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|