| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SciObject | |
| com.togethersoft.openapi.sci | |
| com.togethersoft.openapi.sci.enum | |
| Uses of SciObject in com.togethersoft.openapi.sci |
| Subinterfaces of SciObject in com.togethersoft.openapi.sci | |
interface | SciCommentRepresents a comment in the source code. |
interface | SciElementA generic element of a program (class, function, variable, and so on). |
interface | SciExpressionSciExpression represents all possible types of expressions in a source code. |
interface | SciJavaImportSciJavaImport represents a Java language 'import' command. |
interface | SciMemberDefinitionMethods for accessing a member's definition in C++ language. |
interface | SciNetAttributeRepresents .NET assembly attribute. |
interface | SciNetAttributeSectionRepresents .NET assembly attributes section. |
interface | SciPackageA container of source code files (for the Java language, it represents a Java package). |
interface | SciReferenceSciReference interface provides methods for working with references. |
interface | SciScopeA generic type of source code container. |
interface | SciStatementA statement in the source code. |
interface | SciTagSciTag interface provides a set of methods for accessing those RWI properties
that are kept in a comment field as a Javadoc-style "tag-value" pair. |
| Methods in com.togethersoft.openapi.sci that return SciObject | |
SciObject | SciCodeBlock.getOwner()Provides access object which this code block belongs to. |
SciObject | SciContainer.paste(SciObject object, SciObject anchor, boolean before)Pastes the object into this containter. |
SciObject | SciExpression.getOwner()Returns an object that owns this expression. |
SciObject | SciFile.getObjectAtPosition(int offset)Reserved not implemeted yet. |
SciObject | SciObject.copy()Copies this SciObject. |
SciObject | SciObject.cut()Cuts this SciObject. |
SciObject | SciObject.replace(SciObject newObject)Replaces this SciObject with the specified SciObject. |
SciObject | SciParameter.getOwner()Provides access object which this parameter belongs to. |
SciObject | SciParametrizedCompoundStatement.getParameterObject()Provides access to a parameter of the statement. |
SciObject | SciReference.getOwner()Returns the owner of this reference. |
| Methods in com.togethersoft.openapi.sci with parameters of type SciObject | |
boolean | SciContainer.canPaste(SciObject object, SciObject anchor, boolean before)Returns true if the object can be pasted into this container in the specified place,
false otherwise. |
SciObject | SciContainer.paste(SciObject object, SciObject anchor, boolean before)Pastes the object into this containter. |
SciComment | SciLanguageHelper.getComment(SciObject object, boolean before) |
SciNetAttributeSection | SciNetHelper.addAttributeSection(SciObject anchor, boolean before) |
boolean | SciNetHelper.canAddAttributeSection(SciObject anchor, boolean before) |
SciNetAttributeSection | SciNetHelper.getAttributeSection(SciObject anchor, boolean before) |
boolean | SciObject.canReplace(SciObject newObject)Checks whether it is possible to replace this SciObject with the specified
SciObject. |
SciObject | SciObject.replace(SciObject newObject)Replaces this SciObject with the specified SciObject. |
| Uses of SciObject in com.togethersoft.openapi.sci.enum |
| Methods in com.togethersoft.openapi.sci.enum that return SciObject | |
SciObject | SciObjectEnumeration.nextSciObject() |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||