| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides a set of methods for accessing information
about expressions for parameters in this expression of a function call.
An enumeration of expressions can be obtained using the expressions method.
It is possible to get or change a string containing all these expressions using the getText
or setText methods, respectively.
| Method Summary | |
boolean | canSetText(String text)Checks whether the specified string can be set for this function call as a string containing expressions for all parameters. |
SciExpressionEnumeration | expressions()Returns an enumeration of SciExpressions for parameters in a function call expression. |
String | getText()Returns the string containing expressions for all parameters in this function call expression. |
void | setText(String text)Sets the string containing expressions for all parameters in this function call expression, to the specified string value. |
| Methods inherited from interface com.togethersoft.openapi.sci.SciContainer |
canPaste, objects, paste |
| Method Detail |
public boolean canSetText(String text)
public SciExpressionEnumeration expressions()
SciExpressions for parameters in a function call expression.SciExpressionspublic String getText()
public void setText(String text)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||