|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.ScriptManager
public class ScriptManager
| Method Summary | |
|---|---|
void |
checkParse(java.lang.String script)
|
java.lang.String |
preprocessScript(java.lang.String script)
|
void |
registerScript(java.lang.String script)
|
java.lang.String |
trimScript(java.lang.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 |
| Method Detail |
|---|
public java.lang.String trimScript(java.lang.String script)
script - script to trim
public void checkParse(java.lang.String script)
throws CompilerException
CompilerException
public java.lang.String preprocessScript(java.lang.String script)
throws CompilerException
CompilerException
public void registerScript(java.lang.String script)
throws CompilerException
CompilerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||