PHP Class JSTokenizer, pquery

Afficher le fichier Open project: tburry/pquery

Méthodes publiques

Свойство Type Description
$filename
$lineno
$lookahead
$scanNewlines
$scanOperand
$tokenIndex
$tokens

Méthodes publiques

Méthode Description
__construct ( )
currentToken ( )
get ( $chunksize = 1000 )
getInput ( $chunksize )
init ( $source, $filename = '', $lineno = 1 )
isDone ( )
match ( $tt )
mustMatch ( $tt )
newSyntaxError ( $m )
peek ( )
peekOnSameLine ( )
unget ( )

Method Details

__construct() public méthode

public __construct ( )

currentToken() public méthode

public currentToken ( )

get() public méthode

public get ( $chunksize = 1000 )

getInput() public méthode

public getInput ( $chunksize )

init() public méthode

public init ( $source, $filename = '', $lineno = 1 )

isDone() public méthode

public isDone ( )

match() public méthode

public match ( $tt )

mustMatch() public méthode

public mustMatch ( $tt )

newSyntaxError() public méthode

public newSyntaxError ( $m )

peek() public méthode

public peek ( )

peekOnSameLine() public méthode

public peekOnSameLine ( )

unget() public méthode

public unget ( )

Property Details

$filename public_oe property

public $filename

$lineno public_oe property

public $lineno

$lookahead public_oe property

public $lookahead

$scanNewlines public_oe property

public $scanNewlines

$scanOperand public_oe property

public $scanOperand

$tokenIndex public_oe property

public $tokenIndex

$tokens public_oe property

public $tokens