| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SciCodeBlock | |
| com.togethersoft.openapi.sci | |
| Uses of SciCodeBlock in com.togethersoft.openapi.sci |
| Methods in com.togethersoft.openapi.sci that return SciCodeBlock | |
SciCodeBlock | SciCompoundStatement.getCodeBlock()Returns code block of compound statement. |
SciCodeBlock | SciFactory.newCodeBlock()Creates a new empty SciCodeBlock. |
SciCodeBlock | SciFunction.getBody()Returns code block with the body of this function. |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text, String formatStyle) |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text)Creates a new SciCodeBlock basing on the specified string. |
SciCodeBlock | SciIfStatement.getElseCodeBlock() |
SciCodeBlock | SciIfStatement.getThenCodeBlock() |
SciCodeBlock | SciInitializer.getBody()Returns a code block with the body of this function. |
SciCodeBlock | SciLoopStatement.getCodeBlock() |
SciCodeBlock | SciStatement.getContainingBlock() |
| Methods in com.togethersoft.openapi.sci with parameters of type SciCodeBlock | |
boolean | SciFunction.canSetBody(SciCodeBlock body)Checks whether it is possible to set the body of this function to the specified code block value. |
void | SciFunction.setBody(SciCodeBlock body)Sets the body of this function to the specified code block value. |
boolean | SciInitializer.canSetBody(SciCodeBlock body)Checks whether it is possible to set the body of this function to the specified code block value. |
void | SciInitializer.setBody(SciCodeBlock body)Sets the body of this function to the specified code block value. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||