Class | Description |
---|---|
CLikeCheckUtils |
Utility methods for analyzing C-like code
|
ConditionalBlock |
This class represents a single block of a conditional expression.
|
ConditionalBlockGroupBase |
A group of blocks representing an if/else/else if or a switch/case statement.
|
ConditionalBlockGroupExtractor |
This class provides various helper methods to extract conditional block
groups out of the abstract syntax tree or Lists of ShallowEntities.
|
ConditionalBlockUtils |
This utility class provides methods that are used when working with blocks.
|
IfBlockGroup |
Represents an if else construct.
|
SwitchBlockGroup |
Represents a switch construct.
|
Enum | Description |
---|---|
EConditionalType |
A
ConditionalBlock can have one of the types represented by this enumeration. |