| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SciGenericFactoryException | |
| com.togethersoft.openapi.sci | |
| Uses of SciGenericFactoryException in com.togethersoft.openapi.sci |
| Methods in com.togethersoft.openapi.sci that throw SciGenericFactoryException | |
SciClass | SciGenericFactory.newClass(String text, String formatStyle) |
SciClass | SciGenericFactory.newClass(String text)Creates a new SciClass basing on the specified string. |
SciClassEnumeration | SciGenericFactory.newClasses(String text, String formatStyle) |
SciClassEnumeration | SciGenericFactory.newClasses(String text)Creates a set of SciClasses basing on the specified string. |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text, String formatStyle) |
SciCodeBlock | SciGenericFactory.newCodeBlock(String text)Creates a new SciCodeBlock basing on the specified string. |
SciExpression | SciGenericFactory.newExpression(String text, String formatStyle) |
SciExpression | SciGenericFactory.newExpression(String text)Creates a new SciExpression basing on the specified string. |
SciFile | SciGenericFactory.newFile(String text, String formatStyle) |
SciFile | SciGenericFactory.newFile(String text)Creates a new SciFile with the specified contents. |
SciMember | SciGenericFactory.newMember(String text, SciClass context, String formatStyle) |
SciMember | SciGenericFactory.newMember(String text, SciClass context)Creates a new SciMember basing on the specified string. |
SciMemberEnumeration | SciGenericFactory.newMembers(String text, SciClass context, String formatStyle) |
SciMemberEnumeration | SciGenericFactory.newMembers(String text, SciClass context)Creates a set of SciMembers basing on the specified string. |
SciParameter | SciGenericFactory.newParameter(String text, String formatStyle) |
SciParameter | SciGenericFactory.newParameter(String text)Creates a new SciParameter with the specified content. |
SciStatement | SciGenericFactory.newStatement(String text, String formatStyle) |
SciStatement | SciGenericFactory.newStatement(String text)Creates a new SciStatement basing on the specified string. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||