Package klyn
Contains 39 type(s).
Types
Classes
- AbstractFloat
- AbstractInt
- AbstractNumber
- AbstractSignedInt - Common base type for signed integer value types.
- AbstractUnsignedInt - Common base type for unsigned integer value types.
- Application - Global runtime entry point exposed by default in every Klyn program.
- Boolean
- Byte - Represents an 8-bit unsigned integer.
- Char
- ClassLoader - Class loader abstraction.
- Double - Represents a 64-bit floating-point number.
- Enum - Base class for language enumerations.
- Float - Represents a 32-bit floating-point number.
- Int - Represents a 32-bit signed integer.
- Long - Represents a 64-bit signed integer.
- Object - Object is the root class of all classes in the Klyn language.
- SByte - Represents an 8-bit signed integer.
- Short - Represents a 16-bit signed integer.
- String - The String class is used to store and manipulate textual content.
- StringBuilder - Mutable builder used to efficiently assemble text.
- StringBuilderSync - Thread-safe text builder.
- SystemClassLoader - Default runtime loader.
- Type - Class representing a type in the reflection system.
- TypeError - Exception thrown when a type error is detected.
- UInt - Represents a 32-bit unsigned integer.
- ULong - Represents a 64-bit unsigned integer.
- UShort - Represents a 16-bit unsigned integer.