public class DefaultCasts
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultCasts.AnyToArray |
static class |
DefaultCasts.AnyToSet |
static class |
DefaultCasts.AnyToString |
static class |
DefaultCasts.AnyToVector |
static class |
DefaultCasts.FilesToCFiles |
static class |
DefaultCasts.FileToExistingFile |
static class |
DefaultCasts.FileToString |
static class |
DefaultCasts.FormatToString |
static class |
DefaultCasts.IntegerToDouble |
static class |
DefaultCasts.IntegerToPositiveInteger |
static class |
DefaultCasts.Iterables |
static class |
DefaultCasts.SetToCFiles |
static class |
DefaultCasts.SetToFiles |
static class |
DefaultCasts.StringToCFiles |
static class |
DefaultCasts.StringToExistingFile |
static class |
DefaultCasts.StringToFile |
static class |
DefaultCasts.StringToFileFormat |
static class |
DefaultCasts.StringToFiles |
static class |
DefaultCasts.VectorToCFiles |
static class |
DefaultCasts.VectorToFiles |
Constructor and Description |
---|
DefaultCasts() |
Modifier and Type | Method and Description |
---|---|
static void |
createCasts(ScriptSystemInterface<?,?> target)
Puts default type casts into the given script system
|
static GCompoundFile |
parseFromString(java.lang.String fname) |
public static GCompoundFile parseFromString(java.lang.String fname)
public static void createCasts(ScriptSystemInterface<?,?> target)