Package | Description |
---|---|
org.eclipse.golo.compiler.parser |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
ASTLetOrVar.Type |
ASTLetOrVar.getType() |
ASTLetOrVar.Type |
ASTDestructuringAssignment.getType() |
static ASTLetOrVar.Type |
ASTLetOrVar.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASTLetOrVar.Type[] |
ASTLetOrVar.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTLetOrVar.setType(ASTLetOrVar.Type type) |
void |
ASTDestructuringAssignment.setType(ASTLetOrVar.Type type) |