Table of Contents

Method ParseVariableDeclaration

Namespace
Alternet.Syntax.Parsers.Python
Assembly
Alternet.Syntax.Parsers.Advanced.Python.v9.dll

ParseVariableDeclaration(ISyntaxAttributes, int)

protected virtual bool ParseVariableDeclaration(ISyntaxAttributes attrs, int nodeType)

Parameters

attrs ISyntaxAttributes
nodeType int

Returns

bool

ParseVariableDeclaration(ISyntaxAttributes, int, ref ISyntaxNode)

protected virtual bool ParseVariableDeclaration(ISyntaxAttributes attrs, int nodeType, ref ISyntaxNode node)

Parameters

attrs ISyntaxAttributes
nodeType int
node ISyntaxNode

Returns

bool