Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.silk
Class SilkSchemePrimitives  view SilkSchemePrimitives download SilkSchemePrimitives.java

java.lang.Object
  extended bycom.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" [+]//'
 


Field Summary
static java.lang.String CODE
           
 
Constructor Summary
SilkSchemePrimitives()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final java.lang.String CODE
See Also:
Constant Field Values
Constructor Detail

SilkSchemePrimitives

public SilkSchemePrimitives()