com.sodius.mdw.core.eval.debug
Interface ScriptReference

All Superinterfaces:
ElementReference

public interface ScriptReference
extends ElementReference

A reference to a script.

This interface is not intended to be implemented by clients.

See Also:
TypeReference.getScripts()

Method Summary
 int getParameterCount()
          Returns the number of parameters declared by the element.
 TypeReference getType()
          Returns the type on which the referenced script is defined.
 VisibilityKind getVisibility()
          Returns the script visibility.
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.ElementReference
getName, getProject
 

Method Detail

getParameterCount

int getParameterCount()
Returns the number of parameters declared by the element.

Returns:
the number of parameters declared by the element.

getType

TypeReference getType()
Returns the type on which the referenced script is defined.

Returns:
the type on which the referenced script is defined.

getVisibility

VisibilityKind getVisibility()
Returns the script visibility.

Returns:
the script visibility.