Class | Description |
---|---|
AbapCheckUtils |
Utility methods for checks analyzing ABAP code.
|
AbapLanguageFeatureParser |
Language feature parser for ABAP.
|
AbapMethodCallRecognizer |
Tries to parse ABAP Method/Function calls
|
AbapMethodCallRecognizer.MethodCallInfo |
Data class wrapping information on one method call (method name, parameter,
...)
|
FunctionCallInfo |
Parses ABAP function calls and wraps information on the call, currently only
called function name and exporting parameters.
|