com.togethersoft.openapi.sci
Interface SciAccessor


public interface SciAccessor
extends SciElement

Represents an accessor in compound members used in .NET oriented languages.
For example accessors in properties, indexers, events. (C# and VB.NET only)

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

Method Summary
 SciCompoundMembergetContainingMember()
           

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

getContainingMember

public SciCompoundMember getContainingMember()