|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectautohit.vm.process.StringProcessors
String processing routines.
EPG - Rewrite - 13Sep03| Constructor Summary | |
StringProcessors()
|
|
| Method Summary | |
static void |
evalStreams2Core(java.io.InputStream in,
java.io.OutputStream out,
VMCore core)
Process String (as a byte stream) to Core (as a byte stream). |
static java.lang.String |
evalString2Core(java.lang.String s,
VMCore core)
Process String to Core (as a character stream). |
static java.lang.String |
evalString2CoreOLD(java.lang.String s,
VMCore core)
Process String to Core. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringProcessors()
| Method Detail |
public static void evalStreams2Core(java.io.InputStream in,
java.io.OutputStream out,
VMCore core)
throws java.lang.Exception
core - The Core to use
VMException
java.lang.Exception
public static java.lang.String evalString2Core(java.lang.String s,
VMCore core)
throws java.lang.Exception
s - String to evalcore - The Core to use
VMException
java.lang.Exception
public static java.lang.String evalString2CoreOLD(java.lang.String s,
VMCore core)
throws java.lang.Exception
s - String to evalcore - The Core to use
VMException
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||