The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Main Page
Packages
Classes
Files
File List
File Members
MethodInvocationArguments.cs
Go to the documentation of this file.
1
// -------------------------------------------------------------------------- //
3
// Project rROTOR //
4
// -------------------------------------------------------------------------- //
5
// File: TargetPlatformRepresentation.cs //
6
// Authors: Daniel Zapico Rodríguez Ortin - daniel.zapico.rodriguez@gmail.com //
7
// Description: //
8
// there is an object array that contains objects. This enum typè avoids having to remember
9
// the position in the array
10
// enum type //
11
// Create date: 4-03-2010 //
12
// Modification date: 4-03-2010 //
14
15
using
System;
16
using
System.Collections.Generic;
17
using
System.Text;
18
19
namespace
MethodInvocationArguments {
20
21
public
enum
MethodInvocationArgument
{
22
Clean
= 0,
23
MakeBox
,
24
DecorationAttributes
25
}
26
27
}
MethodInvocationArguments.Clean
MethodInvocationArguments.MakeBox
MethodInvocationArguments.MethodInvocationArgument
MethodInvocationArgument
Definition:
MethodInvocationArguments.cs:21
MethodInvocationArguments.DecorationAttributes
Desktop
stadyn
Inference
src
CodeGeneration
MethodInvocationArguments
MethodInvocationArguments.cs
Generated on Mon Oct 21 2013 16:10:24 for The StaDyn Programming Language by
1.8.5