com.adobe.flexbuilder.codemodel.search
Interface ISWCOccurrence

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IDefinitionOccurrence, IDefinitionRelativeLocation, IOccurrence

public interface ISWCOccurrence
extends IDefinitionOccurrence

Represents an IDefinitionOccurrence that is found within a SWC

Author:
david

Method Summary
 java.lang.String getSWCName()
           
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.search.IDefinitionOccurrence
getDefinition, isAccessorMatch, isDeclaration, isInstance, isReference
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.search.IOccurrence
getEnd, getFileSpecification, getLength, getMatchPotential, getPath, getStart, isConfirmedMatch
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.search.IDefinitionRelativeLocation
getContainer, getContainingDefinition, getPackage, setContainer, setContainingDefinition
 

Method Detail

getSWCName

public java.lang.String getSWCName()
Returns:
the name of the SWC this IDefinitionOccurrence is found in