Package-level declarations

Types

Link copied to clipboard
class LocalByteArrayStructure(val shasambly: SimpleShasambly, val address: Int)

A local byte array. It stores the size at the start of it, so you can always get the size using getSize This is the advised type of local byte array over StaticallySizedLocalByteArrayStructure

Link copied to clipboard
class LocalIntArrayStructure(val shasambly: SimpleShasambly, val address: Int)

A local int array. It stores the size at the start of it, so you can always get the size using getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure

Link copied to clipboard
class LocalLongArrayStructure(val shasambly: SimpleShasambly, val address: Int)

A local long array. It stores the size at the start of it, so you can always get the size using getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure

Link copied to clipboard
class LocalShortArrayStructure(val shasambly: SimpleShasambly, val address: Int)

A local short array. It stores the size at the start of it, so you can always get the size using getSize This is the advised type of local short array over StaticallySizedLocalShortArrayStructure

Link copied to clipboard
class StaticallySizedLocalByteArrayStructure(val shasambly: SimpleShasambly, val address: Int, val size: Int = -1)

A local byte array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalByteArrayStructure

Link copied to clipboard
class StaticallySizedLocalIntArrayStructure(val shasambly: SimpleShasambly, val address: Int, val size: Int = -1)

A local int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalIntArrayStructure

Link copied to clipboard
class StaticallySizedLocalLongArrayStructure(val shasambly: SimpleShasambly, val address: Int, val size: Int = -1)

A local long array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalLongArrayStructure

Link copied to clipboard
class StaticallySizedLocalShortArrayStructure(val shasambly: SimpleShasambly, val address: Int, val size: Int = -1)

A local short array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalShortArrayStructure

Functions

Link copied to clipboard

Create a LocalByteArrayStructure A local byte array. It stores the size at the start of it, so you can always get the size using LocalByteArrayStructure.getSize This is the advised type of local byte array over StaticallySizedLocalByteArrayStructure The size is the first integer on the stack

Create a LocalByteArrayStructure A local byte array. It stores the size at the start of it, so you can always get the size using LocalByteArrayStructure.getSize This is the advised type of local byte array over StaticallySizedLocalByteArrayStructure

Link copied to clipboard

Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure The size is the first integer on the stack

Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure

Link copied to clipboard

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure The size is the first integer on the stack

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure

Link copied to clipboard

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure The size is the first integer on the stack

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure

Link copied to clipboard

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure The size is the first integer on the stack

Create a LocalIntArrayStructure A local int array. It stores the size at the start of it, so you can always get the size using LocalIntArrayStructure.getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure

Link copied to clipboard

Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure The size is the first integer on the stack

Create a LocalLongArrayStructure A local long array. It stores the size at the start of it, so you can always get the size using LocalLongArrayStructure.getSize This is the advised type of local long array over StaticallySizedLocalLongArrayStructure

Link copied to clipboard

Create a LocalShortArrayStructure A local short array. It stores the size at the start of it, so you can always get the size using LocalShortArrayStructure.getSize This is the advised type of local short array over StaticallySizedLocalShortArrayStructure The size is the first integer on the stack

Create a LocalShortArrayStructure A local short array. It stores the size at the start of it, so you can always get the size using LocalShortArrayStructure.getSize This is the advised type of local short array over StaticallySizedLocalShortArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalByteArrayStructure A byte array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalByteArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalLongArrayStructure A int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalLongArrayStructure

Create a StaticallySizedLocalLongArrayStructure A long array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalLongArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalIntArrayStructure A int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalIntArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalIntArrayStructure A int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalIntArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalIntArrayStructure A int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalIntArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalLongArrayStructure A int array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalLongArrayStructure

Create a StaticallySizedLocalLongArrayStructure A long array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalLongArrayStructure

Link copied to clipboard

Create a StaticallySizedLocalShortArrayStructure A short array that does not store it's size. If you are using it you have to store its size in some other way. It's advised to use arrays that store their size instead e.g. LocalShortArrayStructure