Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

C

call(Ex, Ex) - Method in class ch.wlkl.wsm.ExFactory
 
canonical(File) - Static method in class ch.wlkl.wsh.Ut
 
canonical(String) - Static method in class ch.wlkl.wsh.War
 
canonical(File) - Static method in class ch.wlkl.wsh.War
 
cArTrue - Static variable in class ch.wlkl.processor.Gate
 
Cat<T> - Class in ch.wlkl.wsh
Cat creates OpenClose from a specification or manages a list of OpenClose for concatenated reading or writing: Cat.make(String, Object) creates an OpenClose from a specification an instance of Cat contains a list of OpenClose.
Cat() - Constructor for class ch.wlkl.wsh.Cat
 
Cat(Object...) - Constructor for class ch.wlkl.wsh.Cat
return a new Cat as the concatenation of args, using Cat.reset(Object[])
cat(Collection<String>, String, String, String) - Static method in class ch.wlkl.wsh.Strings
 
cat(Collection<String>, String) - Static method in class ch.wlkl.wsh.Strings
 
cat(Read<String>, String) - Static method in class ch.wlkl.wsh.Ut
 
cat(T[], V...) - Static method in class ch.wlkl.wsm.WSM
 
category(String, String, List<String>) - Method in class ch.wlkl.wsh.Tester
 
catLeft(T[], V...) - Static method in class ch.wlkl.wsm.WSM
 
catOA(T, V[]) - Static method in class ch.wlkl.wsm.WSM
 
cf() - Method in class ch.wlkl.wsm.ExFactory
 
cFalse - Static variable in class ch.wlkl.processor.Gate
 
ch.wlkl.div - package ch.wlkl.div
 
ch.wlkl.env - package ch.wlkl.env
 
ch.wlkl.javaExamples - package ch.wlkl.javaExamples
 
ch.wlkl.processor - package ch.wlkl.processor
 
ch.wlkl.wsh - package ch.wlkl.wsh
 
ch.wlkl.wsm - package ch.wlkl.wsm
 
chars(String) - Method in class ch.wlkl.wsh.Parser
 
classInfo(Class) - Method in class ch.wlkl.javaExamples.Ex
 
className(Object) - Static method in class ch.wlkl.wsh.JavaCmpLoad
 
classSource(Object, Object[], String, Object, Object[], CharSequence...) - Static method in class ch.wlkl.wsh.JavaCmpLoad
the imports for each class, an element i of the array is translated to the following source: import ((String) i) ; import (((Class) i).getName()) ; import (((Package) i).getName()).* ;
classSource(Object[], String, Object[], CharSequence...) - Method in class ch.wlkl.wsh.JavaCmpLoad
 
client() - Static method in class ch.wlkl.javaExamples.ExRmi
 
clone() - Method in class ch.wlkl.wsm.Ex
 
clone(Format) - Method in class ch.wlkl.wsm.FormatComponents
 
clone(int) - Method in class ch.wlkl.wsm.JFun
 
close() - Method in class ch.wlkl.wsh.Buf
 
close() - Method in class ch.wlkl.wsh.Cat
 
close() - Method in class ch.wlkl.wsh.Dir
 
close() - Method in class ch.wlkl.wsh.Env
 
close() - Method in class ch.wlkl.wsh.FileRW
 
close() - Method in interface ch.wlkl.wsh.OpenClose
close the receiver.
close() - Method in class ch.wlkl.wsh.OutputStream2Write
 
close() - Method in class ch.wlkl.wsh.PreSuf
 
close() - Method in class ch.wlkl.wsh.Say
 
close() - Method in class ch.wlkl.wsh.TestAll
 
close() - Method in class ch.wlkl.wsh.Tester
 
cmp(String, String) - Method in class ch.wlkl.wsm.Test
 
cmpLoad() - Method in class ch.wlkl.wsh.TestAll
 
cnst(Flow) - Method in class ch.wlkl.wsm.ExFactory
 
cnst(Object) - Method in class ch.wlkl.wsm.ExFactory
 
comment() - Method in class ch.wlkl.wsh.Parser
 
comment - Static variable in class ch.wlkl.wsh.Tester
 
comment() - Method in class ch.wlkl.wsm.Parser
 
compare(String, String) - Method in class ch.wlkl.env.IOCompare
 
compare(String, String) - Method in class ch.wlkl.processor.Test
 
compare(String...) - Method in class ch.wlkl.wsh.Test
 
compare(List<String>) - Method in class ch.wlkl.wsh.TraceTester
 
compBase() - Method in class ch.wlkl.wsm.Test
 
compCurry() - Method in class ch.wlkl.wsm.Test
 
compile() - Method in class ch.wlkl.javaExamples.ExGeneric
 
compile(char) - Static method in class ch.wlkl.wsh.Env
 
compile(File, String) - Method in class ch.wlkl.wsh.JavaCmpLoad
 
compile(char, String...) - Method in class ch.wlkl.wsh.TestAll
 
compile(String) - Method in class ch.wlkl.wsm.AbstractCompiler
 
compile(AbstractCompiler) - Method in class ch.wlkl.wsm.Test
 
compileClass(char, String) - Method in class ch.wlkl.wsh.Compiler
compile a subclass of Run
compileClassCatch(char, String) - Method in class ch.wlkl.wsh.Compiler
return Compiler.compileClass(char, String) or null if an exception is catched
compileInstance(char) - Method in class ch.wlkl.wsh.Compiler
return an instance of a newly compiled subclass of Run
compileJavaCompiler() - Method in class ch.wlkl.javaExamples.JavaC
 
Compiler - Class in ch.wlkl.wsh
compiles shell or data syntax to javaCode and a temporary JavaClass, subclass of Run and loads it into the virtual machine.
Compiler(JavaCmpLoad<?>, Read<String>) - Constructor for class ch.wlkl.wsh.Compiler
 
Compiler - Class in ch.wlkl.wsm
 
Compiler() - Constructor for class ch.wlkl.wsm.Compiler
 
Compiler(ExFactory) - Constructor for class ch.wlkl.wsm.Compiler
 
CompilerWSM - Class in ch.wlkl.wsm
 
CompilerWSM() - Constructor for class ch.wlkl.wsm.CompilerWSM
 
CompilerWSM(ExFactory) - Constructor for class ch.wlkl.wsm.CompilerWSM
 
compileTool(String) - Method in class ch.wlkl.javaExamples.JavaC
compile a javaSourceFile use the javax.tools.Tool interface, finally loadNewInvoke
components() - Method in class ch.wlkl.wsm.Ex
 
contents - Variable in class ch.wlkl.wsh.Buf
 
coord(int) - Method in class ch.wlkl.div.Sudoku2
 
copy(char[], int, char[]) - Method in class ch.wlkl.div.TuringMachine
 
copy(char[], int, CharSequence) - Method in class ch.wlkl.div.TuringMachine
 
copy(File, BufferedWriter) - Static method in class ch.wlkl.javaExamples.FileUt
 
copy(C[], int, C[], int) - Static method in class ch.wlkl.wsh.Ut
 
cover(int) - Method in class ch.wlkl.div.Sudoku2
 
coverLEQ(int) - Method in class ch.wlkl.div.Sudoku2
 
cp(String[]) - Static method in class ch.wlkl.javaExamples.FileUt
 
crack(ExGeneric<String, Integer>) - Method in class ch.wlkl.javaExamples.ExGeneric
 
crackC(ExGeneric<X, Y>) - Method in class ch.wlkl.javaExamples.ExGeneric
 
createRegistry() - Static method in class ch.wlkl.javaExamples.ExRmi
 
crLf(String) - Static method in class ch.wlkl.wsh.Ut
 
cTrue - Static variable in class ch.wlkl.processor.Gate
 
cur - Variable in class ch.wlkl.div.TuringMachine
 
cut(String, int, String) - Static method in class ch.wlkl.wsh.Strings
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links