jaxx.compiler.script
Class ScriptManager
java.lang.Object
jaxx.compiler.script.ScriptManager
public class ScriptManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptManager
public ScriptManager(JAXXCompiler compiler)
trimScript
public String trimScript(String script)
- Strips unnecessary curly braces from around the script, generating a warning if they are found.
- Parameters:
script - script to trim
- Returns:
- the trimed script
checkParse
public void checkParse(String script)
throws CompilerException
- Throws:
CompilerException
preprocessScript
public String preprocessScript(String script)
throws CompilerException
- Throws:
CompilerException
registerScript
public void registerScript(String script)
throws CompilerException
- Throws:
CompilerException
Copyright © 2008-2012 CodeLutin. All Rights Reserved.