|
@@ -187,6 +187,56 @@ li.class_li
|
|
|
<li class="class_li"><a class="default_link_layout" href="#time_windowsclock">WindowsClock</a></li>
|
|
|
</ul>
|
|
|
<h2>Classes</h2>
|
|
|
+<h3 id="core_class">core.Class</h3>
|
|
|
+<p class="default_text">This class represents a base class offering minimal reflection on the class name.</p>
|
|
|
+<h3 id="core_libraryversion">core.LibraryVersion</h3>
|
|
|
+<p class="default_text">This class provides the version information of this library.</p>
|
|
|
+<h3 id="core_version">core.Version</h3>
|
|
|
+<p class="default_text">This class represents a semantic versioning scheme.</p>
|
|
|
+<h3 id="core_conditionalfunctionexecutor">core.ConditionalFunctionExecutor</h3>
|
|
|
+<p class="default_text">This class can execute any method matching a specific signature based on a specific condition.</p>
|
|
|
+<h3 id="core_nullpointerargumentevaluator">core.NullPointerArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed shared pointer argument is null.</p>
|
|
|
+<h3 id="core_nullpointerevaluator">core.NullPointerEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed shared pointer reference is null.</p>
|
|
|
+<h3 id="core_rawnullpointerargumentevaluator">core.RawNullPointerArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed raw pointer argument is null.</p>
|
|
|
+<h3 id="core_indexoutofboundsevaluator">core.IndexOutOfBoundsEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed index is out of bounds.</p>
|
|
|
+<h3 id="core_emptystringargumentevaluator">core.EmptyStringArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed string is empty.</p>
|
|
|
+<h3 id="core_rawnullpointerevaluator">core.RawNullPointerEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a passed raw pointer reference is null.</p>
|
|
|
+<h3 id="core_jnireturnvalue">core.JniReturnValue</h3>
|
|
|
+<p class="default_text">This class represents a method return value of a Java class within Java Native Interface (JNI) context.</p>
|
|
|
+<h3 id="core_jniclassparameter">core.JniClassParameter</h3>
|
|
|
+<p class="default_text">This class holds important information for the usage of the Java Native Interface (JNI), like Java environment or a specific Java object.</p>
|
|
|
+<h3 id="core_jniapi">core.JniApi</h3>
|
|
|
+<p class="default_text">This class represents an API for the Java Native Interface (JNI) wrapping basic JNI end points.</p>
|
|
|
+<h3 id="core_jnimethod">core.JniMethod</h3>
|
|
|
+<p class="default_text">This class represents a class method within Java Native Interface (JNI) context.</p>
|
|
|
+<h3 id="core_jniclass">core.JniClass</h3>
|
|
|
+<p class="default_text">This class represents a Java class within the Java Native Interface (JNI).</p>
|
|
|
+<h3 id="core_nullpointerexception">core.NullPointerException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case a called reference is null.</p>
|
|
|
+<h3 id="core_eventnothandledexception">core.EventNotHandledException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case an event is not handled.</p>
|
|
|
+<h3 id="core_illegalargumentexception">core.IllegalArgumentException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case a passed argument is illegal, which can be individually interpreted.</p>
|
|
|
+<h3 id="core_fileoperationexception">core.FileOperationException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case a file could not be processed, like opened or being read.</p>
|
|
|
+<h3 id="core_illegalarithmeticoperationexception">core.IllegalArithmeticOperationException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case an arithmetic operation is illegal. One example would be the division by zero.</p>
|
|
|
+<h3 id="core_filenotfoundexception">core.FileNotFoundException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case a file could not be found.</p>
|
|
|
+<h3 id="core_incompletejsonexception">core.IncompleteJsonException</h3>
|
|
|
+<p class="default_text">This exception can be thrown when a passed JSON is incomplete - e.g. if a key is missing.</p>
|
|
|
+<h3 id="core_notimplementedexception">core.NotImplementedException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case a called method is not implemented.</p>
|
|
|
+<h3 id="core_indexoutofboundsexception">core.IndexOutOfBoundsException</h3>
|
|
|
+<p class="default_text">This exception can be thrown in case an index of an array like structure is out of bounds.</p>
|
|
|
+<h3 id="core_exception">core.Exception</h3>
|
|
|
+<p class="default_text">This a base exception that can be thrown in any scenario.</p>
|
|
|
<h3 id="boxing_integer">boxing.Integer</h3>
|
|
|
<p class="default_text">This class represents the primitive datatype int and provides functionalities for arithmetic operations and string representation.</p>
|
|
|
<h3 id="boxing_boolean">boxing.Boolean</h3>
|