StandaloneStatement Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] StandaloneStatement = public class(AssignmentStatement)
StandaloneStatement is a plain statement with no assignment. It executes/calls the passed value, usually a method call. StandaloneStatement is a wrapper around AssignmentStatement.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(aValue: Value) | Create a new instance of this class |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Statement Class
- AssignmentStatement Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To