Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
VariableKind |
VariableDeclarationStatement.getKind() |
VariableKind |
VariableDeclarationExpression.getKind()
Returns the type of the declaration
|
static VariableKind |
VariableKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableKind[] |
VariableKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclarationStatement.setKind(VariableKind kind) |
void |
VariableDeclarationExpression.setKind(VariableKind variableKind)
Sets the declaration kind
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.