sisc.env
Class LexicalUtils

java.lang.Object
  extended by 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

Constructor Summary
LexicalUtils()
           
 
Method Summary
static Value[] fixLexicals(Interpreter r, int lcount, int[] locs, int[] lexs)
           
static Pair intArrayToList(int[] v)
           
static int[] readIntArray(Deserializer s)
           
static void writeIntArray(Serializer s, int[] v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalUtils

public LexicalUtils()
Method Detail

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