gnu.jemacs.lang
public class ELisp extends Lisp2
Field Summary | |
---|---|
static Environment | elispEnvironment |
Method Summary | |
---|---|
static char | asChar(Object x) |
static Numeric | asNumber(Object arg) |
ReadTable | createReadTable() |
static Object | getCharacter(int c) Get a ELisp character object. |
AbstractFormat | getFormat(boolean readable) |
static ELisp | getInstance() |
String | getName() |
Type | getTypeFor(String name) |
Type | getTypeFor(Class clas) |
static void | main(String[] args) |
static void | readableChar(char ch, StringBuffer buf, boolean quote) |
static String | readableString(Object obj)
Call toString, quoting characters that are not ascii graphic chars.
|
static void | registerEnvironment() The compiler insert calls to this method for applications and applets. |