| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SciType | |
| com.togethersoft.openapi.sci | |
| Uses of SciType in com.togethersoft.openapi.sci |
| Subinterfaces of SciType in com.togethersoft.openapi.sci | |
interface | SciTypeExpressionAn expression which is a reference to a type. |
| Methods in com.togethersoft.openapi.sci that return SciType | |
SciType | SciExpression.getType()Returns SciType instance for this expression. |
SciType | SciFunction.getReturnType()Gets the return type for this function. |
SciType | SciLanguageHelper.makePointerType(SciType type)Creates new SciType which represents pointer to specified type (if supported by language). |
SciType | SciLanguageHelper.makeReferenceType(SciType type)Creates new SciType which represents reference to specified type (if supported by language). |
SciType | SciVariable.getType()Returns a type of this variable. |
| Methods in com.togethersoft.openapi.sci with parameters of type SciType | |
boolean | SciFunction.canSetReturnType(SciType type)Chechs whether the return type for this function can be set to the specified value. |
void | SciFunction.setReturnType(SciType type)Sets the return type for this function to the specified value. |
boolean | SciLanguageHelper.isPrimitiveType(SciType type)Checks whethers the specified type is simple type. |
SciType | SciLanguageHelper.makePointerType(SciType type)Creates new SciType which represents pointer to specified type (if supported by language). |
SciType | SciLanguageHelper.makeReferenceType(SciType type)Creates new SciType which represents reference to specified type (if supported by language). |
boolean | SciVariable.canSetType(SciType type)Checks whether the specified type can be set as the type for this variable. |
void | SciVariable.setType(SciType type)Sets the type for this variable to the specified type. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||