public interface CsdglStructure
Modifier and Type | Field and Description |
---|---|
static int |
BRANCHED_CLOSED_LOOP
Branch to loop with no opening at top.
|
static int |
BRANCHED_ELSE
Branch to the else part of an if/else.
|
static int |
BRANCHED_IF
Branch to an "if" diamond.
|
static int |
BRANCHED_OPEN_LOOP
Branch to loop with opening at top.
|
static int |
BRANCHED_STEM
Branch to a new single stem.
|
static int |
DECL_STMT |
static int |
DECLARATION
A declaration.
|
static int |
DIAMOND |
static int |
DIAMOND_DOTTED |
static int |
DIAMOND_SEP |
static int |
DOTTED_SQUARE
A dotted stem and square stem header.
|
static int |
ELSE_IF
Branch to the else-if part of an if/else-if/else.
|
static int |
FINALLY |
static int |
FLOATING_BLOCK |
static int |
FLOATING_CLOSED_LOOP |
static int |
FLOATING_IF |
static int |
FLOATING_OPEN_LOOP |
static int |
IND |
static int |
INDENT
Forced indent.
|
static int |
LOOP_TO_SINGLE |
static int |
NOTHING
No structure.
|
static int |
OFFSHOOT
A branch.
|
static int |
PORT |
static int |
RAISE
A raised exception.
|
static int |
SELECT_ALT |
static int |
SELECT_START |
static int |
SINGLE_TO_DOUBLE |
static int |
SMALL_ANGLE_BOX |
static int |
SQUARE_TO_SINGLE
Small square to single stem that doesn't count as a nesting level.
|
static int |
SQUARE_TO_SINGLE_LEVEL
Small square to single stem that counts as a nesting level.
|
static int |
TYPE |
static final int SINGLE_TO_DOUBLE
static final int OFFSHOOT
static final int DECLARATION
static final int TYPE
static final int INDENT
static final int FLOATING_BLOCK
static final int FLOATING_IF
static final int FLOATING_OPEN_LOOP
static final int BRANCHED_IF
static final int BRANCHED_ELSE
static final int BRANCHED_OPEN_LOOP
static final int BRANCHED_CLOSED_LOOP
static final int BRANCHED_STEM
static final int SMALL_ANGLE_BOX
static final int PORT
static final int DIAMOND
static final int RAISE
static final int SELECT_START
static final int SELECT_ALT
static final int DIAMOND_DOTTED
static final int NOTHING
static final int DECL_STMT
static final int FLOATING_CLOSED_LOOP
static final int ELSE_IF
static final int DIAMOND_SEP
static final int FINALLY
static final int IND
static final int LOOP_TO_SINGLE
static final int SQUARE_TO_SINGLE
static final int DOTTED_SQUARE
static final int SQUARE_TO_SINGLE_LEVEL