class documentation

class ASTDeclSpecsSimple(ASTBaseBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method describe_signature Undocumented
Method mergeWith Undocumented
Instance Variable attrs Undocumented
Instance Variable const Undocumented
Instance Variable inline Undocumented
Instance Variable restrict Undocumented
Instance Variable storage Undocumented
Instance Variable threadLocal Undocumented
Instance Variable volatile Undocumented
Method _stringify Undocumented

Inherited from ASTBaseBase:

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get_display_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, storage, threadLocal, inline, restrict, volatile, const, attrs): (source)

Undocumented

Parameters
storage:strUndocumented
threadLocal:strUndocumented
inline:boolUndocumented
restrict:boolUndocumented
volatile:boolUndocumented
const:boolUndocumented
attrs:ASTAttributeListUndocumented
def describe_signature(self, modifiers): (source)

Undocumented

Parameters
modifiers:list[Node]Undocumented
def mergeWith(self, other): (source)

Undocumented

Parameters
other:ASTDeclSpecsSimpleUndocumented
Returns
ASTDeclSpecsSimpleUndocumented

Undocumented

Undocumented

Undocumented

restrict = (source)

Undocumented

Undocumented

threadLocal = (source)

Undocumented

volatile = (source)

Undocumented

def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented