gnu.expr
Interface CompiledProc


public interface CompiledProc

Interface exported by Scheme procedures that are compiled to bytescodes.


Method Summary
 void setLiterals(java.lang.Object[] values)
          Pass array of literal values to class.
 

Method Detail

setLiterals

public void setLiterals(java.lang.Object[] values)
Pass array of literal values to class.