Skip to content

AstBottomUpProcessing::defaultSynthesizedAttribute

Allows to provide a default value for a synthesized attribute of primitive type (e.g. int, bool, etc.). If a class is used as type for a synthesized attribute the default constructor of this class is sufficient and this function does not have be implemented.

Synopsis

Declared in <src/midend/astProcessing/AstProcessing.h>

virtual
SynthesizedAttributeType
defaultSynthesizedAttribute();

Created with MrDocs