The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Package AST.Operations

Provides double dispatch over types and operations. More...

Classes

class  AstOperation
 This class represent the entry wnen sending a message to an operation object. derived from AstNode More...
 
class  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
 

Detailed Description

Provides double dispatch over types and operations.