tokenizer.Lexer : dylan.NET.Tokenizer.Lexer Namespace

Line Class

Documentation for this section has not yet been entered.

Syntax

public class Line

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

Members

See Also: Inherited members from object.

Public Constructors

Line ()
Documentation for this section has not yet been entered.

Public Fields

InChar bool . Documentation for this section has not yet been entered.
InStr bool . Documentation for this section has not yet been entered.
PrevChar string . Documentation for this section has not yet been entered.

Public Methods

Analyze (dylan.NET.Tokenizer.AST.Stmts.Stmt, string) : dylan.NET.Tokenizer.AST.Stmts.Stmt
Documentation for this section has not yet been entered.
isDigit (char) : bool
Documentation for this section has not yet been entered.
isSep (string, string, ref bool, ref bool) : bool
Documentation for this section has not yet been entered.

Member Details

Line Constructor

Documentation for this section has not yet been entered.

Syntax

public Line ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

Analyze Method

Documentation for this section has not yet been entered.

Syntax

Parameters

stm
Documentation for this section has not yet been entered.
str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

InChar Field

Documentation for this section has not yet been entered.

Syntax

public bool InChar

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

InStr Field

Documentation for this section has not yet been entered.

Syntax

public bool InStr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

isDigit Method

Documentation for this section has not yet been entered.

Syntax

public bool isDigit (char c)

Parameters

c
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

isSep Method

Documentation for this section has not yet been entered.

Syntax

public bool isSep (string cc, string lc, ref bool sca, ref bool scla)

Parameters

cc
Documentation for this section has not yet been entered.
lc
Documentation for this section has not yet been entered.
sca
Documentation for this section has not yet been entered.
scla
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1

PrevChar Field

Documentation for this section has not yet been entered.

Syntax

public string PrevChar

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.Lexer
Assembly: tokenizer.Lexer (in tokenizer.Lexer.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1