| Package | Description |
|---|---|
| gololang |
Provides the top-level Golo support classes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GoloStruct |
GoloStruct.copy()
Makes a shallow copy.
|
abstract GoloStruct |
GoloStruct.frozenCopy()
Makes a shallow frozen copy where any member value modification attempt will fail with an
IllegalStateException. |
abstract GoloStruct |
GoloStruct.set(String member,
Object value)
Sets a member value by name.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.