Interface ScriptHintDocs
- All Superinterfaces:
- Serializable
ScriptHintDocs provides the information that will be used when displaying the documentation that
 is seen when the auto-complete pop-up is active.
- 
Method SummaryModifier and TypeMethodDescriptionboolean
- 
Method Details- 
getMethodSignatureString getMethodSignature()- Returns:
- The method signature.
 
- 
getParameterDescriptions- Returns:
- Map of parameter names matched to their descriptions.
 
- 
getReturnValueDescriptionString getReturnValueDescription()- Returns:
- A synopsis of a methods return value, if any.
 
- 
getMethodDescriptionString getMethodDescription()- Returns:
- A method synopsis.
 
- 
methodDescriptionIsLinkboolean methodDescriptionIsLink()- Returns:
- True if the method description is a link to some URL containing documentation instead of a documentation string.
 
 
-