In Syntax Directed Translation (SDT), an attribute is called "inherited" if its value at a node in the parse tree is defined in terms of attributes at:
Show Hint
A grammar where every attribute is synthesized is called an S-Attributed grammar. A grammar that allows both synthesized and certain types of inherited attributes (usually from the left sibling) is called an L-Attributed grammar.