com.togethersoft.openapi.sci
Interface SciCompoundMember


public interface SciCompoundMember
extends SciContainer, SciMember

Represents a compound member used in .NET oriented languages.
For example property, indexer, event. (C# and VB.NET only)

Author:
TogetherSoft
Since: Together 6.0
See Also: SciAccessor, SciProperty.PROPERTY, SciProperty.INDEXER

Method Summary
 SciAccessorEnumerationaccessors()
           

Methods inherited from interface com.togethersoft.openapi.sci.SciContainer
canPaste, objects, paste

Methods inherited from interface com.togethersoft.openapi.sci.SciMember
getContainingClass, getDefinition, getSignature

Methods inherited from interface com.togethersoft.openapi.sci.SciElement
accept, canSetName, canSetProperty, getDeclarationText, getName, getQualifiedName, getTagList, getUniqueName, hasProperty, isDeleted, isPropertyReadable, isPropertyWritable, setName, setProperty, visitReferences, visitReferences

Methods inherited from interface com.togethersoft.openapi.sci.SciObject
canCut, canDelete, canReplace, copy, cut, delete, getContainingFile, getContainingScope, getLanguage, getPositions, getText, getUserProperty, isReadOnly, replace, setUserProperty

Method Detail

accessors

public SciAccessorEnumeration accessors()