From 1c64afec63c7f3981088c6c0782d5a637f0b2dfc Mon Sep 17 00:00:00 2001 From: Fynn Haupt <47634930+FynniX@users.noreply.github.com> Date: Sat, 20 Apr 2024 03:40:25 +0200 Subject: [PATCH] added prebuild --- docs/classes/index.MappedBuffer.html | 22 +- .../utils_BufferReader.BufferReader.html | 18 +- .../utils_BufferWriter.BufferWriter.html | 20 +- .../utils_SchemaReader.SchemaReader.html | 4 +- .../utils_StructBuilder.StructBuilder.html | 4 +- .../utils_parser_SchemaLexer.default.html | 4 +- .../utils_parser_SchemaListener.default.html | 30 +- ...tils_parser_SchemaParser.ArrayContext.html | 4 +- ..._parser_SchemaParser.DimensionContext.html | 4 +- ...ser_SchemaParser.PrimitiveTypeContext.html | 4 +- ...ils_parser_SchemaParser.SchemaContext.html | 4 +- ...ils_parser_SchemaParser.StructContext.html | 4 +- ...utils_parser_SchemaParser.TypeContext.html | 4 +- ...s_parser_SchemaParser.UserTypeContext.html | 4 +- .../utils_parser_SchemaParser.default.html | 4 +- .../utils_parser_SchemaVisitor.default.html | 16 +- .../enums_CollectionType.CollectionType.html | 4 +- ...enums_DeclarationType.DeclarationType.html | 4 +- docs/enums/enums_Endian.Endian.html | 4 +- .../enums_PrimitiveType.PrimitiveType.html | 4 +- docs/enums/enums_VarType.VarType.html | 4 +- .../utils_TypeSizes.calculateArraySize.html | 2 +- .../utils_TypeSizes.calculateStructSize.html | 2 +- .../utils_TypeSizes.getVarTypeSize.html | 2 +- ...faces_ArrayCollection.ArrayCollection.html | 4 +- .../interfaces_Collection.Collection.html | 4 +- ...ces_NodeMappedBuffer.NodeMappedBuffer.html | 4 +- docs/interfaces/interfaces_Struct.Struct.html | 2 +- ...ces_StructCollection.StructCollection.html | 2 +- docs/modules/enums_CollectionType.html | 2 +- docs/modules/enums_DeclarationType.html | 2 +- docs/modules/enums_Endian.html | 2 +- docs/modules/enums_PrimitiveType.html | 2 +- docs/modules/enums_VarType.html | 2 +- docs/modules/index.html | 2 +- docs/modules/interfaces_ArrayCollection.html | 2 +- docs/modules/interfaces_Collection.html | 2 +- docs/modules/interfaces_NodeMappedBuffer.html | 2 +- docs/modules/interfaces_Struct.html | 2 +- docs/modules/interfaces_StructCollection.html | 2 +- docs/modules/utils_BufferReader.html | 2 +- docs/modules/utils_BufferWriter.html | 2 +- docs/modules/utils_SchemaReader.html | 2 +- docs/modules/utils_StructBuilder.html | 2 +- docs/modules/utils_TypeSizes.html | 2 +- docs/modules/utils_parser_SchemaLexer.html | 2 +- docs/modules/utils_parser_SchemaListener.html | 2 +- docs/modules/utils_parser_SchemaParser.html | 2 +- docs/modules/utils_parser_SchemaVisitor.html | 2 +- package.json | 8 +- pnpm-lock.yaml | 2734 ++++++++++++----- 51 files changed, 2157 insertions(+), 817 deletions(-) diff --git a/docs/classes/index.MappedBuffer.html b/docs/classes/index.MappedBuffer.html index 33b9648..8fca012 100644 --- a/docs/classes/index.MappedBuffer.html +++ b/docs/classes/index.MappedBuffer.html @@ -159,7 +159,7 @@
The path of the buffer.
The struct of the buffer.
MappedBuffer
-Private
Readonly
_addonThe addon instance.
-Private
Readonly
_template_template
+Private
Readonly
_addonThe addon instance.
+Private
Readonly
_template_template
The template of the struct.
-Readonly
bufferbufferPath
+Readonly
bufferbufferPath
The path of the buffer.
-Readonly
bufferbufferSize
+Readonly
bufferbufferSize
The size of the buffer in bytes.
-BufferReader
A buffer reader.
-The buffer.
Optional
endian: Endian = Endian.LittleThe endianness.
BufferReader
-Private
_buffer_buffer
+Private
_buffer_buffer
The buffer.
-Private
Readonly
_endian_endian
+Private
Readonly
_endian_endian
The endianness.
-Reads a number value from the buffer based on the given variable type.
The variable type to read the number value from.
The read number value or null if the buffer does not have enough bytes.
-Reads a boolean value from the buffer based on the given variable type.
+Reads a boolean value from the buffer based on the given variable type.
The variable type to read the boolean value from.
The read boolean value or null if the buffer does not have enough bytes.
-Reads an array from a template and returns it.
+Reads an array from a template and returns it.
The template of the array to read.
The read array.
-Reads a struct from a template and returns it.
+Reads a struct from a template and returns it.
The template of the struct to read.
The read struct or null if the template is invalid.
-Private
getPrivate
BufferWriter
A buffer writer.
-Optional
endian: Endian = Endian.LittleThe endianness.
BufferWriter
-Private
_buffer_buffer
+Private
_buffer_buffer
The buffer.
-Private
Readonly
_endian_endian
+Private
Readonly
_endian_endian
The endianness.
-Writes a number to the buffer based on the specified type.
The type of the number.
The value to write.
This function does not return anything.
-Writes a boolean value to the buffer based on the specified type.
+Writes a boolean value to the buffer based on the specified type.
The type of the boolean value.
The boolean value to write.
This function does not return anything.
-Writes an array to the buffer based on the given template and value.
+Writes an array to the buffer based on the given template and value.
The template of the array to write.
The array to write.
This function does not return anything.
-A description of the entire function.
+A description of the entire function.
The template of the struct to write.
The struct value to write.
This function does not return anything.
-A description of the entire function.
+Private
getPrivate
Private
structsStatic
readPrivate
visitPrivate
visitPrivate
visitPrivate
getPrivate
getOptional
ctx: ArrayContextPrivate
getOptional
list: PrimitiveTypeContext[]Optional
struct: StructCollectionPrivate
_structStatic
writeStatic
createStatic
createStatic
Readonly
T__0Static
Readonly
T__1Static
Readonly
T__2Static
Readonly
T__3Static
Readonly
T__4Static
Readonly
T__5Static
Readonly
T__6Static
Readonly
T__7Static
Readonly
T__8Static
Readonly
T__9Static
Readonly
T__10Static
Readonly
T__11Static
Readonly
T__12Static
Readonly
T__13Static
Readonly
T__14Static
Readonly
T__15Static
Readonly
T__16Static
Readonly
T__17Static
Readonly
T__18Static
Readonly
T__19Static
Readonly
T__20Static
Readonly
SEMICOLONStatic
Readonly
CURVED_Static
Readonly
CURVED_Static
Readonly
BRACKET_Static
Readonly
BRACKET_Static
Readonly
NAMEStatic
Readonly
NUMBERStatic
Readonly
NEWLINEStatic
Readonly
WHITESPACEStatic
Readonly
EOFStatic
Readonly
channelStatic
Readonly
literalStatic
Readonly
symbolicStatic
Readonly
modeStatic
Readonly
ruleStatic
Readonly
_serializedATNStatic
Private
__ATNStatic
DecisionsStatic
DEFAULT_Static
_ATNThis interface defines a complete listener for a parse tree produced by
SchemaParser
.
Optional
enterEnter a parse tree produced by SchemaParser.schema
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.schema
.
Optional
exitExit a parse tree produced by SchemaParser.schema
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.struct
.
Optional
enterEnter a parse tree produced by SchemaParser.struct
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.struct
.
Optional
exitExit a parse tree produced by SchemaParser.struct
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.type
.
Optional
enterEnter a parse tree produced by SchemaParser.type
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.type
.
Optional
exitExit a parse tree produced by SchemaParser.type
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.array
.
Optional
enterEnter a parse tree produced by SchemaParser.array
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.array
.
Optional
exitExit a parse tree produced by SchemaParser.array
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.dimension
.
Optional
enterEnter a parse tree produced by SchemaParser.dimension
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.dimension
.
Optional
exitExit a parse tree produced by SchemaParser.dimension
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.primitiveType
.
Optional
enterEnter a parse tree produced by SchemaParser.primitiveType
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.primitiveType
.
Optional
exitExit a parse tree produced by SchemaParser.primitiveType
.
the parse tree
-Optional
enterEnter a parse tree produced by SchemaParser.userType
.
Optional
enterEnter a parse tree produced by SchemaParser.userType
.
the parse tree
-Optional
exitExit a parse tree produced by SchemaParser.userType
.
Optional
exitExit a parse tree produced by SchemaParser.userType
.
the parse tree
-Optional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserOptional
parser: defaultOptional
parent: ParserRuleContextOptional
invokingState: numberOptional
exceptionOptional
parserStatic
Readonly
T__0Static
Readonly
T__1Static
Readonly
T__2Static
Readonly
T__3Static
Readonly
T__4Static
Readonly
T__5Static
Readonly
T__6Static
Readonly
T__7Static
Readonly
T__8Static
Readonly
T__9Static
Readonly
T__10Static
Readonly
T__11Static
Readonly
T__12Static
Readonly
T__13Static
Readonly
T__14Static
Readonly
T__15Static
Readonly
T__16Static
Readonly
T__17Static
Readonly
T__18Static
Readonly
T__19Static
Readonly
T__20Static
Readonly
SEMICOLONStatic
Readonly
CURVED_Static
Readonly
CURVED_Static
Readonly
BRACKET_Static
Readonly
BRACKET_Static
Readonly
NAMEStatic
Readonly
NUMBERStatic
Readonly
NEWLINEStatic
Readonly
WHITESPACEStatic
Readonly
EOFStatic
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
RULE_Static
Readonly
literalStatic
Readonly
symbolicStatic
Readonly
ruleStatic
Readonly
_serializedATNStatic
Private
__ATNStatic
DecisionsOptional
_parseOptional
printerStatic
_ATNProtected
createCalculates the size of an array based on the given array collection.
The array collection to calculate the size of.
The size of the array.
-Calculates the size of a struct based on the given struct collection.
The struct collection to calculate the size of.
The size of the struct.
-Returns the size of the given variable type.
The variable type to get the size of.
The size of the variable type, or undefined if the type is not recognized.
-Optional
data
Name
MappedBuffer
Description
A memory mapped buffer.