| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
SciElementEnumeration | SciDeclarationStatement.elements() |
SciElementEnumeration | SciScope.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 | SciAccessorEnumerationEnumeration of SciAccessors. |
interface | SciClassEnumerationEnumeration of SciClasses. |
interface | SciFunctionEnumerationEnumeration of SciFunctions. |
interface | SciInheritanceEnumerationEnumeration of SciInheritances. |
interface | SciInitializerEnumerationEnumeration of SciElements. |
interface | SciMemberEnumerationEnumeration of SciMembers. |
interface | SciThrowSpecifierEnumerationEnumeration of SciThrowSpecifiers. |
interface | SciVariableEnumerationEnumeration of SciVariables. |
| Uses of SciElementEnumeration in com.togethersoft.openapi.sci.visitor |
| Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciElementEnumeration | |
static void | SciVisitorUtil.acceptToAll(SciElementEnumeration enum, SciElementVisitor visitor)Makes each SciElement from the specified enumeration accept the specified visitor. |
static Object | SciVisitorUtil.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. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||