java.lang.Object
com.memoire.silk.SilkSchemePrimitives
- public class SilkSchemePrimitives
- extends java.lang.Object
Holds a string representation of some SilkScheme code in CODE.
A string is better than a file because with no files, its easier to
compress everything in the classes.jar file. For editing convenience,
the following two perl convert from normal text to this Java quoted
format and back again:
perl -pe 's/"/\\"/g; s/(\s*)(.*?)(\s*)$/\1"\2\\n" +\n/'
perl -pe 's/\\"/"/g; s/^(\s*)"/\1/; s/\\n" [+]//'
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODE
public static final java.lang.String CODE
- See Also:
- Constant Field Values
SilkSchemePrimitives
public SilkSchemePrimitives()