PHP 클래스 Youshido\GraphQL\Parser\Tokenizer

파일 보기 프로젝트 열기: youshido/graphql

보호된 프로퍼티들

프로퍼티 타입 설명
$line
$lineStart
$lookAhead Token
$pos
$source

보호된 메소드들

메소드 설명
checkFragment ( )
createException ( $message )
createUnexpectedException ( Token $token )
createUnexpectedTokenTypeException ( $tokenType )
end ( )
expect ( $type )
getColumn ( )
getKeyword ( $name )
getLine ( )
getLocation ( )
initTokenizer ( $source )
lex ( )
match ( $type )
next ( )
peek ( )
scan ( ) : Token
scanNumber ( )
scanString ( )
scanWord ( )
skipInteger ( )
skipWhitespace ( )

메소드 상세

checkFragment() 보호된 메소드

protected checkFragment ( )

createException() 보호된 메소드

protected createException ( $message )

createUnexpectedException() 보호된 메소드

protected createUnexpectedException ( Token $token )
$token Token

createUnexpectedTokenTypeException() 보호된 메소드

protected createUnexpectedTokenTypeException ( $tokenType )

end() 보호된 메소드

protected end ( )

expect() 보호된 메소드

protected expect ( $type )

getColumn() 보호된 메소드

protected getColumn ( )

getKeyword() 보호된 메소드

protected getKeyword ( $name )

getLine() 보호된 메소드

protected getLine ( )

getLocation() 보호된 메소드

protected getLocation ( )

initTokenizer() 보호된 메소드

protected initTokenizer ( $source )

lex() 보호된 메소드

protected lex ( )

match() 보호된 메소드

protected match ( $type )

next() 보호된 메소드

protected next ( )

peek() 보호된 메소드

protected peek ( )

scan() 보호된 메소드

protected scan ( ) : Token
리턴 Token

scanNumber() 보호된 메소드

protected scanNumber ( )

scanString() 보호된 메소드

protected scanString ( )

scanWord() 보호된 메소드

protected scanWord ( )

skipInteger() 보호된 메소드

protected skipInteger ( )

skipWhitespace() 보호된 메소드

protected skipWhitespace ( )

프로퍼티 상세

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

protected $line

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

protected $lineStart

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

protected Token,Youshido\GraphQL\Parser $lookAhead
리턴 Token

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

protected $pos

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

protected $source