enum StatementKind

Enum representing different kinds of statements.

Members

ARRAY_DEFINITION

Array definition statement

CLASS_DECLARATION

Class declaration statement

CLASS_DEFINITION

Class definition statement

COMPOUND

Compound statement

COMPUTED_ARRAY_DEFINITION

Computed array definition statement

COMPUTED_ELEMENTARY_TYPE_DEFINITION

Computed elementary type definition statement

DO

Do statement

ELEMENTARY_TYPE_DEFINITION

Elementary type definition statement

EXPRESSION

Expression statement

FOR

For statement

IF

If statement

MAP_DECLARATION

Map declaration statement

MAP_DEFINITION

Map definition statement

STRING_DEFINITION

String definition statement

SWITCH

Switch statement

WHILE

While statement