| Interface | Description |
|---|---|
| IFunctionClassificationStrategy |
Interface for the function call classification strategy.
|
| Class | Description |
|---|---|
| AbstractFunctionClassificationStrategy |
Base implementation of
IFunctionClassificationStrategy. |
| BasicFunctionClassificationStrategy |
Implementation of
IFunctionClassificationStrategy. |
| FunctionCallClassificationVisitor |
Classifies function calls are internal, library, or external calls.
|
| GastStatementVisitor |
A visitor which traverses a GAST behaviour and creates a SEFF matching the traversed behaviour.
|
| SwitchStatementHelper |
Computes for a
SwitchStatement the case branches in a way that to the
case branches, that do not end with break, the following case branch is
added. |
| Enum | Description |
|---|---|
| FunctionCallClassificationVisitor.FunctionCallType |