‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\Tokenizer\Token Namespace Reference

Classes

class  AbstractToken
 
class  AbstractTokenStream
 
class  ConstantAwareTokenStream
 
class  IdentifierToken
 
class  IdentifierTokenStream
 
class  Token
 
interface  TokenInterface
 
class  TokenStream
 
interface  TokenStreamInterface
 

Enumerations

enum  TokenType : int { T_IMPORT_KEYWORD_OLD_STOP = 1301 }
 

Enumeration Type Documentation

◆ TokenType

Each TokenInterface instance is a type of this Enum.

: Internal tokenizer structure.

Enumerator
T_IMPORT_KEYWORD_OLD_STOP 

Definition at line 25 of file TokenType.php.