The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Go to the source code of this file.
Classes | |
class | AST.Operations.CheckMakeAnUnboxOperation |
Check if the expression got as parameter in the exec operation is of type NewExpression, BaseCallExpression, InvocationExpression In case of that it checks if it is needed to perform an Unbox operation We only use An operation BaseCallExpression, because the other ones are automatically called basin on its supertype parameter due to the parametric polymorphism granted by the AstOperation | |
Namespaces | |
package | AST.Operations |
Provides double dispatch over types and operations. | |