Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 apply
C
 call
 check
D
 debug
J
 JavaStrict
M
 Methods-Public Static
O
 object
P
 Params-Public Static
R
 returnValue
S
 Strict
V
 Void
Strict.apply = function(callback,
args,
name)
Sets function or method accepted arguments types.
Strict.call = function()
Alias of Script.apply but accept N arguments.
Strict.check = function(arguments,
constructor)
Checks Strict Type of a variable (primitive, instance or Void) and a generic constructor (or Void value).
Strict.debug
Public static Boolean value to enable/disable JavaStrict debug and increase performances too.
Fast, simple and Enterprise Ready way to add arguments and / or return value type on one or more function, callback or method.
Strict.object
Public static Boolean value to use strong Strict Type where primitive value are not usable as objects (“test” is not instanceof Object while new String(“test”) is).
Strict.returnValue = function(args,
callback,
name)
Sets function or method return value type.
function Strict(returnValue,
callback,
arguments,
name)
Quick way to add both Strict returnValue and apply methods.
var Void
Alias of undefined value.