File src/de/jandankert/jscriptbox/standard/BooleanWrapper.java

Last commit: Sat May 30 23:22:58 2026 +0200	Jan Dankert	Refactoring package openrat->jandankert because the maven artefact is in namespace de.jandankert
1 2 3 4 package de.jandankert.jscriptbox.standard; 5 6 7 import de.jandankert.jscriptbox.context.BaseScriptable; 8 9 class BooleanWrapper extends BaseScriptable 10 { 11 public String toString() 12 { 13 return "Boolean"; 14 } 15 16 17 /* 18 public function __invoke( value ) 19 { 20 return new BooleanInstance( value ); 21 }*/ 22 }
Download src/de/jandankert/jscriptbox/standard/BooleanWrapper.java
History Sat, 30 May 2026 23:22:58 +0200 Jan Dankert Refactoring package openrat->jandankert because the maven artefact is in namespace de.jandankert