Table of Contents

Method ParseDeclaration

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

ParseDeclaration(ISyntaxNode)

protected virtual bool ParseDeclaration(ISyntaxNode node)

Parameters

node ISyntaxNode

Returns

bool

ParseDeclaration(ISyntaxAttributes, NetNodeType)

protected virtual bool ParseDeclaration(ISyntaxAttributes attrs, NetNodeType nodeType)

Parameters

attrs ISyntaxAttributes
nodeType NetNodeType

Returns

bool

ParseDeclaration(ISyntaxAttributes, ISyntaxNode, NetNodeType)

protected virtual bool ParseDeclaration(ISyntaxAttributes attrs, ISyntaxNode node, NetNodeType nodeType)

Parameters

attrs ISyntaxAttributes
node ISyntaxNode
nodeType NetNodeType

Returns

bool