C# Class Kento.TokenList

Exibir arquivo Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
Add ( Token Token ) : void
FromLinkedList ( LinkedList List ) : void
Insert ( TokenListNode Node, TokenListNode Left, TokenListNode Right ) : void

Insert a new node between 2 other ones

ToLinkedList ( ) : LinkedList
TokenList ( ) : System.Collections.Generic
TokenList ( TokenList List ) : System.Collections.Generic

Method Details

Add() public method

public Add ( Token Token ) : void
Token Token
return void

FromLinkedList() public method

public FromLinkedList ( LinkedList List ) : void
List LinkedList
return void

Insert() public method

Insert a new node between 2 other ones
public Insert ( TokenListNode Node, TokenListNode Left, TokenListNode Right ) : void
Node TokenListNode
Left TokenListNode
Right TokenListNode
return void

ToLinkedList() public method

public ToLinkedList ( ) : LinkedList
return LinkedList

TokenList() public method

public TokenList ( ) : System.Collections.Generic
return System.Collections.Generic

TokenList() public method

public TokenList ( TokenList List ) : System.Collections.Generic
List TokenList
return System.Collections.Generic