Skip navigation links
LSPS 3.6 SDK

Package com.whitestein.lsps.lang.exec

All types in the language have their Java implementation class.

See: Description

Package com.whitestein.lsps.lang.exec Description

All types in the language have their Java implementation class. The SimpleTypes are represented entirely by some existing Java class (e.g. decimal and integer types are represented by Decimal). The complex types - lists, sets, maps, references, closures and records - are represented by interfaces where the real implementation is given by the implementation of the HolderFactory which is returned by the implementation of the Namespace.

All the ValueHolders have their runtime type which can be obtained by ValueHolder.getType() (for simple types see TypeHelper.typeForRuntimeObject(Object).

Skip navigation links
LSPS 3.6 SDK

Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.