|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.java.gen.ClassComponent
com.caucho.quercus.gen.QuercusMain
public class QuercusMain
Represents the main method of a compiled PHP program.
| Constructor Summary | |
|---|---|
QuercusMain(QuercusProgram program,
java.lang.String className)
Creates a new quercus main |
|
| Method Summary | |
|---|---|
protected void |
generate(JavaWriter javaOut)
Generates the code for the class component. |
protected void |
generateImport(PhpWriter out)
Generates the import code. |
protected void |
generateIsModified(PhpWriter out)
Generates the isModified code. |
void |
setProfile(boolean isProfile)
|
void |
setUserPath(java.lang.String userPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuercusMain(QuercusProgram program,
java.lang.String className)
program - the owning quercus program| Method Detail |
|---|
public void setProfile(boolean isProfile)
public void setUserPath(java.lang.String userPath)
protected void generate(JavaWriter javaOut)
throws java.io.IOException
generate in class ClassComponentjavaOut - the writer to the output stream.
java.io.IOException
protected void generateImport(PhpWriter out)
throws java.io.IOException
out - the writer to the output stream.
java.io.IOException
protected void generateIsModified(PhpWriter out)
throws java.io.IOException
out - the writer to the output stream.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||