org.luaj.vm
Interface LoadState.LuaCompiler

All Known Implementing Classes:
LuaC
Enclosing class:
LoadState

public static interface LoadState.LuaCompiler

Interface for the compiler, if it is installed.


Method Summary
 LPrototype compile(int firstByte, java.io.InputStream stream, java.lang.String name)
           
 

Method Detail

compile

LPrototype compile(int firstByte,
                   java.io.InputStream stream,
                   java.lang.String name)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2013 Luaj.org. All Rights Reserved.