statements
AufzählungLoopStatementKind

This enumeration represents the kinds of loop statements.

Aufzählungsliterale
DOWHILE DOWHILE

This literal shows that a loop statement represents a do-while loop.

FOR FOR

This literal shows that a loop statement represents a for loop.

FOREACH FOREACH

This literal shows that a loop statement represents a for-each loop.

WHILE WHILE

This literal shows that a loop statement represents a while loop.


Eigenschaften:

Alias
Is Abstractfalse
Is Leaffalse
Keywords
NameLoopStatementKind
Name Expression
Namespace<<ePackage>> <Package> statements
Owned Template Signature
Owner<<ePackage>> <Package> statements
Owning Template Parameter
Package<<ePackage>> <Package> statements
Qualified Namegast::statements::LoopStatementKind
Representation
Stereotype
Template Parameter
VisibilityPublic

Details für Aufzählungsliterale

 DOWHILE

This literal shows that a loop statement represents a do-while loop.

Eigenschaften:

Alias
Enumeration<Enumeration> LoopStatementKind
Keywords
NameDOWHILE
Name Expression
Namespace<Enumeration> LoopStatementKind
Owner<Enumeration> LoopStatementKind
Owning Template Parameter
Qualified Namegast::statements::LoopStatementKind::DOWHILE
Specification
Stereotype
Template Parameter
VisibilityPublic


 FOR

This literal shows that a loop statement represents a for loop.

Eigenschaften:

Alias
Enumeration<Enumeration> LoopStatementKind
Keywords
NameFOR
Name Expression
Namespace<Enumeration> LoopStatementKind
Owner<Enumeration> LoopStatementKind
Owning Template Parameter
Qualified Namegast::statements::LoopStatementKind::FOR
Specification
Stereotype
Template Parameter
VisibilityPublic


 FOREACH

This literal shows that a loop statement represents a for-each loop.

Eigenschaften:

Alias
Enumeration<Enumeration> LoopStatementKind
Keywords
NameFOREACH
Name Expression
Namespace<Enumeration> LoopStatementKind
Owner<Enumeration> LoopStatementKind
Owning Template Parameter
Qualified Namegast::statements::LoopStatementKind::FOREACH
Specification
Stereotype
Template Parameter
VisibilityPublic


 WHILE

This literal shows that a loop statement represents a while loop.

Eigenschaften:

Alias
Enumeration<Enumeration> LoopStatementKind
Keywords
NameWHILE
Name Expression
Namespace<Enumeration> LoopStatementKind
Owner<Enumeration> LoopStatementKind
Owning Template Parameter
Qualified Namegast::statements::LoopStatementKind::WHILE
Specification
Stereotype
Template Parameter
VisibilityPublic