Name | Description |
---|---|
BinaryExpression | |
ClassBuilder | |
Compiler | central class of openABAP implementing following feauture: scanning and parsing the abap source file. creating an internal representation of the program using openABAP.Compiler.Command class. building the CIL file assembling the CIL file to EXE-assembly file. calling EXE-file |
CompilerError | |
Compute | |
ExpressionLeaf | |
Field | references to a field of a class. implements interface IfVariable and IfValue which makes it accessable by WRTE, MOVE, COMPUTE, ... |
IntegerLiteral | |
Move | |
StringLiteral | |
Types | |
UnaryExpression | |
Write |