Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • Tracy
    • Bridges
      • Nette
  • none

Classes

  • Stream
  • Token
  • Tokenizer

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases

Class Stream

Stream of tokens.

Namespace: Nette\Tokenizer
Located at Tokenizer/Stream.php
Methods summary
public
# __construct( array $tokens )

Parameters

$tokens
public Nette\Tokenizer\Token|null
# currentToken( )

Returns current token.

Returns current token.

Returns

Nette\Tokenizer\Token|null
Token|null
public string|null
# currentValue( )

Returns current token value.

Returns current token value.

Returns

string|null
string|null
public Nette\Tokenizer\Token|null
# nextToken( )

Returns next token.

Returns next token.

Returns

Nette\Tokenizer\Token|null
Token|null
public string|null
# nextValue( )

Returns next token value.

Returns next token value.

Returns

string|null
string|null
public Nette\Tokenizer\Token[]
# nextAll( )

Returns all next tokens.

Returns all next tokens.

Returns

Nette\Tokenizer\Token[]
Token[]
public Nette\Tokenizer\Token[]
# nextUntil( integer|string $arg )

Returns all next tokens until it sees a given token type or value.

Returns all next tokens until it sees a given token type or value.

Parameters

$arg
type or value to stop before

Returns

Nette\Tokenizer\Token[]
Token[]
public string
# joinAll( )

Returns concatenation of all next token values.

Returns concatenation of all next token values.

Returns

string
string
public string
# joinUntil( integer|string $arg )

Returns concatenation of all next tokens until it sees a given token type or value.

Returns concatenation of all next tokens until it sees a given token type or value.

Parameters

$arg
type or value to stop before

Returns

string
string
public boolean
# isCurrent( integer|string $arg )

Checks the current token.

Checks the current token.

Parameters

$arg
type or value

Returns

boolean
bool
public boolean
# isNext( )

Checks the next token existence.

Checks the next token existence.

Returns

boolean
bool
public boolean
# isPrev( )

Checks the previous token existence.

Checks the previous token existence.

Returns

boolean
bool
public Nette\Tokenizer\Stream
# reset( )

Returns

Nette\Tokenizer\Stream
static
protected
# next( )

Moves cursor to next token.

Moves cursor to next token.

protected mixed
# scan( array $wanted, boolean $onlyFirst, boolean $advance, boolean $strings = false, boolean $until = false, boolean $prev = false )

Looks for (first) (not) wanted tokens.

Looks for (first) (not) wanted tokens.

Parameters

$wanted
desired token types or values
$onlyFirst
$advance
$strings
$until
$prev

Returns

mixed
mixed
Properties summary
public Nette\Tokenizer\Token[] $tokens
#
public integer $position
#-1
public array $ignored
#[]
Nette 2.4-20180918 API API documentation generated by ApiGen 2.8.0