C# Class LibNbt.Queries.TagQuery

Datei anzeigen Open project: aphistic/libnbt Class Usage Examples

Public Methods

Method Description
Count ( ) : int

The total number of tokens in the query.

MoveFirst ( ) : void
Next ( ) : TagQueryToken
Peek ( ) : TagQueryToken
Previous ( ) : TagQueryToken
SetQuery ( string query ) : void
TagQuery ( ) : System
TagQuery ( string query ) : System
TokensLeft ( ) : int

The number of tokens left in the query after the current one.

Method Details

Count() public method

The total number of tokens in the query.
public Count ( ) : int
return int

MoveFirst() public method

public MoveFirst ( ) : void
return void

Next() public method

public Next ( ) : TagQueryToken
return TagQueryToken

Peek() public method

public Peek ( ) : TagQueryToken
return TagQueryToken

Previous() public method

public Previous ( ) : TagQueryToken
return TagQueryToken

SetQuery() public method

public SetQuery ( string query ) : void
query string
return void

TagQuery() public method

public TagQuery ( ) : System
return System

TagQuery() public method

public TagQuery ( string query ) : System
query string
return System

TokensLeft() public method

The number of tokens left in the query after the current one.
public TokensLeft ( ) : int
return int