StatementKind Enum

From The Oxygene Language Wiki

Jump to:navigation, search

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


This enumeration is used by the Statement Class and its descendant to have a fast way to differentiate between the different kinds of statements.

Namespace: Cirrus Statements


Enum Values

Value
Description
AssignmentA standalone call or assignment statement
BeginBegin/end statement
BreakA call to break out of a loop
CaseA case of statement
ContinueCall to continue the next iteration of a loop
ExitCall to exit the function
ForA for loop
ForInA for each in loop
IfAn IF statement
LockingA locking statement
PlaceHolderPlaceholder that will be replaced with the original method body
RaiseA raise exception statement
RepeatA repeat/until loop
TryA try/except or try/finally statement
UsingA using statement
WhileA while loop
WithA with statement


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox