| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SciContainer | |
| com.togethersoft.openapi.sci | |
| com.togethersoft.openapi.sci.pattern | |
| Uses of SciContainer in com.togethersoft.openapi.sci |
| Subinterfaces of SciContainer in com.togethersoft.openapi.sci | |
interface | SciExpressionListProvides a set of methods for accessing information about expressions for parameters in this expression of a function call. |
interface | SciInheritanceListSciInheritanceList is a container of references to the
exteded or implemented interfaces, or to the extended classes. |
interface | SciJavaImportListSciJavaImportList represents a container of SciJavaImports. |
interface | SciPackageA container of source code files (for Java language represents a Java package). |
interface | SciParameterListRepresents a container of SciParameters (parameters of a function),
and provides methods for working with them. |
interface | SciScopeA generic type of source code container. |
interface | SciTagListProvides a set of methods for working with SciTags. |
interface | SciThrowListRepresenets a container of SciThrowSpecifiers, and provides a set of methods for
working with them. |
| Methods in com.togethersoft.openapi.sci with parameters of type SciContainer | |
static SciClass | SciUtil.findClassByName(SciContainer container, SciClass aClass) |
static SciClass | SciUtil.findClassByName(SciContainer container, String name) |
| Uses of SciContainer in com.togethersoft.openapi.sci.pattern |
| Methods in com.togethersoft.openapi.sci.pattern with parameters of type SciContainer | |
boolean | SciPatternManager.canCreateClassByPattern(SciPattern pattern, SciContainer container) |
SciClass | SciPatternManager.createClassByPattern(SciPattern pattern, SciContainer container)Creates a new class/interface in the specified container using the specified pattern. |
SciPattern | SciPatternManager.getDefaultClassPattern(SciContainer container, String language, String key)Returns a default pattern for the classes/interfaces. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||