Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

FixType Statement Summary

FixType is a terminal, refactoring statement that occurs within Refactorstatements. It changes the binary type of a component. It can also be used to change various status or process flags associated with that component.

 

The attributes of the FixTypestatement are as follows:

 

AttributeDescription
IdentifierThis required attribute specifies the symbol, the actual component whose type and/or flags are to be changed, If the containing Refactor statement had a FileFilter specified then this identifier should be specified relative to it; else, it should be specified relative to the root of the symbol table
TypeThis optional attribute is a Type attribute as discussed on the Declaration page. It specifies a new type of the identified component.
StatusThis optional attribute specifies that certain context, status, or process flags as specified on Declaration page be set for the identified components.

The actual entries that may be used for the Statusattribute are as follows:

 

EntryDescription
OverloadThis entry is only used with subprograms. It specifies that the subprogram should be overloaded. It actually marks the subprogram and all its optional arguments with the Overload context flag.
ProtectedThis entry is only used with subprograms. It sets the Protected context flag which specifies that the component requires the protected adornment when it is declared in the target language.
BlockTempsThis entry is only used with subprograms. It sets the BlockTemps process flag which blocks the formation of a TempArg when converting a Select into an If.
objectOnlyThis entry applies to components whose type is being set to Variant or Object. It sets the ObjectOnly process flags which blocks all type inferences on the component. It will retain its weak type and casting or boxing operations will be inserted where needed around references to the component.
OutThis entry sets the ByOut context flag.
ByRefThis entry sets the ByRef context flag.
ByValThis entry sets the ByVal context flag.

The script errors associated with the Fixtypestatement are as follows:

 

ErrorDescription
1093Unable to resolve type [%1d] at this time.
1094Unable to resolve status [%1d] at this time.
Panel
bgColorCCFFFF
titleTable of Contents

Table of Contents