Uses of Class
com.togethersoft.openapi.sci.enum.SciElementEnumeration

Packages that use SciElementEnumeration
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.visitor 

Uses of SciElementEnumeration in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciElementEnumeration
SciElementEnumerationSciDeclarationStatement.elements()
          
SciElementEnumerationSciScope.declaredElements()
           Returns an enumeration of declared elements in this source code container.
 

Uses of SciElementEnumeration in com.togethersoft.openapi.sci.enum
 

Subinterfaces of SciElementEnumeration in com.togethersoft.openapi.sci.enum
interface SciClassEnumeration
           Enumeration of SciClasses.
interface SciFunctionEnumeration
           Enumeration of SciFunctions.
interface SciInheritanceEnumeration
           Enumeration of SciInheritances.
interface SciInitializerEnumeration
           Enumeration of SciElements.
interface SciMemberEnumeration
           Enumeration of SciMembers.
interface SciThrowSpecifierEnumeration
           Enumeration of SciThrowSpecifiers.
interface SciVariableEnumeration
           Enumeration of SciVariables.
 

Uses of SciElementEnumeration in com.togethersoft.openapi.sci.visitor
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciElementEnumeration
static voidSciVisitorUtil.acceptToAll(SciElementEnumeration enum, SciElementVisitor visitor)
           Makes each SciElement from the specified enumeration accept the specified visitor.
static ObjectSciVisitorUtil.acceptUntilStop(SciElementEnumeration enum, SciElementVisitor visitor)
           Makes each SciElement from the specified enumeration accept the specified visitor until the result of accepting is equal to the static variable STOP.