Method CompilerEnvironment()->PikeCompiler()->pop_type_attribute()
- Method pop_type_attribute
boolpop_type_attribute(stringattribute,typea,typeb)- Description
Type attribute handler.
Called during type checking when
a <= bandahad the type attributeattributebefore the comparison.The default implementation implements the "deprecated" attribute.
- Returns
Returns
1if the type check should be allowed (ie__attribute__(attribute, a) <= b), and0(zero) otherwise.- See also