Method and Description |
---|
gololang.LazyList.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.Union.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.Tuple.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.ir.WhenClause.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.GoloStruct.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.error.Result.destruct()
This method should not be called directly and is no more used by new style destructuring.
|
gololang.Predefined.fileExists(Object)
Since 3.3, use
IO.fileExists(Object) . Will be removed in 4.0 |
gololang.Predefined.fileToText(Object, Object)
Since 3.3, use
IO.fileToText(Object, Object) . Will be removed in 4.0 |
org.eclipse.golo.compiler.parser.JavaCharStream.getColumn() |
org.eclipse.golo.compiler.parser.JavaCharStream.getLine() |
gololang.Predefined.readln()
Since 3.3, use
IO.readln() . Will be removed in 4.0 |
gololang.Predefined.readln(String)
Since 3.3, use
IO.readln(String) . Will be removed in 4.0 |
gololang.Predefined.readPassword()
Since 3.3, use
IO.readPassword() . Will be removed in 4.0 |
gololang.Predefined.readPassword(String)
Since 3.3, use
IO.readPassword(String) . Will be removed in 4.0 |
gololang.Predefined.secureReadPassword()
Since 3.3, use
IO.secureReadPassword() . Will be removed in 4.0 |
gololang.Predefined.secureReadPassword(String)
Since 3.3, use
IO.secureReadPassword(String) . Will be removed in 4.0 |
gololang.Predefined.textToFile(Object, Object)
Since 3.3, use
IO.textToFile(Object, Object) . Will be removed in 4.0 |
gololang.Predefined.textToFile(Object, Object, Object)
Since 3.3, use
IO.textToFile(Object, Object, Object) . Will be removed in 4.0 |