FMX.ASE.Lexer.TAseLexer.NextTokenExpected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NextTokenExpected(AToken: TASEToken); inline;

C++

void __fastcall NextTokenExpected(TASEToken AToken);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer TAseLexer

Description

Verifies if the next token is of the expected type.

NextTokenExpected processes the next token and raises an exception if it is not of the type specified by the AToken parameter.

See Also