|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputStream in org.problets.domain.model |
---|
Methods in org.problets.domain.model that return OutputStream | |
---|---|
OutputStream |
CodeModel.getOutputStream()
Returns the output stream of the current program - needed by CodeViz |
Uses of OutputStream in org.problets.domain.model.control |
---|
Methods in org.problets.domain.model.control with parameters of type OutputStream | |
---|---|
void |
ControlModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, String template, int lineNumber); Generate the code for the control object |
Uses of OutputStream in org.problets.domain.model.control.abstraction |
---|
Methods in org.problets.domain.model.control.abstraction with parameters of type OutputStream | |
---|---|
void |
StatementSequence.getCode(java.util.Vector codeText,
OutputStream output)
|
void |
Statement.getCode(java.util.Vector codeText,
OutputStream output)
|
void |
Statement.getCode(java.util.Vector codeText,
OutputStream output,
int lineNumber)
When a statement is used to represent a variable declaration in the condition of a while, for, if, if-else or switch, since we need to post-process the code, i.e., add "while(", "for(", etc. |
Uses of OutputStream in org.problets.domain.model.control.iteration |
---|
Methods in org.problets.domain.model.control.iteration with parameters of type OutputStream | |
---|---|
void |
WhileModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) This function generates the code seen by the student |
void |
VBForLoopModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) This function generates the code seen by the student |
void |
IWhileModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, String codeType, String template, int lineNumber); This function generates the code seen by the student |
void |
IForLoopModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, String codeType, String template, int lineNumber); This function generates the code seen by the student |
void |
IDoWhileModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, String codeType, String template, int lineNumber); This function generates the code seen by the student |
void |
ForLoopModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) This function generates the code seen by the student |
void |
DoWhileModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) This function generates the code seen by the student |
Uses of OutputStream in org.problets.domain.model.control.selection |
---|
Methods in org.problets.domain.model.control.selection with parameters of type OutputStream | |
---|---|
void |
SwitchModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) Generate the Switch clause and display it on the screen |
void |
IfModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output) Generate the If Statement Header |
void |
IfElseModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output); Generate the code for an If/Else statement |
void |
CaseModel.getCode(java.util.Vector codeText,
OutputStream output)
public void getCode(Vector codeText, OutputStream output, Object caseModel) Display single case on the screen at a time |
Uses of OutputStream in org.problets.domain.model.implement |
---|
Methods in org.problets.domain.model.implement that return OutputStream | |
---|---|
OutputStream |
RunEnv.getOutputStream()
Returns reference to the output stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |