PHP 클래스 TeamTNT\TNTSearch\Support\Expression

파일 보기 프로젝트 열기: teamtnt/tntsearch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$operatorQueue
$tokenQueue

공개 메소드들

메소드 설명
isOperand ( $str )
isOperator ( $str )
lex ( $string )
priority ( $operator )
toPostfix ( $exp )

메소드 상세

isOperand() 공개 메소드

public isOperand ( $str )

isOperator() 공개 메소드

public isOperator ( $str )

lex() 공개 메소드

public lex ( $string )

priority() 공개 메소드

public priority ( $operator )

toPostfix() 공개 메소드

public toPostfix ( $exp )

프로퍼티 상세

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

protected $operatorQueue

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

protected $tokenQueue