PHP GraphQL\Language Пространство имен

Пространства имен

GraphQL\Language\AST

Классы

Имя Описание
Lexer A Lexer is a stateful stream generator in that every time it is advanced, it returns the next token in the Source. Assuming the source lexes, the final Token emitted by the lexer will be of kind EOF, after which the lexer will repeatedly return the same EOF token whenever called.
Parser
Printer
Source
SourceLocation
Token Represents a range of characters represented by a lexical token within a Source.
Visitor
VisitorOperation