AssignmentStatement Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
AssignmentStatement = public class (Statement)

AssignmentStatement is a simple variable or field assignment, or a standalone statement, like a method call. To set property values, use the ProcValue Class and call the set_{Insert Your Property Name} method.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aSource: Value)Constructor for this class; the compiler will evaluate the value in source but does not assign it to anything, effectively the same as using the StandaloneStatement Class.
constructor(aDest, aSource: Value)Constructor for this class; the compiler will evaluate aSource and assign it to aDest.
constructorConstructor that does not initialize any fields.


Properties

Property
Description
Dest: ValueDestination of the assignment.
Source: ValueSource of the assignment or the standalone value.


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox