com.togethersoft.openapi.sci
Interface SciDelegate


public interface SciDelegate
extends SciClass

Represents a delegate used in .NET oriented languages. (C# and VB.NET only)
Call to hasProperty(SciProperty.DELEGATE) will return true for delegates.

Author:
TogetherSoft
Since: Together 6.0
See Also: SciProperty.DELEGATE

Method Summary
 SciParameterListgetParameterList()
           
 SciTypegetReturnType()
           

Methods inherited from interface com.togethersoft.openapi.sci.SciClass
attributes, getContainingClass, getContainingPackage, getExtendsList, getImplementsList, inheritances, innerClasses, members, operations

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

Methods inherited from interface com.togethersoft.openapi.sci.SciScope
declaredElements, visitExpressions, visitExpressions, visitStatements, visitStatements

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

Method Detail

getParameterList

public SciParameterList getParameterList()

getReturnType

public SciType getReturnType()