Table of Contents

Method ParseVariableDeclaration

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

ParseVariableDeclaration(Point, NetNodeType)

protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType)

Parameters

position Point
nodeType NetNodeType

Returns

bool

ParseVariableDeclaration(Point, NetNodeType, ref ISyntaxNode)

protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType, ref ISyntaxNode node)

Parameters

position Point
nodeType NetNodeType
node ISyntaxNode

Returns

bool

ParseVariableDeclaration(Point, NetNodeType, bool, bool, ref ISyntaxNode)

protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType, bool isImplicit, bool required, ref ISyntaxNode node)

Parameters

position Point
nodeType NetNodeType
isImplicit bool
required bool
node ISyntaxNode

Returns

bool