PHP Class JSTokenizer, pquery

ファイルを表示 Open project: tburry/pquery

Public Properties

Property Type Description
$filename
$lineno
$lookahead
$scanNewlines
$scanOperand
$tokenIndex
$tokens

Public Methods

Method 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 method

public __construct ( )

currentToken() public method

public currentToken ( )

get() public method

public get ( $chunksize = 1000 )

getInput() public method

public getInput ( $chunksize )

init() public method

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

isDone() public method

public isDone ( )

match() public method

public match ( $tt )

mustMatch() public method

public mustMatch ( $tt )

newSyntaxError() public method

public newSyntaxError ( $m )

peek() public method

public peek ( )

peekOnSameLine() public method

public peekOnSameLine ( )

unget() public method

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