sisc.env
Class LexicalUtils
java.lang.Object
sisc.env.LexicalUtils
public abstract class LexicalUtils
- extends java.lang.Object
- Author:
- scgmille
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LexicalUtils
public LexicalUtils()
fixLexicals
public static Value[] fixLexicals(Interpreter r,
int lcount,
int[] locs,
int[] lexs)
intArrayToList
public static Pair intArrayToList(int[] v)
writeIntArray
public static void writeIntArray(Serializer s,
int[] v)
throws java.io.IOException
- Throws:
java.io.IOException
readIntArray
public static int[] readIntArray(Deserializer s)
throws java.io.IOException
- Throws:
java.io.IOException