class documentation

class ASTDeclSpecsSimple(ASTBaseBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Method merge​With Undocumented
Instance Variable attrs Undocumented
Instance Variable const Undocumented
Instance Variable inline Undocumented
Instance Variable restrict Undocumented
Instance Variable storage Undocumented
Instance Variable thread​Local Undocumented
Instance Variable volatile 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):

Undocumented

Parameters
storage:strUndocumented
thread​Local:strUndocumented
inline:boolUndocumented
restrict:boolUndocumented
volatile:boolUndocumented
const:boolUndocumented
attrs:List[Any]Undocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def describe_signature(self, modifiers):

Undocumented

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

Undocumented

Parameters
other:ASTDeclSpecsSimpleUndocumented
Returns
ASTDeclSpecsSimpleUndocumented
attrs =

Undocumented

const =

Undocumented

inline =

Undocumented

restrict =

Undocumented

storage =

Undocumented

threadLocal =

Undocumented

volatile =

Undocumented