IL_Register

interface IL_Register : IClear

Author

Martin Krischik «krischik@users.sourceforge.net»

Since

1.0

Functions

Link copied to clipboard
abstract fun Assign(Right: IL_Register)
Assign one L-Register to another one
Link copied to clipboard
abstract fun Clear(AC: Boolean)
Clear content of Register, Key, Opeartion
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
abstract fun Format(): Array<Short>
Format in standard format.
Link copied to clipboard
abstract fun Format_Print(): Array<Short>
Format in printer format
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun Inc_Parenthesis()
Increment parenthesis level (+-×÷ ...
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
abstract fun Parenthesis(): Int
Get parenthesis level (+-×÷ ...
abstract fun Parenthesis(Parenthesis: Int)
Set parenthesis level (+-×÷ ...
Link copied to clipboard
abstract fun Set_NaN()
Set value of the register to NaN
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
abstract fun Value(): Number
Temp_Value of the register.
abstract fun Value(Value: Number)
Set value of the register.
Link copied to clipboard
fun wait()