jaxx.compiler.script
Class ScriptManager

java.lang.Object
  extended by jaxx.compiler.script.ScriptManager

public class ScriptManager
extends Object


Constructor Summary
ScriptManager(JAXXCompiler compiler)
           
 
Method Summary
 void checkParse(String script)
           
 String preprocessScript(String script)
           
 void registerScript(String script)
           
 String trimScript(String script)
          Strips unnecessary curly braces from around the script, generating a warning if they are found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptManager

public ScriptManager(JAXXCompiler compiler)
Method Detail

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-2011 CodeLutin. All Rights Reserved.