TokenizerView<TTokenizer,TSymbol,TSymbolType> Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the specified parameters for the tokenizer view.

public class TokenizerView<TTokenizer,TSymbol,TSymbolType> where TTokenizer : Tokenizer<TSymbol,TSymbolType> where TSymbol : SymbolBase<TSymbolType>
type TokenizerView<'okenizer, 'Symbol, 'SymbolType (requires 'okenizer :> Tokenizer<'Symbol, 'SymbolType> and 'Symbol :> SymbolBase<'SymbolType>)> = class
Public Class TokenizerView(Of TTokenizer, TSymbol, TSymbolType)

Type Parameters

TTokenizer

The type tokenizer.

TSymbol

The type symbol.

TSymbolType

The token symbol type.

Inheritance
TokenizerView<TTokenizer,TSymbol,TSymbolType>

Constructors

TokenizerView<TTokenizer,TSymbol,TSymbolType>(TTokenizer)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the TokenizerView<TTokenizer,TSymbol,TSymbolType> class.

Properties

Current

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current view of the TSymbol.

EndOfFile

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the view can reach the end of a file.

Source

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of the text document for the tokenizer view.

Tokenizer

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the tokenizer to view the symbols for the razor.

Methods

Next()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the tokenizer moves to the next view.

PutBack(TSymbol)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts a specified symbol into the tokenizer view.

Applies to