class documentation

class ASTDeclaration(ASTBaseBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method clone Undocumented
Method describe​_signature Undocumented
Method get​_id Undocumented
Method get​_newest​_id Undocumented
Instance Variable declaration Undocumented
Instance Variable directive​Type Undocumented
Instance Variable enumerator​Scoped​Symbol Undocumented
Instance Variable object​Type Undocumented
Instance Variable semicolon Undocumented
Instance Variable symbol Undocumented
Property function​_params Undocumented
Property name Undocumented

Inherited from ASTBaseBase:

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method get​_display​_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, objectType, directiveType, declaration, semicolon=False):

Undocumented

Parameters
object​Type:strUndocumented
directive​Type:strUndocumented
declaration:Union[DeclarationType, ASTFunctionParameter]Undocumented
semicolon:boolUndocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def clone(self):

Undocumented

Returns
ASTDeclarationUndocumented
def describe_signature(self, signode, mode, env, options):

Undocumented

Parameters
signode:TextElementUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
options:DictUndocumented
def get_id(self, version, prefixed=True):

Undocumented

Parameters
version:intUndocumented
prefixed:boolUndocumented
Returns
strUndocumented
def get_newest_id(self):

Undocumented

Returns
strUndocumented
declaration =

Undocumented

directiveType =

Undocumented

enumeratorScopedSymbol: Symbol =

Undocumented

objectType =

Undocumented

semicolon =

Undocumented

symbol: Symbol =

Undocumented

@property
function_params: List[ASTFunctionParameter] =

Undocumented

@property
name: ASTNestedName =

Undocumented