Uses of Class
com.togethersoft.openapi.sci.SciContainer

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 SciCompoundMember
          Represents a compound member used in .NET oriented languages.
interface SciExpressionList
          Provides a set of methods for accessing information
about expressions for parameters in this expression of a function call.
interface SciInheritanceList
          SciInheritanceList is a container of references to the
extended or implemented interfaces, or to the extended classes.
interface SciJavaImportList
          SciJavaImportList represents a container of SciJavaImports.
interface SciNetAttributeSection
          Represents .NET assembly attributes section.
interface SciPackage
          A container of source code files (for the Java language, it represents a Java package).
interface SciParameterList
          Represents a container of SciParameters (parameters of a function),
and provides methods for working with them.
interface SciScope
          A generic type of source code container.
interface SciTagList
          Provides a set of methods for working with SciTags.
interface SciThrowList
          Represents 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 SciClassSciUtil.findClassByName(SciContainer container, SciClass aClass)
          
static SciClassSciUtil.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
booleanSciPatternManager.canCreateClassByPattern(SciPattern pattern, SciContainer container)
          
SciClassSciPatternManager.createClassByPattern(SciPattern pattern, SciContainer container)
          Creates a new class/interface in the specified container using the specified pattern.
SciPatternSciPatternManager.getDefaultClassPattern(SciContainer container, String language, String key)
          Returns a default pattern for the classes/interfaces.