Example #1
0
        static void ProcessConstructor(IASTNode constructor)
        {
            ConstructorNode constructorNode = (ConstructorNode)constructor;

            constructorNode.Prepare();
        }