PHP 클래스 Flow\Lexer

파일 보기 프로젝트 열기: nramenta/flow

보호된 프로퍼티들

프로퍼티 타입 설명
$char
$cursor
$end
$line
$position
$queue
$source
$trim

공개 메소드들

메소드 설명
__construct ( $source )
adjustLineChar ( $string )
tokenize ( $stream = true )

보호된 메소드들

메소드 설명
lexBlock ( )
lexExpression ( )
lexOutput ( )
lexText ( )
next ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $source )

adjustLineChar() 공개 메소드

public adjustLineChar ( $string )

lexBlock() 보호된 메소드

protected lexBlock ( )

lexExpression() 보호된 메소드

protected lexExpression ( )

lexOutput() 보호된 메소드

protected lexOutput ( )

lexText() 보호된 메소드

protected lexText ( )

next() 보호된 메소드

protected next ( )

tokenize() 공개 메소드

public tokenize ( $stream = true )

프로퍼티 상세

$char 보호되어 있는 프로퍼티

protected $char

$cursor 보호되어 있는 프로퍼티

protected $cursor

$end 보호되어 있는 프로퍼티

protected $end

$line 보호되어 있는 프로퍼티

protected $line

$position 보호되어 있는 프로퍼티

protected $position

$queue 보호되어 있는 프로퍼티

protected $queue

$source 보호되어 있는 프로퍼티

protected $source

$trim 보호되어 있는 프로퍼티

protected $trim