com.togethersoft.openapi.sci
Interface SciNetHelper
- All Known Subinterfaces:
- SciCSharpHelper
- public interface SciNetHelper
- extends SciLanguageHelper
This interface extends set of useful utilities provided at SciLanguageHelper by few .NET specific ones.
An instance of SciNetHelper can be obtained using the
SciModel.getLanguageHelper(language) method, where language is one of .NET oriented languages (C# or VB.NET currently).
- Author:
- TogetherSoft
- Since: Together 6.0
- See Also: SciModel.getLanguageHelper(java.lang.String), SciLanguage.CSHARP, SciLanguage.VBNET
| Methods inherited from interface com.togethersoft.openapi.sci.SciLanguageHelper |
allFiles, allFiles, convertMemberQualifiedNameToPresentableForm, convertMemberSignatureToPresentableForm, getComment, getDefaultConstantOfType, getDefaultObjectText, getPresentableLanguageName, getProperty, getShortClassName, inquirePasteName, isPrimitiveType, isPrimitiveType, isValidIdentifier, makePointerType, makeReferenceType, setProperty |
addAttributeSection
public SciNetAttributeSection addAttributeSection(SciObject anchor, boolean before)
canAddAttributeSection
public boolean canAddAttributeSection(SciObject anchor, boolean before)
getAttributeSection
public SciNetAttributeSection getAttributeSection(SciObject anchor, boolean before)