statements
AufzählungJumpStatementKind

This enumeration represents the kinds of jump statements.

Aufzählungsliterale
JUMP JUMP

This literal shows that a statement represents a local jump within the same function body. Typical examples are break, continue, goto, etc.

RETURN RETURN

This literal shows that a statement represents a return statement of a function.

THROW THROW

This literal shows that this statement represents the throwing of an exception.


Eigenschaften:

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

Details für Aufzählungsliterale

 JUMP

This literal shows that a statement represents a local jump within the same function body. Typical examples are break, continue, goto, etc.

Eigenschaften:

Alias
Enumeration<Enumeration> JumpStatementKind
Keywords
NameJUMP
Name Expression
Namespace<Enumeration> JumpStatementKind
Owner<Enumeration> JumpStatementKind
Owning Template Parameter
Qualified Namegast::statements::JumpStatementKind::JUMP
Specification<Literal Integer> 74
Stereotype
Template Parameter
VisibilityPublic


 RETURN

This literal shows that a statement represents a return statement of a function.

Eigenschaften:

Alias
Enumeration<Enumeration> JumpStatementKind
Keywords
NameRETURN
Name Expression
Namespace<Enumeration> JumpStatementKind
Owner<Enumeration> JumpStatementKind
Owning Template Parameter
Qualified Namegast::statements::JumpStatementKind::RETURN
Specification<Literal Integer> 73
Stereotype
Template Parameter
VisibilityPublic


 THROW

This literal shows that this statement represents the throwing of an exception.

Eigenschaften:

Alias
Enumeration<Enumeration> JumpStatementKind
Keywords
NameTHROW
Name Expression
Namespace<Enumeration> JumpStatementKind
Owner<Enumeration> JumpStatementKind
Owning Template Parameter
Qualified Namegast::statements::JumpStatementKind::THROW
Specification<Literal Integer> 72
Stereotype
Template Parameter
VisibilityPublic