Constructs a BasicBlockScannerParseBlock.
Constructor:
BasicBlockScannerParseBlock()
Factory Method:
AbsBasicBlockScannerParseBlock *AbsBasicBlockScannerParseBlockInterface::createBasicBlockScannerParseBlock()
Wrapper Class:
BasicBlockScannerParseBlockWrapper()
The static method
AbsBasicBlockScannerParseBlockInterface::createBasicBlockScannerParseBlock creates a new instance of class BasicBlockScannerParseBlock.
Return value:Returns an instance of
BasicBlockScannerParseBlock.
Speicherbereich in den der Typ des aktuellen Blocks geschrieben wird.
Signature:
char *type;
Setter- and getter-methods:
Use the methods
get_type() and
set_type(char *) to get and set the value of this member variable.
Speicherbereich in den der Inhalt des aktuellen Blocks geschrieben wird.
Signature:
char32_t *content;
Setter- and getter-methods:
Use the methods
get_content() and
set_content(char32_t *) to get and set the value of this member variable.
Die Länge des in
content gespeicherten Strings.
Signature:
int content_ln;
Setter- and getter-methods:
Use the methods
get_content_ln() and
set_content_ln(int) to get and set the value of this member variable.
Die Länge des für
content allozierten Speicherbereichs.
Signature:
int content_maxln;
Setter- and getter-methods:
Use the methods
get_content_maxln() and
set_content_maxln(int) to get and set the value of this member variable.